public static enum Suggester.Hint extends Enum<Suggester.Hint>
| Enum Constant and Description |
|---|
COLL |
COLL_SHARD |
REPLICATYPE |
SRC_NODE |
TARGET_NODE |
| Modifier and Type | Field and Description |
|---|---|
boolean |
multiValued |
Consumer<Object> |
validator |
| Modifier and Type | Method and Description |
|---|---|
static Suggester.Hint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Suggester.Hint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Suggester.Hint COLL
public static final Suggester.Hint COLL_SHARD
public static final Suggester.Hint SRC_NODE
public static final Suggester.Hint TARGET_NODE
public static final Suggester.Hint REPLICATYPE
public static Suggester.Hint[] values()
for (Suggester.Hint c : Suggester.Hint.values()) System.out.println(c);
public static Suggester.Hint 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 nullCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.