public static enum SolrInfoBean.Group extends Enum<SolrInfoBean.Group>
Enum Constant and Description |
---|
cluster |
collection |
core |
jetty |
jvm |
node |
overseer |
shard |
Modifier and Type | Method and Description |
---|---|
static SolrInfoBean.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrInfoBean.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrInfoBean.Group jvm
public static final SolrInfoBean.Group jetty
public static final SolrInfoBean.Group node
public static final SolrInfoBean.Group core
public static final SolrInfoBean.Group collection
public static final SolrInfoBean.Group shard
public static final SolrInfoBean.Group cluster
public static final SolrInfoBean.Group overseer
public static SolrInfoBean.Group[] values()
for (SolrInfoBean.Group c : SolrInfoBean.Group.values()) System.out.println(c);
public static SolrInfoBean.Group 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-2019 Apache Software Foundation. All Rights Reserved.