Uses of Interface
org.apache.flink.runtime.state.StateSnapshotContext
Packages that use StateSnapshotContext
Package
Description
-
Uses of StateSnapshotContext in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type StateSnapshotContextModifier and TypeMethodDescriptionvoidAbstractAsyncStateUdfStreamOperator.snapshotState(StateSnapshotContext context) -
Uses of StateSnapshotContext in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement StateSnapshotContextModifier and TypeClassDescriptionclassThis class is a default implementation for StateSnapshotContext. -
Uses of StateSnapshotContext in org.apache.flink.streaming.api.functions.source
Methods in org.apache.flink.streaming.api.functions.source with parameters of type StateSnapshotContextModifier and TypeMethodDescriptionvoidContinuousFileReaderOperator.snapshotState(StateSnapshotContext context) -
Uses of StateSnapshotContext in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type StateSnapshotContextModifier and TypeMethodDescriptionvoidAbstractStreamOperator.snapshotState(StateSnapshotContext context) Stream operators with state, which want to participate in a snapshot need to override this hook method.voidAbstractStreamOperatorV2.snapshotState(StateSnapshotContext context) Stream operators with state, which want to participate in a snapshot need to override this hook method.voidAbstractUdfStreamOperator.snapshotState(StateSnapshotContext context) voidSourceOperator.snapshotState(StateSnapshotContext context) voidStreamOperatorStateHandler.CheckpointedStreamOperator.snapshotState(StateSnapshotContext context) -
Uses of StateSnapshotContext in org.apache.flink.streaming.runtime.operators.sink
Methods in org.apache.flink.streaming.runtime.operators.sink with parameters of type StateSnapshotContextModifier and TypeMethodDescriptionvoidGlobalCommitterOperator.snapshotState(StateSnapshotContext context) -
Uses of StateSnapshotContext in org.apache.flink.streaming.util.functions
Methods in org.apache.flink.streaming.util.functions with parameters of type StateSnapshotContextModifier and TypeMethodDescriptionstatic voidStreamingFunctionUtils.snapshotFunctionState(StateSnapshotContext context, OperatorStateBackend backend, org.apache.flink.api.common.functions.Function userFunction)