Package | Description |
---|---|
alluxio.network.protocol |
Modifier and Type | Method and Description |
---|---|
static RPCProtoMessage |
RPCProtoMessage.createCancelResponse()
Creates a response in CANCELLED state.
|
static RPCProtoMessage |
RPCProtoMessage.createOkResponse(DataBuffer data)
Creates an OK response with data.
|
static RPCProtoMessage |
RPCProtoMessage.createResponse(AlluxioStatusException se)
Creates a response for a given
AlluxioStatusException . |
static RPCProtoMessage |
RPCProtoMessage.createResponse(io.grpc.Status status,
String message,
DataBuffer data)
Creates a response for a given status, message, and data buffer.
|
static RPCProtoMessage |
RPCProtoMessage.decode(io.netty.buffer.ByteBuf in,
ProtoMessage prototype)
Decodes the message from a buffer.
|
Copyright © 2023. All Rights Reserved.