public enum OpType extends Enum<OpType>
Enum Constant and Description |
---|
Get |
GetKeyIterator |
GetSeqNo |
GetSeqNoBlock |
GetSeqNoBlockInt |
GetSeqNoInt |
Insert |
MultiGets |
MultiPuts |
MultiRemoves |
MultiSelectQuery |
MultiUpdateQuery |
Put |
QueryStatement |
Remove |
Scan |
SelectQuery |
Update |
UpdateQuery |
Modifier and Type | Method and Description |
---|---|
static OpType |
getOpType(byte value) |
static OpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpType Get
public static final OpType Put
public static final OpType Remove
public static final OpType GetKeyIterator
public static final OpType Scan
public static final OpType Update
public static final OpType MultiGets
public static final OpType GetSeqNo
public static final OpType GetSeqNoInt
public static final OpType GetSeqNoBlock
public static final OpType GetSeqNoBlockInt
public static final OpType Insert
public static final OpType MultiPuts
public static final OpType SelectQuery
public static final OpType UpdateQuery
public static final OpType MultiSelectQuery
public static final OpType MultiUpdateQuery
public static final OpType MultiRemoves
public static final OpType QueryStatement
public static OpType[] values()
for (OpType c : OpType.values()) System.out.println(c);
public static OpType 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 OpType getOpType(byte value)
Copyright © 2016. All rights reserved.