Interface Snapshot
-
- All Known Implementing Classes:
Checkpoint
,Savepoint
public interface Snapshot
A common interface forCheckpoint
andSavepoint
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTimeStamp()
SnapshotTriggerType
getTriggerType()
-
-
-
Method Detail
-
getTimeStamp
long getTimeStamp()
-
getTriggerType
SnapshotTriggerType getTriggerType()
-
-