Class IgniteSnapshotManager.ClusterSnapshotFuture
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<Void>
-
- org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteSnapshotManager.ClusterSnapshotFuture
-
- All Implemented Interfaces:
IgniteInternalFuture<Void>
- Enclosing class:
- IgniteSnapshotManager
public static class IgniteSnapshotManager.ClusterSnapshotFuture extends GridFutureAdapter<Void>
-
-
Constructor Summary
Constructors Constructor Description ClusterSnapshotFuture()Default constructor.ClusterSnapshotFuture(String name, Exception err)ClusterSnapshotFuture(UUID rqId, String name, @Nullable Integer incIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanonDone(@Nullable Void res, @Nullable Throwable err, boolean cancel)UUIDrequestId()-
Methods inherited from class org.apache.ignite.internal.util.future.GridFutureAdapter
cancel, chain, chain, chain, chain, chainCompose, chainCompose, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, listen, logger, onCancelled, onDone, onDone, onDone, onDone, reset, result, toString
-
-
-
-
Method Detail
-
onDone
protected boolean onDone(@Nullable @Nullable Void res, @Nullable @Nullable Throwable err, boolean cancel)- Overrides:
onDonein classGridFutureAdapter<Void>- Parameters:
res- Result.err- Error.cancel-Trueif future is being cancelled.- Returns:
Trueif result was set by this call.
-
requestId
public UUID requestId()
- Returns:
- Request ID.
-
-