Package org.apache.flink.runtime.state
Interface StateSnapshotContext
- All Superinterfaces:
FunctionSnapshotContext,ManagedSnapshotContext
- All Known Implementing Classes:
StateSnapshotContextSynchronousImpl
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.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an output stream for keyed stateReturns an output stream for operator stateMethods inherited from interface org.apache.flink.runtime.state.ManagedSnapshotContext
getCheckpointId, getCheckpointTimestamp