Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayloadManager
-
Packages that use NettyPayloadManager Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty -
-
Uses of NettyPayloadManager in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty with parameters of type NettyPayloadManager Constructor Description NettyConnectionWriterImpl(NettyPayloadManager nettyPayloadManager)
Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty with type arguments of type NettyPayloadManager Constructor Description TieredStorageResultSubpartitionView(BufferAvailabilityListener availabilityListener, List<NettyPayloadManager> nettyPayloadManagers, List<NettyConnectionId> nettyConnectionIds, List<NettyServiceProducer> serviceProducers)
-