Uses of Interface
org.apache.flink.runtime.state.ManagedSnapshotContext
Packages that use ManagedSnapshotContext
-
Uses of ManagedSnapshotContext in org.apache.flink.runtime.state
Subinterfaces of ManagedSnapshotContext in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceThis 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.interfaceThis 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 ManagedSnapshotContextModifier and TypeClassDescriptionclassThis class is a default implementation for StateSnapshotContext.