Uses of Class
org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
Packages that use KeyedStateCheckpointOutputStream
Package
Description
-
Uses of KeyedStateCheckpointOutputStream in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return KeyedStateCheckpointOutputStreamModifier and TypeMethodDescriptionStateSnapshotContext.getRawKeyedOperatorStateOutput()Returns an output stream for keyed stateStateSnapshotContextSynchronousImpl.getRawKeyedOperatorStateOutput() -
Uses of KeyedStateCheckpointOutputStream in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type KeyedStateCheckpointOutputStreamModifier and TypeMethodDescriptionvoidInternalTimeServiceManager.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 KeyedStateCheckpointOutputStreamModifier and TypeMethodDescriptionvoidBatchExecutionInternalTimeServiceManager.snapshotToRawKeyedState(KeyedStateCheckpointOutputStream context, String operatorName)