Uses of Class
org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
Packages that use ResultSubpartitionInfo
Package
Description
-
Uses of ResultSubpartitionInfo in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel that return types with arguments of type ResultSubpartitionInfoMethods in org.apache.flink.runtime.checkpoint.channel with parameters of type ResultSubpartitionInfoModifier and TypeMethodDescriptionvoidChannelStateWriter.addOutputData(long checkpointId, ResultSubpartitionInfo info, int startSeqNum, Buffer... data) Add in-flight buffers from theResultSubpartition.voidChannelStateWriter.NoOpChannelStateWriter.addOutputData(long checkpointId, ResultSubpartitionInfo info, int startSeqNum, Buffer... data) voidChannelStateWriterImpl.addOutputData(long checkpointId, ResultSubpartitionInfo info, int startSeqNum, Buffer... data) voidChannelStateWriter.addOutputDataFuture(long checkpointId, ResultSubpartitionInfo info, int startSeqNum, CompletableFuture<List<Buffer>> data) Add in-flight bufferFuture from theResultSubpartition.voidChannelStateWriter.NoOpChannelStateWriter.addOutputDataFuture(long checkpointId, ResultSubpartitionInfo info, int startSeqNum, CompletableFuture<List<Buffer>> data) voidChannelStateWriterImpl.addOutputDataFuture(long checkpointId, ResultSubpartitionInfo info, int startSeqNum, CompletableFuture<List<Buffer>> dataFuture) -
Uses of ResultSubpartitionInfo in org.apache.flink.runtime.io.network.logger
Methods in org.apache.flink.runtime.io.network.logger with parameters of type ResultSubpartitionInfoModifier and TypeMethodDescriptionstatic voidNetworkActionsLogger.traceOutput(String action, Buffer buffer, String taskName, ResultSubpartitionInfo channelInfo) static voidNetworkActionsLogger.traceRecover(String action, BufferConsumer bufferConsumer, String taskName, ResultSubpartitionInfo channelInfo) -
Uses of ResultSubpartitionInfo in org.apache.flink.runtime.io.network.partition
Fields in org.apache.flink.runtime.io.network.partition declared as ResultSubpartitionInfoModifier and TypeFieldDescriptionprotected final ResultSubpartitionInfoResultSubpartition.subpartitionInfoThe info of the subpartition to identify it globally within a task.Methods in org.apache.flink.runtime.io.network.partition that return ResultSubpartitionInfoModifier and TypeMethodDescriptionCheckpointedResultPartition.getCheckpointedSubpartitionInfo(int subpartitionIndex) Gets the checkpointed subpartition info with the given subpartitionIndex.PipelinedResultPartition.getCheckpointedSubpartitionInfo(int subpartitionIndex) ResultSubpartition.getSubpartitionInfo() -
Uses of ResultSubpartitionInfo in org.apache.flink.runtime.state
Constructors in org.apache.flink.runtime.state with parameters of type ResultSubpartitionInfoModifierConstructorDescriptionResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, List<Long> offset, long size) ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo) ResultSubpartitionStateHandle(ResultSubpartitionInfo info, StreamStateHandle delegate, List<Long> offset)