public final class CheckpointType extends Object implements SnapshotType
SnapshotType.SharingFilesStrategy| Modifier and Type | Field and Description |
|---|---|
static CheckpointType |
CHECKPOINT
A checkpoint, full or incremental.
|
static CheckpointType |
FULL_CHECKPOINT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
SnapshotType.SharingFilesStrategy |
getSharingFilesStrategy() |
int |
hashCode() |
boolean |
isSavepoint() |
String |
toString() |
public static final CheckpointType CHECKPOINT
public static final CheckpointType FULL_CHECKPOINT
public boolean isSavepoint()
isSavepoint in interface SnapshotTypepublic String getName()
getName in interface SnapshotTypepublic SnapshotType.SharingFilesStrategy getSharingFilesStrategy()
getSharingFilesStrategy in interface SnapshotTypeCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.