| Package | Description |
|---|---|
| tachyon.network.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
RPCBlockReadRequest
This represents an RPC request to read a block from a DataServer.
|
class |
RPCBlockReadResponse
This represents the response of a
RPCBlockReadRequest. |
class |
RPCBlockWriteRequest
This represents the request to write a block to a DataServer.
|
class |
RPCBlockWriteResponse
This represents the response to a
RPCBlockWriteRequest. |
class |
RPCErrorResponse
This represents a simple RPC response, containing an error.
|
class |
RPCRequest |
class |
RPCResponse |
| Modifier and Type | Method and Description |
|---|---|
static RPCMessage |
RPCMessage.decodeMessage(RPCMessage.Type type,
io.netty.buffer.ByteBuf in)
Returns the message of message type 'type', decoded from the input ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RPCMessageEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
RPCMessage in,
List<Object> out) |
Copyright © 2015. All Rights Reserved.