Package | Description |
---|---|
org.apache.ignite.plugin |
Contains plugins management API.
|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginContext.deregisterPort(int port,
IgnitePortProtocol proto,
Class<?> cls)
Deregisters closed port.
|
void |
PluginContext.registerPort(int port,
IgnitePortProtocol proto,
Class<?> cls)
Registers open port.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable IgnitePortProtocol |
IgnitePortProtocol.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static IgnitePortProtocol |
IgnitePortProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgnitePortProtocol[] |
IgnitePortProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteSpiContext.deregisterPort(int port,
IgnitePortProtocol proto)
Deregisters closed port.
|
void |
IgniteSpiContext.registerPort(int port,
IgnitePortProtocol proto)
Registers open port.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019