public class BinaryStatsCommand extends BaseBinaryCommand implements ServerAddressAware
cas, decodeStatus, expTime, opaque, opCode, responseExtrasLength, responseKeyLength, responseStatus, responseTotalBodyLength, value, vbucketIdcancel, commandType, exception, ioBuffer, key, keyBytes, latch, mergeCount, noreply, REQUEST_MAGIC_NUMBER, RESPONSE_MAGIC_NUMBER, result, status, transcoder, writeFutureVERSION| Constructor and Description |
|---|
BinaryStatsCommand(InetSocketAddress server,
CountDownLatch latch,
String itemName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillExtras(CachedData data) |
protected void |
fillKey() |
protected void |
fillValue(CachedData data) |
protected boolean |
finish() |
protected byte |
getExtrasLength() |
String |
getItemName() |
protected int |
getKeyLength() |
InetSocketAddress |
getServer() |
protected int |
getValueLength(CachedData data) |
protected boolean |
readKey(ByteBuffer buffer,
int keyLength) |
protected void |
readStatus(ByteBuffer buffer) |
protected boolean |
readValue(ByteBuffer buffer,
int bodyLength,
int keyLength,
int extrasLength) |
void |
setItemName(String item) |
void |
setServer(InetSocketAddress server) |
decode, encode, fillCAS, fillHeader, getCas, getExpTime, getOpaque, getOpCode, getResponseStatus, getTranscoder, getValue, readCAS, readExtras, readHeader, readOpaque, readOpCode, setCas, setExpTime, setOpaque, setOpCode, setResponseStatus, setTranscoder, setValuecancel, countDownLatch, decodeError, decodeError, decodeError, decodeError, getCommandType, getCopiedMergeCount, getException, getIoBuffer, getKey, getKeyBytes, getLatch, getMergeCount, getMessage, getResult, getStatus, getWriteBuffer, getWriteFuture, isCancel, isNoreply, isWriting, setCommandType, setException, setIoBuffer, setKey, setKeyBytes, setLatch, setMergeCount, setNoreply, setResult, setStatus, setWriteBuffer, setWriteFuture, toString, writingpublic BinaryStatsCommand(InetSocketAddress server, CountDownLatch latch, String itemName)
public String getItemName()
public final InetSocketAddress getServer()
getServer in interface ServerAddressAwarepublic final void setServer(InetSocketAddress server)
setServer in interface ServerAddressAwarepublic void setItemName(String item)
protected boolean finish()
finish in class BaseBinaryCommandprotected void readStatus(ByteBuffer buffer)
readStatus in class BaseBinaryCommandprotected boolean readKey(ByteBuffer buffer, int keyLength)
readKey in class BaseBinaryCommandprotected boolean readValue(ByteBuffer buffer, int bodyLength, int keyLength, int extrasLength)
readValue in class BaseBinaryCommandprotected void fillExtras(CachedData data)
fillExtras in class BaseBinaryCommandprotected void fillValue(CachedData data)
fillValue in class BaseBinaryCommandprotected byte getExtrasLength()
getExtrasLength in class BaseBinaryCommandprotected int getValueLength(CachedData data)
getValueLength in class BaseBinaryCommandprotected void fillKey()
fillKey in class BaseBinaryCommandprotected int getKeyLength()
getKeyLength in class BaseBinaryCommandCopyright © 2016. All rights reserved.