Package org.apache.drill.exec.rpc
Class InboundRpcMessage
java.lang.Object
org.apache.drill.exec.rpc.RpcMessage
org.apache.drill.exec.rpc.InboundRpcMessage
-
Field Summary
Fields inherited from class org.apache.drill.exec.rpc.RpcMessage
coordinationId, mode, rpcType
-
Constructor Summary
ConstructorDescriptionInboundRpcMessage
(GeneralRPCProtos.RpcMode mode, int rpcType, int coordinationId, io.netty.buffer.ByteBuf pBody, io.netty.buffer.ByteBuf dBody) -
Method Summary
-
Field Details
-
pBody
public io.netty.buffer.ByteBuf pBody -
dBody
public io.netty.buffer.ByteBuf dBody
-
-
Constructor Details
-
InboundRpcMessage
public InboundRpcMessage(GeneralRPCProtos.RpcMode mode, int rpcType, int coordinationId, io.netty.buffer.ByteBuf pBody, io.netty.buffer.ByteBuf dBody)
-
-
Method Details
-
getBodySize
public int getBodySize()- Specified by:
getBodySize
in classRpcMessage
-
toString
-
getProtobufBodyAsIS
-