public class CheckpointState
extends java.lang.Object
When two checkpoint objects are merged, they exchange their states and compute the union of the two.
Constructor and Description |
---|
CheckpointState() |
Modifier and Type | Method and Description |
---|---|
long |
createCheckpoint()
Create a new checkpoint, and return the new timestamp.
|
java.util.List<Rollbackable> |
getMonitoredObjects()
Get the list of all the monitored objects.
|
long |
getTimestamp()
Get the current timestamp.
|
public long createCheckpoint()
public java.util.List<Rollbackable> getMonitoredObjects()
public long getTimestamp()