Package org.apache.solr.crossdc.common
Class ConfigProperty
java.lang.Object
org.apache.solr.crossdc.common.ConfigProperty
-
Constructor Summary
ConstructorsConstructorDescriptionConfigProperty(String key) ConfigProperty(String key, String defaultValue) ConfigProperty(String key, String defaultValue, boolean required) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getValueAsBoolean(Map<?, ?> properties) getValueAsInt(Map<?, ?> properties) boolean
-
Constructor Details
-
ConfigProperty
-
ConfigProperty
-
ConfigProperty
-
-
Method Details
-
getKey
-
isRequired
public boolean isRequired() -
getDefaultValue
-
getValue
-
getValueAsInt
-
getValueAsBoolean
-