public interface GridCacheFuture<R> extends IgniteInternalFuture<R>
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
futureId() |
void |
markNotTrackable()
Marks this future as non-trackable.
|
boolean |
onNodeLeft(UUID nodeId)
Callback for when node left.
|
boolean |
trackable() |
cancel, chain, duration, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, result, startTimeIgniteUuid futureId()
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.8.0 Release Date : December 5 2016