Package com.mapr.client.impl.rpc
Class RpcResponse
- java.lang.Object
-
- com.mapr.client.impl.rpc.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description mapr.fs.Rpcheader.RpcHeadergetHdr()io.netty.buffer.ByteBufgetPayloadBuf()io.netty.buffer.ByteBufgetRespBuf()longgetSequenceId()io.netty.buffer.ByteBufgetTicketBuf()
-
-
-
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()
-
-