public class InboundRpcMessage extends RpcMessage
| Modifier and Type | Field and Description |
|---|---|
io.netty.buffer.ByteBuf |
dBody |
io.netty.buffer.ByteBuf |
pBody |
coordinationId, mode, rpcType| Constructor and Description |
|---|
InboundRpcMessage(GeneralRPCProtos.RpcMode mode,
int rpcType,
int coordinationId,
io.netty.buffer.ByteBuf pBody,
io.netty.buffer.ByteBuf dBody) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBodySize() |
InputStream |
getProtobufBodyAsIS() |
String |
toString() |
public InboundRpcMessage(GeneralRPCProtos.RpcMode mode, int rpcType, int coordinationId, io.netty.buffer.ByteBuf pBody, io.netty.buffer.ByteBuf dBody)
public int getBodySize()
getBodySize in class RpcMessagepublic InputStream getProtobufBodyAsIS()
Copyright © 2021 The Apache Software Foundation. All rights reserved.