Uses of Interface
org.apache.flink.runtime.io.network.partition.BufferAvailabilityListener
-
-
Uses of BufferAvailabilityListener in org.apache.flink.runtime.io.network.api.writer
Methods in org.apache.flink.runtime.io.network.api.writer with parameters of type BufferAvailabilityListener Modifier and Type Method Description ResultSubpartitionViewResultPartitionWriter. createSubpartitionView(ResultSubpartitionIndexSet indexSet, BufferAvailabilityListener availabilityListener)Returns a reader for the subpartition with the given index range. -
Uses of BufferAvailabilityListener in org.apache.flink.runtime.io.network.partition
Classes in org.apache.flink.runtime.io.network.partition that implement BufferAvailabilityListener Modifier and Type Class Description classUnionResultSubpartitionViewA wrapper to union the output from multipleResultSubpartitionViews.Methods in org.apache.flink.runtime.io.network.partition with parameters of type BufferAvailabilityListener Modifier and Type Method Description PipelinedSubpartitionViewPipelinedApproximateSubpartition. createReadView(BufferAvailabilityListener availabilityListener)To simply the view releasing threading model,PipelinedApproximateSubpartition.releaseView()is called only before creating a new view.PipelinedSubpartitionViewPipelinedSubpartition. createReadView(BufferAvailabilityListener availabilityListener)abstract ResultSubpartitionViewResultSubpartition. createReadView(BufferAvailabilityListener availabilityListener)protected ResultSubpartitionViewBufferWritingResultPartition. createSubpartitionView(int subpartitionIndex, BufferAvailabilityListener availabilityListener)protected abstract ResultSubpartitionViewResultPartition. createSubpartitionView(int index, BufferAvailabilityListener availabilityListener)Returns a reader for the subpartition with the given index.ResultSubpartitionViewResultPartition. createSubpartitionView(ResultSubpartitionIndexSet indexSet, BufferAvailabilityListener availabilityListener)ResultSubpartitionViewResultPartitionManager. createSubpartitionView(ResultPartitionID partitionId, ResultSubpartitionIndexSet subpartitionIndexSet, BufferAvailabilityListener availabilityListener)ResultSubpartitionViewResultPartitionProvider. createSubpartitionView(ResultPartitionID partitionId, ResultSubpartitionIndexSet indexSet, BufferAvailabilityListener availabilityListener)Returns the requested intermediate result partition input view.protected ResultSubpartitionViewSortMergeResultPartition. createSubpartitionView(int subpartitionIndex, BufferAvailabilityListener availabilityListener)ResultSubpartitionViewSortMergeResultPartition. createSubpartitionView(ResultSubpartitionIndexSet indexSet, BufferAvailabilityListener availabilityListener)Optional<ResultSubpartitionView>ResultPartitionManager. createSubpartitionViewOrRegisterListener(ResultPartitionID partitionId, ResultSubpartitionIndexSet subpartitionIndexSet, BufferAvailabilityListener availabilityListener, PartitionRequestListener partitionRequestListener)Optional<ResultSubpartitionView>ResultPartitionProvider. createSubpartitionViewOrRegisterListener(ResultPartitionID partitionId, ResultSubpartitionIndexSet indexSet, BufferAvailabilityListener availabilityListener, PartitionRequestListener partitionRequestListener)If the upstream task's partition has been registered, returns the result subpartition input view immediately, otherwise register the listener and return empty.Constructors in org.apache.flink.runtime.io.network.partition with parameters of type BufferAvailabilityListener Constructor Description PipelinedSubpartitionView(PipelinedSubpartition parent, BufferAvailabilityListener listener)UnionResultSubpartitionView(BufferAvailabilityListener availabilityListener, int numTotalViews) -
Uses of BufferAvailabilityListener in org.apache.flink.runtime.io.network.partition.consumer
Classes in org.apache.flink.runtime.io.network.partition.consumer that implement BufferAvailabilityListener Modifier and Type Class Description classLocalInputChannelAn input channel, which requests a local subpartition. -
Uses of BufferAvailabilityListener in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty with parameters of type BufferAvailabilityListener Modifier and Type Method Description ResultSubpartitionViewTieredStorageNettyServiceImpl. createResultSubpartitionView(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId, BufferAvailabilityListener availabilityListener)Create aResultSubpartitionViewfor the netty server.Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty with parameters of type BufferAvailabilityListener Constructor Description TieredStorageResultSubpartitionView(BufferAvailabilityListener availabilityListener, List<NettyPayloadManager> nettyPayloadManagers, List<NettyConnectionId> nettyConnectionIds, List<NettyServiceProducer> serviceProducers) -
Uses of BufferAvailabilityListener in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type BufferAvailabilityListener Modifier and Type Method Description protected ResultSubpartitionViewTieredResultPartition. createSubpartitionView(int subpartitionId, BufferAvailabilityListener availabilityListener)
-