public class SnapshotProgress extends Object implements Comparable<SnapshotProgress>, Serializable
Constructor and Description |
---|
SnapshotProgress(long processed,
long total,
double operationProgress,
long finishTime) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(@NotNull SnapshotProgress other) |
long |
getFinishTime()
Get finish time for current stage of snapshot operation on node or 0.
|
double |
getOperationProgress() |
long |
getProcessed() |
Double |
getProgress() |
long |
getTotal() |
String |
toString() |
public SnapshotProgress(long processed, long total, double operationProgress, long finishTime)
public long getProcessed()
public long getTotal()
public Double getProgress()
public double getOperationProgress()
public long getFinishTime()
public int compareTo(@NotNull @NotNull SnapshotProgress other)
compareTo
in interface Comparable<SnapshotProgress>
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024