static enum CoreConfigurationImpl.ConfigurationProperty extends java.lang.Enum<CoreConfigurationImpl.ConfigurationProperty> implements IConfigurationProperty
Enum Constant and Description |
---|
SOLR_AUTOOPTIMIZE_CHECKINSECS |
SOLR_AUTOOPTIMIZE_MAXSEGMENTS |
SOLR_AWAITTERMINATIONINMILLIS |
SOLR_DATADIRPREFIX |
SOLR_INSTANCEDIR |
SOLR_MAXLIFEINSECS |
SOLR_SCHEMA |
SOLR_SEGMENTSDIVIDER |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static CoreConfigurationImpl.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoreConfigurationImpl.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_INSTANCEDIR
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_SCHEMA
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_DATADIRPREFIX
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_AUTOOPTIMIZE_MAXSEGMENTS
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_AUTOOPTIMIZE_CHECKINSECS
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_MAXLIFEINSECS
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_AWAITTERMINATIONINMILLIS
public static final CoreConfigurationImpl.ConfigurationProperty SOLR_SEGMENTSDIVIDER
public static CoreConfigurationImpl.ConfigurationProperty[] values()
for (CoreConfigurationImpl.ConfigurationProperty c : CoreConfigurationImpl.ConfigurationProperty.values()) System.out.println(c);
public static CoreConfigurationImpl.ConfigurationProperty 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 java.lang.String getKey()
getKey
in interface IConfigurationProperty