Uses of Class
org.apache.flink.runtime.state.ChainedStateHandle
-
Packages that use ChainedStateHandle Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.state -
-
Uses of ChainedStateHandle in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return ChainedStateHandle Modifier and Type Method Description ChainedStateHandle<OperatorStateHandle>
SubtaskState. getManagedOperatorState()
Deprecated.ChainedStateHandle<OperatorStateHandle>
SubtaskState. getRawOperatorState()
Deprecated.Constructors in org.apache.flink.runtime.checkpoint with parameters of type ChainedStateHandle Constructor Description SubtaskState(ChainedStateHandle<OperatorStateHandle> managedOperatorState, ChainedStateHandle<OperatorStateHandle> rawOperatorState, KeyedStateHandle managedKeyedState, KeyedStateHandle rawKeyedState)
Deprecated. -
Uses of ChainedStateHandle in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return ChainedStateHandle Modifier and Type Method Description static <T extends StateObject>
ChainedStateHandle<T>ChainedStateHandle. wrapSingleHandle(T stateHandleToWrap)
Methods in org.apache.flink.runtime.state with parameters of type ChainedStateHandle Modifier and Type Method Description static boolean
ChainedStateHandle. isNullOrEmpty(ChainedStateHandle<?> chainedStateHandle)
-