public class SnapshotStatus extends Object implements Serializable
Constructor and Description |
---|
SnapshotStatus(IgniteUuid opId,
SnapshotOperationInfo operation,
Map<UUID,SnapshotProgress> progress,
long startTime,
long startStageTime,
int stageNum,
boolean notCancelable) |
Modifier and Type | Method and Description |
---|---|
int |
getStageNum() |
long |
getStartStageTime() |
boolean |
notCancellable() |
SnapshotOperationInfo |
operation() |
IgniteUuid |
operationId() |
Map<UUID,SnapshotProgress> |
progress() |
long |
startTime() |
String |
toString() |
public SnapshotStatus(IgniteUuid opId, SnapshotOperationInfo operation, Map<UUID,SnapshotProgress> progress, long startTime, long startStageTime, int stageNum, boolean notCancelable)
opId
- Operation ID.operation
- Operation.progress
- Progress.startTime
- Start time.startStageTime
- Start current stage time.stageNum
- Current stage num.notCancelable
- could or couldn't be operation cancelledpublic IgniteUuid operationId()
public SnapshotOperationInfo operation()
public long startTime()
public Map<UUID,SnapshotProgress> progress()
public int getStageNum()
public long getStartStageTime()
public boolean notCancellable()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024