public class SavepointType extends Object implements SnapshotType
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SavepointType.PostCheckpointAction
What's the intended action after the checkpoint (relevant for stopping with savepoint).
|
SnapshotType.SharingFilesStrategy| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 SnapshotTypepublic boolean isSynchronous()
public SavepointType.PostCheckpointAction getPostCheckpointAction()
public boolean shouldAdvanceToEndOfTime()
public boolean shouldDrain()
public boolean shouldIgnoreEndOfInput()
public String getName()
getName 在接口中 SnapshotTypepublic org.apache.flink.core.execution.SavepointFormatType getFormatType()
public SnapshotType.SharingFilesStrategy getSharingFilesStrategy()
getSharingFilesStrategy 在接口中 SnapshotTypeCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.