public final class RiakMessage extends Object
Constructor and Description |
---|
RiakMessage(byte code,
byte[] data) |
RiakMessage(byte code,
byte[] data,
boolean doErrorCheck) |
Modifier and Type | Method and Description |
---|---|
byte |
getCode() |
byte[] |
getData() |
RiakResponseException |
getRiakError() |
boolean |
isRiakError() |
public RiakMessage(byte code, byte[] data)
public RiakMessage(byte code, byte[] data, boolean doErrorCheck)
public byte getCode()
public byte[] getData()
public boolean isRiakError()
public RiakResponseException getRiakError()
Copyright © 2016. All rights reserved.