| Package | Description |
|---|---|
| org.gridgain.grid.kernal.managers.communication |
TODO.
|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
static GridIoPolicy |
GridIoPolicy.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridIoPolicy |
GridIoPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridIoPolicy[] |
GridIoPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GridIoMessage(GridIoPolicy plc,
Object topic,
int topicOrd,
GridTcpCommunicationMessageAdapter msg,
long msgId,
long timeout,
boolean skipOnTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheIoManager.send(GridNode node,
GridCacheMessage<K,V> msg,
GridIoPolicy plc)
Sends communication message.
|
Copyright © 2014. All rights reserved.