|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rubyeye.xmemcached.command.Command
net.rubyeye.xmemcached.command.VerbosityCommand
public abstract class VerbosityCommand
Abstract verbosity command for text protocol
| Field Summary | |
|---|---|
protected int |
level
|
| Fields inherited from class net.rubyeye.xmemcached.command.Command |
|---|
cancel, commandType, exception, ioBuffer, key, keyBytes, latch, mergeCount, noreply, REQUEST_MAGIC_NUMBER, RESPONSE_MAGIC_NUMBER, result, status, transcoder, writeFuture |
| Constructor Summary | |
|---|---|
VerbosityCommand(java.util.concurrent.CountDownLatch latch,
int level,
boolean noreply)
|
|
| Method Summary | |
|---|---|
int |
getLevel()
|
void |
setLevel(int logLevel)
|
| Methods inherited from class net.rubyeye.xmemcached.command.Command |
|---|
cancel, countDownLatch, decode, decodeError, decodeError, decodeError, decodeError, encode, getCommandType, getException, getIoBuffer, getKey, getKeyBytes, getLatch, getMergeCount, getMessage, getResult, getStatus, getTranscoder, getWriteBuffer, getWriteFuture, isCancel, isNoreply, isWriting, setCommandType, setException, setIoBuffer, setKey, setKeyBytes, setLatch, setMergeCount, setNoreply, setResult, setStatus, setTranscoder, setWriteBuffer, setWriteFuture, toString, writing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int level
| Constructor Detail |
|---|
public VerbosityCommand(java.util.concurrent.CountDownLatch latch,
int level,
boolean noreply)
| Method Detail |
|---|
public final int getLevel()
public final void setLevel(int logLevel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||