@Internal public final class SnapshotUtils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <OUT,OP extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> |
snapshot(OP operator,
int index,
long timestamp,
boolean isExactlyOnceMode,
boolean isUnalignedCheckpoint,
org.apache.flink.configuration.Configuration configuration,
org.apache.flink.core.fs.Path savepointPath) |
static <OUT,OP extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> |
snapshot(OP operator,
int index,
long timestamp,
boolean isExactlyOnceMode,
boolean isUnalignedCheckpoint,
org.apache.flink.configuration.Configuration configuration,
org.apache.flink.core.fs.Path savepointPath,
org.apache.flink.core.execution.SavepointFormatType savepointFormatType) |
public static <OUT,OP extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> TaggedOperatorSubtaskState snapshot(OP operator, int index, long timestamp, boolean isExactlyOnceMode, boolean isUnalignedCheckpoint, org.apache.flink.configuration.Configuration configuration, org.apache.flink.core.fs.Path savepointPath, org.apache.flink.core.execution.SavepointFormatType savepointFormatType) throws Exception
Exceptionpublic static <OUT,OP extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> TaggedOperatorSubtaskState snapshot(OP operator, int index, long timestamp, boolean isExactlyOnceMode, boolean isUnalignedCheckpoint, org.apache.flink.configuration.Configuration configuration, org.apache.flink.core.fs.Path savepointPath) throws Exception
ExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.