Uses of Interface
org.apache.flink.runtime.io.network.partition.ResultPartitionProvider
-
Packages that use ResultPartitionProvider Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.netty org.apache.flink.runtime.io.network.partition -
-
Uses of ResultPartitionProvider in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type ResultPartitionProvider Modifier and Type Method Description voidNetworkSequenceViewReader. requestSubpartitionView(ResultPartitionProvider partitionProvider, ResultPartitionID resultPartitionId, int subPartitionIndex) -
Uses of ResultPartitionProvider in org.apache.flink.runtime.io.network.netty
Constructors in org.apache.flink.runtime.io.network.netty with parameters of type ResultPartitionProvider Constructor Description NettyConnectionManager(NettyBufferPool bufferPool, ResultPartitionProvider partitionProvider, TaskEventPublisher taskEventPublisher, NettyConfig nettyConfig, int maxNumberOfConnections, boolean connectionReuseEnabled)NettyConnectionManager(ResultPartitionProvider partitionProvider, TaskEventPublisher taskEventPublisher, NettyConfig nettyConfig, int maxNumberOfConnections, boolean connectionReuseEnabled) -
Uses of ResultPartitionProvider in org.apache.flink.runtime.io.network.partition
Classes in org.apache.flink.runtime.io.network.partition that implement ResultPartitionProvider Modifier and Type Class Description classResultPartitionManagerThe result partition manager keeps track of all currently produced/consumed partitions of a task manager.
-