Uses of Interface
org.apache.flink.runtime.state.FunctionSnapshotContext
Packages that use FunctionSnapshotContext
Package
Description
-
Uses of FunctionSnapshotContext in org.apache.flink.runtime.state
Subinterfaces of FunctionSnapshotContext in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceThis 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 FunctionSnapshotContextModifier and TypeClassDescriptionclassThis 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 FunctionSnapshotContextModifier and TypeMethodDescriptionvoidCheckpointedFunction.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 FunctionSnapshotContextModifier and TypeMethodDescriptionvoidContinuousFileMonitoringFunction.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 FunctionSnapshotContextModifier and TypeMethodDescriptionvoidCollectSinkFunction.snapshotState(FunctionSnapshotContext context)