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 RpcMessage
public int getRawBodySize()
Copyright © 1970 The Apache Software Foundation. All rights reserved.