Package org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
package org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
-
ClassDescription
NettyConnectionIdindicates the unique id of netty connection.NettyConnectionReaderis used byTierConsumerAgentto read buffer from netty.The default implementation ofNettyConnectionReader.NettyConnectionWriteris used byTierProducerAgentto write buffers to netty connection.The default implementation ofNettyConnectionWriter.TheNettyPayloadrepresents the payload that will be transferred to netty connection.NettyPayloadManageris used to contain all netty payloads from a storage tier.NettyServiceProduceris used as the callback to registerNettyConnectionWriterand disconnect netty connection inTierProducerAgent.TieredStorageNettyServiceis used to create writers and readers to netty.The default implementation ofTieredStorageNettyService.TheTieredStorageResultSubpartitionViewis the implementation ofResultSubpartitionViewofTieredResultPartition.