public static enum SolrCache.State extends Enum<SolrCache.State>
| Enum Constant and Description | 
|---|
AUTOWARMING
:TODO 
 | 
CREATED
:TODO 
 | 
LIVE
:TODO 
 | 
STATICWARMING
:TODO 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 are declared. 
 | 
public static final SolrCache.State CREATED
public static final SolrCache.State STATICWARMING
public static final SolrCache.State AUTOWARMING
public static final SolrCache.State LIVE
public static 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 nameNullPointerException - if the argument is nullCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.