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. requestSubpartitionViewOrRegisterListener(ResultPartitionProvider partitionProvider, ResultPartitionID resultPartitionId, ResultSubpartitionIndexSet subpartitionIndexSet)When the netty server receives the downstream task's partition request and the upstream task has registered its partition, it will process the partition request immediately, otherwise it will create aPartitionRequestListenerfor givenResultPartitionIDinResultPartitionManagerand notify the listener when the upstream task registers its partition. -
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, boolean connectionReuseEnabled)NettyConnectionManager(ResultPartitionProvider partitionProvider, TaskEventPublisher taskEventPublisher, NettyConfig nettyConfig, boolean connectionReuseEnabled)NettyPartitionRequestListener(ResultPartitionProvider resultPartitionProvider, NetworkSequenceViewReader reader, ResultSubpartitionIndexSet subpartitionIndexSet, ResultPartitionID resultPartitionId)NettyPartitionRequestListener(ResultPartitionProvider resultPartitionProvider, NetworkSequenceViewReader reader, ResultSubpartitionIndexSet subpartitionIndexSet, ResultPartitionID resultPartitionId, long createTimestamp) -
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.
-