Uses of Class
org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
-
Uses of ResultSubpartition.BufferAndBacklog in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return ResultSubpartition.BufferAndBacklog Modifier and Type Method Description static ResultSubpartition.BufferAndBacklogResultSubpartition.BufferAndBacklog. fromBufferAndLookahead(Buffer current, Buffer.DataType nextDataType, int backlog, int sequenceNumber)ResultSubpartition.BufferAndBacklogBoundedBlockingSubpartitionDirectTransferReader. getNextBuffer()ResultSubpartition.BufferAndBacklogNoOpResultSubpartitionView. getNextBuffer()ResultSubpartition.BufferAndBacklogPipelinedSubpartitionView. getNextBuffer()ResultSubpartition.BufferAndBacklogResultSubpartitionView. getNextBuffer()Returns the nextBufferinstance of this queue iterator.ResultSubpartition.BufferAndBacklogUnionResultSubpartitionView. getNextBuffer() -
Uses of ResultSubpartition.BufferAndBacklog in org.apache.flink.runtime.io.network.partition.hybrid
Methods in org.apache.flink.runtime.io.network.partition.hybrid that return ResultSubpartition.BufferAndBacklog Modifier and Type Method Description ResultSubpartition.BufferAndBacklogHsSubpartitionConsumer. getNextBuffer()Methods in org.apache.flink.runtime.io.network.partition.hybrid that return types with arguments of type ResultSubpartition.BufferAndBacklog Modifier and Type Method Description Optional<ResultSubpartition.BufferAndBacklog>HsDataView. consumeBuffer(int nextBufferToConsume, Collection<Buffer> buffersToRecycle)Try to consume next buffer.Optional<ResultSubpartition.BufferAndBacklog>HsSubpartitionConsumerMemoryDataManager. consumeBuffer(int toConsumeIndex, Collection<Buffer> buffersToRecycle)Check whether the head ofHsSubpartitionConsumerMemoryDataManager.unConsumedBuffersis the buffer to be consumed.Optional<ResultSubpartition.BufferAndBacklog>HsSubpartitionFileReaderImpl. consumeBuffer(int nextBufferToConsume, Collection<Buffer> buffersToRecycle) -
Uses of ResultSubpartition.BufferAndBacklog in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty that return ResultSubpartition.BufferAndBacklog Modifier and Type Method Description ResultSubpartition.BufferAndBacklogTieredStorageResultSubpartitionView. getNextBuffer()
-