public static enum BinaryHelloCommand.Feature extends Enum<BinaryHelloCommand.Feature>
| Enum Constant and Description |
|---|
DATATYPE |
MAX |
MUTATION_SEQNO |
SELECT_BUCKET |
TCP_NODELAY |
TLS |
XATTR |
XERROR |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static BinaryHelloCommand.Feature |
valueOf(int value) |
static BinaryHelloCommand.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryHelloCommand.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryHelloCommand.Feature DATATYPE
public static final BinaryHelloCommand.Feature TLS
public static final BinaryHelloCommand.Feature TCP_NODELAY
public static final BinaryHelloCommand.Feature MUTATION_SEQNO
public static final BinaryHelloCommand.Feature XATTR
public static final BinaryHelloCommand.Feature XERROR
public static final BinaryHelloCommand.Feature SELECT_BUCKET
public static final BinaryHelloCommand.Feature MAX
public static BinaryHelloCommand.Feature[] values()
for (BinaryHelloCommand.Feature c : BinaryHelloCommand.Feature.values()) System.out.println(c);
public static BinaryHelloCommand.Feature 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 int getValue()
public static BinaryHelloCommand.Feature valueOf(int value)
Copyright © 2017. All rights reserved.