Package | Description |
---|---|
alluxio.network.protocol |
Modifier and Type | Class and Description |
---|---|
class |
RPCProtoMessage
This is the main base class for all protocol buffer based RPC messages to the DataServer.
|
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 © 2023. All Rights Reserved.