public class ClientResponse extends Object
| Constructor and Description |
|---|
ClientResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCas() |
CommandCode |
getComCode() |
byte[] |
getExtras() |
String |
getKey() |
long |
getOpaque() |
byte |
getOpcode() |
ByteBuffer |
getRawValue() |
ErrorCode |
getStatus() |
String |
getValue() |
static ClientResponse |
read(InputStream input) |
boolean |
success() |
public long getCas()
public long getOpaque()
public String getKey()
public String getValue()
public ByteBuffer getRawValue()
public byte[] getExtras()
public ErrorCode getStatus()
public byte getOpcode()
public CommandCode getComCode()
public boolean success()
public static ClientResponse read(InputStream input) throws IOException
IOExceptionCopyright © 2017. All rights reserved.