Class InboundRpcMessage

java.lang.Object
org.apache.drill.exec.rpc.RpcMessage
org.apache.drill.exec.rpc.InboundRpcMessage

public class InboundRpcMessage extends RpcMessage
  • 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