public class PartitionCountersNeighborcastFuture extends GridCacheCompoundIdentityFuture<Void>
| Constructor and Description |
|---|
PartitionCountersNeighborcastFuture(IgniteInternalTx tx,
GridCacheSharedContext<?,?> cctx) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
futureId() |
void |
init()
Starts processing.
|
void |
markNotTrackable()
Marks this future as non-trackable.
|
boolean |
onDone(@Nullable Void res,
@Nullable Throwable err)
Callback to notify that future is finished.
|
boolean |
onNodeLeft(UUID nodeId)
Callback for when node left.
|
void |
onResult(UUID nodeId)
Processes a response from a remote peer.
|
String |
toString() |
boolean |
trackable() |
duration, onDone, startTimeadd, apply, cancel, clear, future, futures, futuresCountNoLock, hasFutures, hasPending, ignoreFailure, initialized, logDebug, logError, markInitialized, processFailurechain, chain, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, reset, resultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcancel, chain, chain, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultpublic PartitionCountersNeighborcastFuture(IgniteInternalTx tx, GridCacheSharedContext<?,?> cctx)
public void init()
public boolean onDone(@Nullable
@Nullable Void res,
@Nullable
@Nullable Throwable err)
null exception is passed in
the result value will be ignored.onDone in class GridFutureAdapter<Void>res - Optional result.err - Optional error.True if result was set by this call.public void onResult(UUID nodeId)
nodeId - Remote peer node id.public boolean onNodeLeft(UUID nodeId)
nodeId - Left node ID.True if future cared about this node.public IgniteUuid futureId()
public boolean trackable()
True if future should be tracked.public void markNotTrackable()
public String toString()
toString in class GridCompoundIdentityFuture<Void>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020