| Enum Constant and Description |
|---|
AWAIT_CAPABLE |
CURSOR_NOT_FOUND |
QUERY_FAILURE |
SHARD_CONFIG_STALE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet(int flags) |
int |
removeFrom(int flags) |
static ReplyFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplyFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplyFlag CURSOR_NOT_FOUND
public static final ReplyFlag QUERY_FAILURE
public static final ReplyFlag SHARD_CONFIG_STALE
public static final ReplyFlag AWAIT_CAPABLE
public static ReplyFlag[] values()
for (ReplyFlag c : ReplyFlag.values()) System.out.println(c);
public static ReplyFlag 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 int removeFrom(int flags)
removeFrom in interface Flag