Class Response

java.lang.Object
org.apache.drill.exec.rpc.Response

public class Response extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    io.netty.buffer.ByteBuf[]
     
    com.google.protobuf.MessageLite
     
    com.google.protobuf.Internal.EnumLite
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Response(com.google.protobuf.Internal.EnumLite rpcType, com.google.protobuf.MessageLite pBody, io.netty.buffer.ByteBuf... dBodies)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • rpcType

      public com.google.protobuf.Internal.EnumLite rpcType
    • pBody

      public com.google.protobuf.MessageLite pBody
    • dBodies

      public io.netty.buffer.ByteBuf[] dBodies
  • Constructor Details

    • Response

      public Response(com.google.protobuf.Internal.EnumLite rpcType, com.google.protobuf.MessageLite pBody, io.netty.buffer.ByteBuf... dBodies)