Class RpcResponse

java.lang.Object
com.mapr.client.impl.rpc.RpcResponse

public class RpcResponse extends Object
  • Constructor Details

    • RpcResponse

      public RpcResponse(io.netty.buffer.ByteBuf ticketBuf, io.netty.buffer.ByteBuf hdrBuf, io.netty.buffer.ByteBuf respBuf, io.netty.buffer.ByteBuf payloadBuf) throws IOException
      Throws:
      IOException
  • Method Details

    • getHdr

      public mapr.fs.Rpcheader.RpcHeader getHdr() throws IOException
      Throws:
      IOException
    • getSequenceId

      public long getSequenceId()
    • getRespBuf

      public io.netty.buffer.ByteBuf getRespBuf()
    • getPayloadBuf

      public io.netty.buffer.ByteBuf getPayloadBuf()
    • getTicketBuf

      public io.netty.buffer.ByteBuf getTicketBuf()