Package com.mapr.client.impl.rpc
Class RpcResponse
java.lang.Object
com.mapr.client.impl.rpc.RpcResponse
-
Constructor Summary
ConstructorsConstructorDescriptionRpcResponse(io.netty.buffer.ByteBuf ticketBuf, io.netty.buffer.ByteBuf hdrBuf, io.netty.buffer.ByteBuf respBuf, io.netty.buffer.ByteBuf payloadBuf) -
Method Summary
Modifier and TypeMethodDescriptionmapr.fs.Rpcheader.RpcHeadergetHdr()io.netty.buffer.ByteBufio.netty.buffer.ByteBuflongio.netty.buffer.ByteBuf
-
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
- 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()
-