|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SolrCache.State>
org.apache.solr.search.SolrCache.State
public static enum SolrCache.State
Enumeration of possible States for cache instances. :TODO: only state that seems to ever be set is LIVE ?
| Enum Constant Summary | |
|---|---|
AUTOWARMING
:TODO |
|
CREATED
:TODO |
|
LIVE
:TODO |
|
STATICWARMING
:TODO |
|
| Method Summary | |
|---|---|
static SolrCache.State |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SolrCache.State[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SolrCache.State CREATED
public static final SolrCache.State STATICWARMING
public static final SolrCache.State AUTOWARMING
public static final SolrCache.State LIVE
| Method Detail |
|---|
public static final SolrCache.State[] values()
for(SolrCache.State c : SolrCache.State.values())
System.out.println(c);
public static SolrCache.State valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||