Uses of Class
org.apache.flink.runtime.state.ChainedStateHandle
Packages that use ChainedStateHandle
-
Uses of ChainedStateHandle in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return ChainedStateHandleModifier and TypeMethodDescriptionSubtaskState.getManagedOperatorState()Deprecated.SubtaskState.getRawOperatorState()Deprecated.Constructors in org.apache.flink.runtime.checkpoint with parameters of type ChainedStateHandleModifierConstructorDescriptionSubtaskState(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 ChainedStateHandleModifier and TypeMethodDescriptionstatic <T extends StateObject>
ChainedStateHandle<T>ChainedStateHandle.wrapSingleHandle(T stateHandleToWrap) Methods in org.apache.flink.runtime.state with parameters of type ChainedStateHandleModifier and TypeMethodDescriptionstatic booleanChainedStateHandle.isNullOrEmpty(ChainedStateHandle<?> chainedStateHandle)