Uses of Class
org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
-
Uses of BufferConsumer in org.apache.flink.runtime.io.network.api.serialization
Methods in org.apache.flink.runtime.io.network.api.serialization that return BufferConsumer Modifier and Type Method Description static 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 BufferConsumer Modifier and Type Method Description BufferConsumerBufferConsumer. copy()Returns a retained copy with separate indexes.BufferConsumerBufferConsumer. copyWithReaderPosition(int readerPosition)Returns a retained copy with separate indexes and sets the reader position to the given value.BufferConsumerBufferBuilder. createBufferConsumer()This method always creates aBufferConsumerstarting from the current writer offset.BufferConsumerBufferBuilder. createBufferConsumerFromBeginning()This method always creates aBufferConsumerstarting from position 0 ofMemorySegment.BufferConsumerBufferConsumerWithPartialRecordLength. getBufferConsumer()Constructors in org.apache.flink.runtime.io.network.buffer with parameters of type BufferConsumer Constructor Description BufferConsumerWithPartialRecordLength(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 BufferConsumer Modifier and Type Method Description static 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 BufferConsumer Modifier and Type Method Description intPipelinedSubpartition. add(BufferConsumer bufferConsumer, int partialRecordLength)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)
-