public static enum MemcachedBinaryCommandDecoder.BinaryOp extends Enum<MemcachedBinaryCommandDecoder.BinaryOp>
Enum Constant and Description |
---|
Add |
AddQ |
Append |
AppendQ |
Decrement |
DecrementQ |
Delete |
DeleteQ |
Flush |
FlushQ |
Get |
GetK |
GetKQ |
GetQ |
Increment |
IncrementQ |
Noop |
Prepend |
PrependQ |
Quit |
QuitQ |
Replace |
ReplaceQ |
Set |
SetQ |
Stat |
Version |
Modifier and Type | Method and Description |
---|---|
static MemcachedBinaryCommandDecoder.BinaryOp |
forCommandMessage(CommandMessage msg) |
byte |
getCode() |
Op |
getCorrespondingOp() |
boolean |
isAddKeyToResponse() |
boolean |
isNoreply() |
static MemcachedBinaryCommandDecoder.BinaryOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemcachedBinaryCommandDecoder.BinaryOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemcachedBinaryCommandDecoder.BinaryOp Get
public static final MemcachedBinaryCommandDecoder.BinaryOp Set
public static final MemcachedBinaryCommandDecoder.BinaryOp Add
public static final MemcachedBinaryCommandDecoder.BinaryOp Replace
public static final MemcachedBinaryCommandDecoder.BinaryOp Delete
public static final MemcachedBinaryCommandDecoder.BinaryOp Increment
public static final MemcachedBinaryCommandDecoder.BinaryOp Decrement
public static final MemcachedBinaryCommandDecoder.BinaryOp Quit
public static final MemcachedBinaryCommandDecoder.BinaryOp Flush
public static final MemcachedBinaryCommandDecoder.BinaryOp GetQ
public static final MemcachedBinaryCommandDecoder.BinaryOp Noop
public static final MemcachedBinaryCommandDecoder.BinaryOp Version
public static final MemcachedBinaryCommandDecoder.BinaryOp GetK
public static final MemcachedBinaryCommandDecoder.BinaryOp GetKQ
public static final MemcachedBinaryCommandDecoder.BinaryOp Append
public static final MemcachedBinaryCommandDecoder.BinaryOp Prepend
public static final MemcachedBinaryCommandDecoder.BinaryOp Stat
public static final MemcachedBinaryCommandDecoder.BinaryOp SetQ
public static final MemcachedBinaryCommandDecoder.BinaryOp AddQ
public static final MemcachedBinaryCommandDecoder.BinaryOp ReplaceQ
public static final MemcachedBinaryCommandDecoder.BinaryOp DeleteQ
public static final MemcachedBinaryCommandDecoder.BinaryOp IncrementQ
public static final MemcachedBinaryCommandDecoder.BinaryOp DecrementQ
public static final MemcachedBinaryCommandDecoder.BinaryOp QuitQ
public static final MemcachedBinaryCommandDecoder.BinaryOp FlushQ
public static final MemcachedBinaryCommandDecoder.BinaryOp AppendQ
public static final MemcachedBinaryCommandDecoder.BinaryOp PrependQ
public static MemcachedBinaryCommandDecoder.BinaryOp[] values()
for (MemcachedBinaryCommandDecoder.BinaryOp c : MemcachedBinaryCommandDecoder.BinaryOp.values()) System.out.println(c);
public static MemcachedBinaryCommandDecoder.BinaryOp valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MemcachedBinaryCommandDecoder.BinaryOp forCommandMessage(CommandMessage msg)
public boolean isAddKeyToResponse()
public boolean isNoreply()
public Op getCorrespondingOp()
public byte getCode()
Copyright © GigaSpaces.