public interface GridCacheFuture<R> extends IgniteInternalFuture<R>
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
futureId() |
void |
markNotTrackable()
Marks this future as non-trackable.
|
Collection<? extends ClusterNode> |
nodes() |
boolean |
onNodeLeft(UUID nodeId)
Callback for when node left.
|
boolean |
trackable() |
GridCacheVersion |
version() |
IgniteUuid futureId()
GridCacheVersion version()
Collection<? extends ClusterNode> nodes()
boolean onNodeLeft(UUID nodeId)
nodeId - Left node ID.True if future cared about this node.boolean trackable()
True if future should be tracked.void markNotTrackable()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015