public class OutboundRpcMessage extends RpcMessage
| Modifier and Type | Field and Description |
|---|---|
ByteBuf[] |
dBodies |
coordinationId, mode, rpcType| Constructor and Description |
|---|
OutboundRpcMessage(GeneralRPCProtos.RpcMode mode,
com.google.protobuf.Internal.EnumLite rpcType,
int coordinationId,
com.google.protobuf.MessageLite pBody,
ByteBuf... dBodies) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBodySize() |
int |
getRawBodySize() |
String |
toString() |
public ByteBuf[] dBodies
public OutboundRpcMessage(GeneralRPCProtos.RpcMode mode, com.google.protobuf.Internal.EnumLite rpcType, int coordinationId, com.google.protobuf.MessageLite pBody, ByteBuf... dBodies)
public int getBodySize()
getBodySize in class RpcMessagepublic int getRawBodySize()
Copyright © 2022 The Apache Software Foundation. All rights reserved.