@PublicEvolving @FunctionalInterface public interface SavepointWriterOperatorFactory
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.api.operators.StreamOperator<TaggedOperatorSubtaskState> |
createOperator(long savepointTimestamp,
org.apache.flink.core.fs.Path savepointPath)
Creates a
StreamOperator to be used for generating and snapshotting state. |
org.apache.flink.streaming.api.operators.StreamOperator<TaggedOperatorSubtaskState> createOperator(long savepointTimestamp, org.apache.flink.core.fs.Path savepointPath)
StreamOperator to be used for generating and snapshotting state.savepointTimestamp - the timestamp to associate with the generated savepoint.savepointPath - the path to write the savepoint to.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.