Uses of Class
org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Packages that use KeyedStateCheckpointOutputStream Package Description org.apache.flink.runtime.state org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.sorted.state -
-
Uses of KeyedStateCheckpointOutputStream in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return KeyedStateCheckpointOutputStream Modifier and Type Method Description KeyedStateCheckpointOutputStream
StateSnapshotContext. getRawKeyedOperatorStateOutput()
Returns an output stream for keyed stateKeyedStateCheckpointOutputStream
StateSnapshotContextSynchronousImpl. getRawKeyedOperatorStateOutput()
-
Uses of KeyedStateCheckpointOutputStream in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type KeyedStateCheckpointOutputStream Modifier and Type Method Description void
InternalTimeServiceManager. snapshotToRawKeyedState(KeyedStateCheckpointOutputStream stateCheckpointOutputStream, String operatorName)
Snapshots the timers to raw keyed state.void
InternalTimeServiceManagerImpl. snapshotToRawKeyedState(KeyedStateCheckpointOutputStream out, String operatorName)
-
Uses of KeyedStateCheckpointOutputStream in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type KeyedStateCheckpointOutputStream Modifier and Type Method Description void
BatchExecutionInternalTimeServiceManager. snapshotToRawKeyedState(KeyedStateCheckpointOutputStream context, String operatorName)
-