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 KeyedStateCheckpointOutputStreamStateSnapshotContext. getRawKeyedOperatorStateOutput()Returns an output stream for keyed stateKeyedStateCheckpointOutputStreamStateSnapshotContextSynchronousImpl. 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 voidInternalTimeServiceManager. snapshotToRawKeyedState(KeyedStateCheckpointOutputStream stateCheckpointOutputStream, String operatorName)Snapshots the timers to raw keyed state.voidInternalTimeServiceManagerImpl. 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 voidBatchExecutionInternalTimeServiceManager. snapshotToRawKeyedState(KeyedStateCheckpointOutputStream context, String operatorName)
-