Interface SnapshotType
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CheckpointType,SavepointType
public interface SnapshotType extends Serializable
The type of checkpoint to perform.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSnapshotType.SharingFilesStrategyDefines what files can be shared across snapshots.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()SnapshotType.SharingFilesStrategygetSharingFilesStrategy()booleanisSavepoint()
-
-
-
Method Detail
-
isSavepoint
boolean isSavepoint()
-
getName
String getName()
-
getSharingFilesStrategy
SnapshotType.SharingFilesStrategy getSharingFilesStrategy()
-
-