| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.managers.communication |
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
static GridTopic |
GridTopic.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridTopic |
GridTopic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridTopic[] |
GridTopic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridIoManager.addMessageListener(GridTopic topic,
GridMessageListener lsnr) |
boolean |
GridIoManager.removeMessageListener(GridTopic topic) |
boolean |
GridIoManager.removeMessageListener(GridTopic topic,
GridMessageListener lsnr) |
void |
GridIoManager.send(ClusterNode node,
GridTopic topic,
Message msg,
GridIoPolicy plc) |
void |
GridIoManager.send(Collection<? extends ClusterNode> nodes,
GridTopic topic,
Message msg,
GridIoPolicy plc) |
void |
GridIoManager.send(UUID nodeId,
GridTopic topic,
Message msg,
GridIoPolicy plc) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015