| Package | Description |
|---|---|
| org.apache.ignite.internal.managers.communication |
TODO.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.internal.processors.igfs |
Contains high performance file system processer.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridIoManager.send(ClusterNode node,
GridTopic topic,
MessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(ClusterNode node,
Object topic,
MessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(Collection<? extends ClusterNode> nodes,
GridTopic topic,
MessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(Collection<? extends ClusterNode> nodes,
Object topic,
MessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(UUID nodeId,
GridTopic topic,
MessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.send(UUID nodeId,
Object topic,
MessageAdapter msg,
GridIoPolicy plc) |
void |
GridIoManager.sendOrderedMessage(ClusterNode node,
Object topic,
MessageAdapter msg,
GridIoPolicy plc,
long timeout,
boolean skipOnTimeout) |
void |
GridIoManager.sendOrderedMessage(Collection<? extends ClusterNode> nodes,
Object topic,
MessageAdapter msg,
GridIoPolicy plc,
long timeout,
boolean skipOnTimeout) |
void |
GridIoManager.sendOrderedMessage(UUID nodeId,
Object topic,
MessageAdapter msg,
GridIoPolicy plc,
long timeout,
boolean skipOnTimeout) |
| Constructor and Description |
|---|
GridIoMessage(GridIoPolicy plc,
Object topic,
int topicOrd,
MessageAdapter msg,
boolean ordered,
long timeout,
boolean skipOnTimeout) |
| Modifier and Type | Method and Description |
|---|---|
GridIoPolicy |
GridCacheContext.ioPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCacheIoManager.safeSend(Collection<? extends ClusterNode> nodes,
GridCacheMessage<K,V> msg,
GridIoPolicy plc,
IgnitePredicate<ClusterNode> fallback)
Sends message and automatically accounts for lefts nodes.
|
void |
GridCacheIoManager.send(ClusterNode node,
GridCacheMessage<K,V> msg,
GridIoPolicy plc)
Sends communication message.
|
void |
GridCacheIoManager.send(UUID nodeId,
GridCacheMessage<K,V> msg,
GridIoPolicy plc)
Sends communication message.
|
void |
GridCacheIoManager.sendOrderedMessage(ClusterNode node,
Object topic,
GridCacheMessage<K,V> msg,
GridIoPolicy plc,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
GridIoPolicy |
IgniteTxAdapter.ioPolicy() |
GridIoPolicy |
IgniteInternalTx.ioPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
IgfsContext.send(ClusterNode node,
Object topic,
IgfsCommunicationMessage msg,
GridIoPolicy plc) |
void |
IgfsContext.send(UUID nodeId,
Object topic,
IgfsCommunicationMessage msg,
GridIoPolicy plc) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015