Uses of Class
org.apache.flink.runtime.io.network.buffer.BufferConsumer
Packages that use BufferConsumer
Package
Description
-
Uses of BufferConsumer in org.apache.flink.runtime.io.network.api.serialization
Methods in org.apache.flink.runtime.io.network.api.serialization that return BufferConsumerModifier and TypeMethodDescriptionstatic BufferConsumerEventSerializer.toBufferConsumer(AbstractEvent event, boolean hasPriority) -
Uses of BufferConsumer in org.apache.flink.runtime.io.network.buffer
Methods in org.apache.flink.runtime.io.network.buffer that return BufferConsumerModifier and TypeMethodDescriptionBufferConsumer.copy()Returns a retained copy with separate indexes.BufferConsumer.copyWithReaderPosition(int readerPosition) Returns a retained copy with separate indexes and sets the reader position to the given value.BufferBuilder.createBufferConsumer()This method always creates aBufferConsumerstarting from the current writer offset.BufferBuilder.createBufferConsumerFromBeginning()This method always creates aBufferConsumerstarting from position 0 ofMemorySegment.BufferConsumerWithPartialRecordLength.getBufferConsumer()Constructors in org.apache.flink.runtime.io.network.buffer with parameters of type BufferConsumerModifierConstructorDescriptionBufferConsumerWithPartialRecordLength(BufferConsumer bufferConsumer, int partialRecordLength) -
Uses of BufferConsumer in org.apache.flink.runtime.io.network.logger
Methods in org.apache.flink.runtime.io.network.logger with parameters of type BufferConsumerModifier and TypeMethodDescriptionstatic voidNetworkActionsLogger.traceRecover(String action, BufferConsumer bufferConsumer, String taskName, ResultSubpartitionInfo channelInfo) -
Uses of BufferConsumer in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type BufferConsumerModifier and TypeMethodDescriptionintPipelinedSubpartition.add(BufferConsumer bufferConsumer, int partialRecordLength) final intResultSubpartition.add(BufferConsumer bufferConsumer) abstract intResultSubpartition.add(BufferConsumer bufferConsumer, int partialRecordLength) Adds the given buffer.voidCheckpointedResultPartition.addRecovered(int subpartitionIndex, BufferConsumer bufferConsumer) voidPipelinedResultPartition.addRecovered(int subpartitionIndex, BufferConsumer bufferConsumer) protected intBufferWritingResultPartition.addToSubpartition(int targetSubpartition, BufferConsumer bufferConsumer, int partialRecordLength)