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) |
org.apache.flink.core.execution.SavepointFormatType |
getFormatType() |
String |
getName() |
SavepointType.PostCheckpointAction |
getPostCheckpointAction() |
SnapshotType.SharingFilesStrategy |
getSharingFilesStrategy() |
int |
hashCode() |
boolean |
isSavepoint() |
boolean |
isSynchronous() |
static SavepointType |
savepoint(org.apache.flink.core.execution.SavepointFormatType formatType) |
boolean |
shouldAdvanceToEndOfTime() |
boolean |
shouldDrain() |
boolean |
shouldIgnoreEndOfInput() |
static SavepointType |
suspend(org.apache.flink.core.execution.SavepointFormatType formatType) |
static SavepointType |
terminate(org.apache.flink.core.execution.SavepointFormatType formatType) |
String |
toString() |
public static SavepointType savepoint(org.apache.flink.core.execution.SavepointFormatType formatType)
public static SavepointType terminate(org.apache.flink.core.execution.SavepointFormatType formatType)
public static SavepointType suspend(org.apache.flink.core.execution.SavepointFormatType formatType)
public boolean isSavepoint()
isSavepoint in interface SnapshotTypepublic boolean isSynchronous()
public SavepointType.PostCheckpointAction getPostCheckpointAction()
public boolean shouldAdvanceToEndOfTime()
public boolean shouldDrain()
public boolean shouldIgnoreEndOfInput()
public String getName()
getName in interface SnapshotTypepublic org.apache.flink.core.execution.SavepointFormatType getFormatType()
public SnapshotType.SharingFilesStrategy getSharingFilesStrategy()
getSharingFilesStrategy in interface SnapshotTypeCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.