public static enum SolrConfig.Mode extends java.lang.Enum<SolrConfig.Mode>
| Modifier and Type | Method and Description |
|---|---|
static SolrConfig.Mode |
get(java.lang.String label) |
static SolrConfig.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolrConfig.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrConfig.Mode CLOUD
public static final SolrConfig.Mode EMBEDDED
public static final SolrConfig.Mode HTTP
public static SolrConfig.Mode[] values()
for (SolrConfig.Mode c : SolrConfig.Mode.values()) System.out.println(c);
public static SolrConfig.Mode 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 SolrConfig.Mode get(java.lang.String label)