@Internal 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 SnapshotType
public String getName()
getName
in interface SnapshotType
public SnapshotType.SharingFilesStrategy getSharingFilesStrategy()
getSharingFilesStrategy
in interface SnapshotType
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.