Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionReader
-
Packages that use NettyConnectionReader Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty -
-
Uses of NettyConnectionReader in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty that implement NettyConnectionReader Modifier and Type Class Description classNettyConnectionReaderImplThe default implementation ofNettyConnectionReader.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty that return types with arguments of type NettyConnectionReader Modifier and Type Method Description CompletableFuture<NettyConnectionReader>TieredStorageNettyService. registerConsumer(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId)TierConsumerAgentwill register toTieredStorageNettyServiceand get a future ofNettyConnectionReader.CompletableFuture<NettyConnectionReader>TieredStorageNettyServiceImpl. registerConsumer(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId)
-