Package org.apache.drill.exec.rpc
Class OutboundRpcMessage
java.lang.Object
org.apache.drill.exec.rpc.RpcMessage
org.apache.drill.exec.rpc.OutboundRpcMessage
-
Field Summary
Fields inherited from class org.apache.drill.exec.rpc.RpcMessage
coordinationId, mode, rpcType
-
Constructor Summary
ConstructorDescriptionOutboundRpcMessage
(GeneralRPCProtos.RpcMode mode, com.google.protobuf.Internal.EnumLite rpcType, int coordinationId, com.google.protobuf.MessageLite pBody, io.netty.buffer.ByteBuf... dBodies) -
Method Summary
-
Field Details
-
dBodies
public io.netty.buffer.ByteBuf[] dBodies
-
-
Constructor Details
-
OutboundRpcMessage
public OutboundRpcMessage(GeneralRPCProtos.RpcMode mode, com.google.protobuf.Internal.EnumLite rpcType, int coordinationId, com.google.protobuf.MessageLite pBody, io.netty.buffer.ByteBuf... dBodies)
-
-
Method Details
-
getBodySize
public int getBodySize()- Specified by:
getBodySize
in classRpcMessage
-
getRawBodySize
public int getRawBodySize() -
toString
-