Uses of Interface
org.apache.flink.runtime.state.ManagedSnapshotContext
-
Packages that use ManagedSnapshotContext Package Description org.apache.flink.runtime.state -
-
Uses of ManagedSnapshotContext in org.apache.flink.runtime.state
Subinterfaces of ManagedSnapshotContext in org.apache.flink.runtime.state Modifier and Type Interface Description interface
FunctionSnapshotContext
This interface provides a context in which user functions that use managed state (i.e. state that is managed by state backends) can participate in a snapshot.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 ManagedSnapshotContext Modifier and Type Class Description class
StateSnapshotContextSynchronousImpl
This class is a default implementation for StateSnapshotContext.
-