Class RpcResponse


  • public class RpcResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RpcResponse​(io.netty.buffer.ByteBuf ticketBuf, io.netty.buffer.ByteBuf hdrBuf, io.netty.buffer.ByteBuf respBuf, io.netty.buffer.ByteBuf payloadBuf)  
    • Constructor Detail

      • RpcResponse

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

      • getHdr

        public mapr.fs.Rpcheader.RpcHeader getHdr()
                                           throws java.io.IOException
        Throws:
        java.io.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()