Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyServiceProducer
-
-
Uses of NettyServiceProducer 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 NettyServiceProducer Modifier and Type Method Description voidTieredStorageNettyService. registerProducer(TieredStoragePartitionId partitionId, NettyServiceProducer serviceProducer)TierProducerAgentwill provide a callback namedNettyServiceProducerto register toTieredStorageNettyService.voidTieredStorageNettyServiceImpl. registerProducer(TieredStoragePartitionId partitionId, NettyServiceProducer serviceProducer) -
Uses of NettyServiceProducer in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk that implement NettyServiceProducer Modifier and Type Class Description classDiskIOSchedulerTheDiskIOScheduleris a scheduler that controls the reading of data from shuffle files.classDiskTierProducerAgentThe disk tier implementation ofTierProducerAgent. -
Uses of NettyServiceProducer in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory that implement NettyServiceProducer Modifier and Type Class Description classMemoryTierProducerAgentThe memory tier implementation ofTierProducerAgent.
-