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 interface
StateSnapshotContext
This 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 class
StateSnapshotContextSynchronousImpl
This 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 void
CheckpointedFunction. 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 void
ContinuousFileMonitoringFunction. snapshotState(FunctionSnapshotContext context)
Deprecated.void
FromElementsFunction. snapshotState(FunctionSnapshotContext context)
Deprecated.void
StatefulSequenceSource. 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 void
CollectSinkFunction. snapshotState(FunctionSnapshotContext context)
-