Uses of Interface
org.apache.flink.runtime.state.FunctionSnapshotContext
-
-
Uses of FunctionSnapshotContext in org.apache.flink.runtime.state
Subinterfaces of FunctionSnapshotContext in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceStateSnapshotContextThis interface provides a context in which operators that use managed (i.e. state that is managed by state backends) or raw (i.e. the operator can write it's state streams) state can perform a snapshot.Classes in org.apache.flink.runtime.state that implement FunctionSnapshotContext Modifier and Type Class Description classStateSnapshotContextSynchronousImplThis class is a default implementation for StateSnapshotContext. -
Uses of FunctionSnapshotContext in org.apache.flink.streaming.api.checkpoint
Methods in org.apache.flink.streaming.api.checkpoint with parameters of type FunctionSnapshotContext Modifier and Type Method Description voidCheckpointedFunction. snapshotState(FunctionSnapshotContext context)This method is called when a snapshot for a checkpoint is requested. -
Uses of FunctionSnapshotContext in org.apache.flink.streaming.api.functions.source.legacy
Methods in org.apache.flink.streaming.api.functions.source.legacy with parameters of type FunctionSnapshotContext Modifier and Type Method Description voidContinuousFileMonitoringFunction. snapshotState(FunctionSnapshotContext context)Deprecated.voidFromElementsFunction. snapshotState(FunctionSnapshotContext context)Deprecated.voidStatefulSequenceSource. snapshotState(FunctionSnapshotContext context)Deprecated. -
Uses of FunctionSnapshotContext in org.apache.flink.streaming.api.operators.collect
Methods in org.apache.flink.streaming.api.operators.collect with parameters of type FunctionSnapshotContext Modifier and Type Method Description voidCollectSinkFunction. snapshotState(FunctionSnapshotContext context)
-