public class OutboundRpcMessage extends RpcMessage
| Modifier and Type | Field and Description |
|---|---|
io.netty.buffer.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,
io.netty.buffer.ByteBuf... dBodies) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBodySize() |
int |
getRawBodySize() |
String |
toString() |
public OutboundRpcMessage(GeneralRPCProtos.RpcMode mode, com.google.protobuf.Internal.EnumLite rpcType, int coordinationId, com.google.protobuf.MessageLite pBody, io.netty.buffer.ByteBuf... dBodies)
public int getBodySize()
getBodySize in class RpcMessagepublic int getRawBodySize()
Copyright © 2021 The Apache Software Foundation. All rights reserved.