Class | Description |
---|---|
AsyncCacheHandler |
Handler for async cache requests.
|
BlockReadHandler |
This handler handles block read request.
|
BlockReadRequest |
The internal representation of a block read request.
|
BlockReadRequestContext |
Context of
BlockReadRequest . |
BlockWriteHandler |
This handler handles block write request.
|
BlockWriteRequest |
The block write request internal representation.
|
BlockWriteRequestContext |
The block write request internal representation.
|
HeartbeatHandler |
A handler for heartbeat events.
|
IdleReadHandler |
Closes the channel if it has been idle for too long.
|
NettyDataServer |
Runs a netty data server that responds to block requests.
|
ReadRequestContext<T extends alluxio.worker.netty.ReadRequest> |
Represents the context of a read request received from netty channel.
|
UfsFileWriteHandler |
This handler handles writes to a file in the under file system.
|
UfsFileWriteRequest |
The UFS File write request internal representation.
|
UfsFileWriteRequestContext |
The UFS File write request internal representation.
|
UnsupportedMessageHandler |
Netty handler which replies to the client with an unknown message error for message types
which are no longer supported.
|
WriteRequestContext<T extends alluxio.worker.netty.WriteRequest> |
Represents the context of a write request received from netty channel.
|
Copyright © 2023. All Rights Reserved.