protected static class IgniteSnapshotManager.ClusterSnapshotFuture extends GridFutureAdapter<Void>
| Constructor and Description |
|---|
ClusterSnapshotFuture()
Default constructor.
|
ClusterSnapshotFuture(String name,
Exception err) |
ClusterSnapshotFuture(UUID rqId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onDone(@Nullable Void res,
@Nullable Throwable err,
boolean cancel) |
cancel, chain, chain, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, onDone, reset, result, toStringpublic ClusterSnapshotFuture()
public ClusterSnapshotFuture(String name, Exception err)
name - Snapshot name.err - Error starting snapshot operation.protected boolean onDone(@Nullable
@Nullable Void res,
@Nullable
@Nullable Throwable err,
boolean cancel)
onDone in class GridFutureAdapter<Void>res - Result.err - Error.cancel - True if future is being cancelled.True if result was set by this call.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021