Uses of Class
org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
Packages that use ResultSubpartitionStateHandle Package Description org.apache.flink.runtime.checkpoint.channel org.apache.flink.runtime.state -
-
Uses of ResultSubpartitionStateHandle in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel that return types with arguments of type ResultSubpartitionStateHandle Modifier and Type Method Description CompletableFuture<Collection<ResultSubpartitionStateHandle>>ChannelStateWriter.ChannelStateWriteResult. getResultSubpartitionStateHandles() -
Uses of ResultSubpartitionStateHandle in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return ResultSubpartitionStateHandle Modifier and Type Method Description protected ResultSubpartitionStateHandleMergedResultSubpartitionStateHandle. createUnmergedHandle(int subtaskIndex, StreamStateHandle delegate, ResultSubpartitionInfo info, long stateSize, List<Long> offsets)Methods in org.apache.flink.runtime.state that return types with arguments of type ResultSubpartitionStateHandle Modifier and Type Method Description static StateObjectCollection<ResultSubpartitionStateHandle>ChannelStateHelper. extractUnmergedOutputHandles(OperatorSubtaskState subtaskState)Method parameters in org.apache.flink.runtime.state with type arguments of type ResultSubpartitionStateHandle Modifier and Type Method Description static StateObjectCollection<OutputStateHandle>ChannelStateHelper. castToOutputStateCollection(Collection<ResultSubpartitionStateHandle> handles)static MergedResultSubpartitionStateHandleMergedResultSubpartitionStateHandle. fromChannelHandles(Collection<ResultSubpartitionStateHandle> handles)static StateObjectCollection<OutputStateHandle>ChannelStateHelper. mergeOutputStateCollection(Collection<ResultSubpartitionStateHandle> handles)
-