Package | Description |
---|---|
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.netty |
Class and Description |
---|
NettyDataServer
Runs a netty data server that responds to block requests.
|
Class and Description |
---|
AbstractReadHandler
This class handles
Protocol.ReadRequest s. |
AbstractReadHandler.PacketReader
A runnable that reads packets and writes them to the channel.
|
AbstractReadHandler.PacketReader.Factory
Factory that creates a PacketReader.
|
BlockReadRequest
The internal representation of a block read request.
|
BlockWriteRequestContext
The block write request internal representation.
|
FileReadHandler.FilePacketReader
The packet reader to read from a local block worker.
|
ReadRequest
Represents a read request received from netty channel.
|
ReadRequestContext
Represents the context of a read request received from netty channel.
|
UfsFileWriteRequestContext
The UFS File write request internal representation.
|
WriteRequestContext
Represents the context of a write request received from netty channel.
|
Copyright © 2023. All Rights Reserved.