public static enum SolrInfoMBean.Category extends Enum<SolrInfoMBean.Category>
Enum Constant and Description |
---|
CACHE |
CORE |
HIGHLIGHTING |
OTHER |
QUERYHANDLER |
UPDATEHANDLER |
Modifier and Type | Method and Description |
---|---|
static SolrInfoMBean.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrInfoMBean.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrInfoMBean.Category CORE
public static final SolrInfoMBean.Category QUERYHANDLER
public static final SolrInfoMBean.Category UPDATEHANDLER
public static final SolrInfoMBean.Category CACHE
public static final SolrInfoMBean.Category HIGHLIGHTING
public static final SolrInfoMBean.Category OTHER
public static SolrInfoMBean.Category[] values()
for (SolrInfoMBean.Category c : SolrInfoMBean.Category.values()) System.out.println(c);
public static SolrInfoMBean.Category 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-2013 Apache Software Foundation. All Rights Reserved.