public interface GridCacheFuture<R> extends GridFuture<R>
| Modifier and Type | Method and Description |
|---|---|
GridUuid |
futureId() |
void |
markNotTrackable()
Marks this future as non-trackable.
|
Collection<? extends GridNode> |
nodes() |
boolean |
onNodeLeft(UUID nodeId)
Callback for when node left.
|
boolean |
trackable() |
GridCacheVersion |
version() |
cancel, chain, concurrentNotify, concurrentNotify, duration, get, get, get, isCancelled, isDone, listenAsync, startTime, stopListenAsync, syncNotify, syncNotifyGridUuid futureId()
GridCacheVersion version()
Collection<? extends GridNode> 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()
Copyright © 2014. All rights reserved.