public static class IgniteSnapshotManager.ClusterSnapshotFuture extends GridFutureAdapter<Void>
| Constructor and Description |
|---|
ClusterSnapshotFuture()
Default constructor.
|
ClusterSnapshotFuture(String name,
Exception err) |
ClusterSnapshotFuture(UUID rqId,
String name,
@Nullable Integer incIdx) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onDone(@Nullable Void res,
@Nullable Throwable err,
boolean cancel) |
UUID |
requestId() |
cancel, chain, chain, chainCompose, chainCompose, 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.public UUID requestId()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023