| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.port |
TODO.
|
| org.gridgain.grid.spi |
Contains common classes and interfaces for SPI implementations.
|
| Modifier and Type | Method and Description |
|---|---|
GridPortProtocol |
GridPortRecord.protocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridPortProcessor.deregisterPort(int port,
GridPortProtocol proto,
Class cls)
Deregisters port used by passed class.
|
void |
GridPortProcessor.registerPort(int port,
GridPortProtocol proto,
Class cls)
Registers port using by passed class.
|
| Modifier and Type | Method and Description |
|---|---|
static GridPortProtocol |
GridPortProtocol.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static GridPortProtocol |
GridPortProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridPortProtocol[] |
GridPortProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridSpiContext.deregisterPort(int port,
GridPortProtocol proto)
Deregisters closed port.
|
void |
GridSpiContext.registerPort(int port,
GridPortProtocol proto)
Registers open port.
|
Copyright © 2014. All rights reserved.