Uses of Class
org.apache.flink.runtime.state.InputChannelStateHandle
-
Packages that use InputChannelStateHandle Package Description org.apache.flink.runtime.checkpoint.channel org.apache.flink.runtime.state -
-
Uses of InputChannelStateHandle in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel that return types with arguments of type InputChannelStateHandle Modifier and Type Method Description CompletableFuture<Collection<InputChannelStateHandle>>
ChannelStateWriter.ChannelStateWriteResult. getInputChannelStateHandles()
-
Uses of InputChannelStateHandle in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return InputChannelStateHandle Modifier and Type Method Description protected InputChannelStateHandle
MergedInputChannelStateHandle. createUnmergedHandle(int subtaskIndex, StreamStateHandle delegate, InputChannelInfo info, long stateSize, List<Long> offsets)
Methods in org.apache.flink.runtime.state that return types with arguments of type InputChannelStateHandle Modifier and Type Method Description static StateObjectCollection<InputChannelStateHandle>
ChannelStateHelper. extractUnmergedInputHandles(OperatorSubtaskState subtaskState)
Method parameters in org.apache.flink.runtime.state with type arguments of type InputChannelStateHandle Modifier and Type Method Description static StateObjectCollection<InputStateHandle>
ChannelStateHelper. castToInputStateCollection(Collection<InputChannelStateHandle> handles)
static MergedInputChannelStateHandle
MergedInputChannelStateHandle. fromChannelHandles(Collection<InputChannelStateHandle> handles)
static StateObjectCollection<InputStateHandle>
ChannelStateHelper. mergeInputStateCollection(Collection<InputChannelStateHandle> handles)
-