Uses of Interface
org.apache.flink.runtime.state.FunctionSnapshotContext
-
Packages that use FunctionSnapshotContext Package Description org.apache.flink.runtime.state -
-
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.
-