| Modifier and Type | Field and Description |
|---|---|
private static OpCode[] |
BY_VALUE |
private byte |
opcode |
| Modifier and Type | Method and Description |
|---|---|
static OpCode |
getKind(OpCode opcode) |
static OpCode |
of(byte value) |
byte |
value() |
static OpCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpCode GET
public static final OpCode SET
public static final OpCode ADD
public static final OpCode REPLACE
public static final OpCode DELETE
public static final OpCode INCREMENT
public static final OpCode DECREMENT
public static final OpCode QUIT
public static final OpCode FLUSH
public static final OpCode GETQ
public static final OpCode NOOP
public static final OpCode VERSION
public static final OpCode GETK
public static final OpCode GETKQ
public static final OpCode APPEND
public static final OpCode PREPEND
public static final OpCode STAT
public static final OpCode SETQ
public static final OpCode ADDQ
public static final OpCode REPLACEQ
public static final OpCode DELETEQ
public static final OpCode INCREMENTQ
public static final OpCode DECREMENTQ
public static final OpCode QUITQ
public static final OpCode FLUSHQ
public static final OpCode APPENDQ
public static final OpCode PREPANDQ
public static final OpCode VERBOSITY
public static final OpCode TOUCH
public static final OpCode GAT
public static final OpCode GATQ
public static final OpCode SASL_LIST_MECHS
public static final OpCode SASL_AUTH
public static final OpCode SASL_STEP
public static final OpCode RGET
public static final OpCode RSET
public static final OpCode RSETQ
public static final OpCode RAPPEND
public static final OpCode RAPPENDQ
public static final OpCode RPREPEND
public static final OpCode RPREPENDQ
public static final OpCode RDELETE
public static final OpCode RDELETEQ
public static final OpCode RINCR
public static final OpCode RINCRQ
public static final OpCode RDECR
public static final OpCode RDECRQ
public static final OpCode SET_VBUCKET
public static final OpCode GET_VBUCKET
public static final OpCode DEL_VBUCKET
public static final OpCode TAP_MUTATION
public static final OpCode TAP_DELETE
public static final OpCode TAP_FLUSH
public static final OpCode TAP_OPAQUE
public static final OpCode TAP_VBUCKET_SET
public static final OpCode TAP_CHECKPOINT_START
public static final OpCode TAP_CHECKPOINT_END
private static final OpCode[] BY_VALUE
private final byte opcode
public static OpCode[] values()
for (OpCode c : OpCode.values()) System.out.println(c);
public static OpCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static OpCode of(byte value)
public byte value()
Copyright © 2020 Spotify AB. All Rights Reserved.