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