| Interface | Description |
|---|---|
| NettyConnectionReader |
NettyConnectionReader is used by TierConsumerAgent to read buffer from netty. |
| NettyConnectionWriter |
NettyConnectionWriter is used by TierProducerAgent to write buffers to netty
connection. |
| NettyServiceProducer |
NettyServiceProducer is used as the callback to register NettyConnectionWriter
and disconnect netty connection in TierProducerAgent. |
| TieredStorageNettyService |
TieredStorageNettyService is used to create writers and readers to netty. |
| Class | Description |
|---|---|
| NettyConnectionId |
NettyConnectionId indicates the unique id of netty connection. |
| NettyConnectionReaderImpl |
The default implementation of
NettyConnectionReader. |
| NettyConnectionWriterImpl |
The default implementation of
NettyConnectionWriter. |
| NettyPayload |
The
NettyPayload represents the payload that will be transferred to netty connection. |
| NettyPayloadManager |
NettyPayloadManager is used to contain all netty payloads from a storage tier. |
| TieredStorageNettyServiceImpl |
The default implementation of
TieredStorageNettyService. |
| TieredStorageResultSubpartitionView |
The
TieredStorageResultSubpartitionView is the implementation of ResultSubpartitionView of TieredResultPartition. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.