Class IgniteSnapshotManager.ClusterSnapshotFuture

    • Constructor Detail

      • ClusterSnapshotFuture

        public ClusterSnapshotFuture()
        Default constructor.
      • ClusterSnapshotFuture

        public ClusterSnapshotFuture​(String name,
                                     Exception err)
        Parameters:
        name - Snapshot name.
        err - Error starting snapshot operation.
      • ClusterSnapshotFuture

        public ClusterSnapshotFuture​(UUID rqId,
                                     String name,
                                     @Nullable
                                     @Nullable Integer incIdx)
        Parameters:
        rqId - Unique snapshot request id.
        name - Snapshot name.
    • Method Detail

      • onDone

        protected boolean onDone​(@Nullable
                                 @Nullable Void res,
                                 @Nullable
                                 @Nullable Throwable err,
                                 boolean cancel)
        Overrides:
        onDone in class GridFutureAdapter<Void>
        Parameters:
        res - Result.
        err - Error.
        cancel - True if future is being cancelled.
        Returns:
        True if result was set by this call.
      • requestId

        public UUID requestId()
        Returns:
        Request ID.