Package org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
-
Interface Summary Interface Description NettyConnectionReader NettyConnectionReaderis used byTierConsumerAgentto read buffer from netty.NettyConnectionWriter NettyConnectionWriteris used byTierProducerAgentto write buffers to netty connection.NettyServiceProducer NettyServiceProduceris used as the callback to registerNettyConnectionWriterand disconnect netty connection inTierProducerAgent.TieredStorageNettyService TieredStorageNettyServiceis used to create writers and readers to netty. -
Class Summary Class Description NettyConnectionId NettyConnectionIdindicates the unique id of netty connection.NettyConnectionReaderImpl The default implementation ofNettyConnectionReader.NettyConnectionWriterImpl The default implementation ofNettyConnectionWriter.NettyPayload TheNettyPayloadrepresents the payload that will be transferred to netty connection.NettyPayloadManager NettyPayloadManageris used to contain all netty payloads from a storage tier.TieredStorageNettyServiceImpl The default implementation ofTieredStorageNettyService.TieredStorageResultSubpartitionView TheTieredStorageResultSubpartitionViewis the implementation ofResultSubpartitionViewofTieredResultPartition.