Uses of Interface
org.apache.flink.runtime.io.network.partition.ResultPartitionProvider
Packages that use ResultPartitionProvider
Package
Description
-
Uses of ResultPartitionProvider in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type ResultPartitionProviderModifier and TypeMethodDescriptionvoidNetworkSequenceViewReader.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 ResultPartitionProviderModifierConstructorDescriptionNettyConnectionManager(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 ResultPartitionProviderModifier and TypeClassDescriptionclassThe result partition manager keeps track of all currently produced/consumed partitions of a task manager.