| Package | Description |
|---|---|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.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(Collection<? extends GridNode> nodes,
GridTopic topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(GridNode node,
GridTopic topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(UUID nodeId,
GridTopic topic,
GridTcpCommunicationMessageAdapter msg,
GridIoPolicy plc) |
Copyright © 2014. All rights reserved.