Class PitrProgressDetails
java.lang.Object
org.gridgain.internal.pitr.metastorage.PitrProgressDetails
- All Implemented Interfaces:
Serializable
Represents recovery progress details - rows, time, etc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionmerge(PitrProgressDetails other) Merges current details with the other.long
-
Method Details
-
rowsUpdated
public long rowsUpdated() -
merge
Merges current details with the other.- Parameters:
other- Details to merge with.- Returns:
- New details instance.
-