public class SavepointType extends Object implements SnapshotType
Modifier and Type | Class and Description |
---|---|
static class |
SavepointType.PostCheckpointAction
What's the intended action after the checkpoint (relevant for stopping with savepoint).
|
SnapshotType.SharingFilesStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SavepointFormatType |
getFormatType() |
String |
getName() |
SavepointType.PostCheckpointAction |
getPostCheckpointAction() |
SnapshotType.SharingFilesStrategy |
getSharingFilesStrategy() |
int |
hashCode() |
boolean |
isSavepoint() |
boolean |
isSynchronous() |
static SavepointType |
savepoint(SavepointFormatType formatType) |
boolean |
shouldAdvanceToEndOfTime() |
boolean |
shouldDrain() |
boolean |
shouldIgnoreEndOfInput() |
static SavepointType |
suspend(SavepointFormatType formatType) |
static SavepointType |
terminate(SavepointFormatType formatType) |
String |
toString() |
public static SavepointType savepoint(SavepointFormatType formatType)
public static SavepointType terminate(SavepointFormatType formatType)
public static SavepointType suspend(SavepointFormatType formatType)
public boolean isSavepoint()
isSavepoint
in interface SnapshotType
public boolean isSynchronous()
public SavepointType.PostCheckpointAction getPostCheckpointAction()
public boolean shouldAdvanceToEndOfTime()
public boolean shouldDrain()
public boolean shouldIgnoreEndOfInput()
public String getName()
getName
in interface SnapshotType
public SavepointFormatType getFormatType()
public SnapshotType.SharingFilesStrategy getSharingFilesStrategy()
getSharingFilesStrategy
in interface SnapshotType
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.