public class ElasticSearchConfig extends ElasticSearchParam
ElasticSearchParam.ParameterEnum
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ElasticSearchConfig(ConfigParams params)
Build a set of ElasticSearchParameters by reading ConfigParams.
|
Modifier and Type | Method and Description |
---|---|
static void |
contextToConfig(IPostParameters variableContext,
ConfigParams parameters) |
String |
getIndexName() |
String |
getIndexType() |
String |
getServerLocation() |
String |
getUniqueIndexIdentifier() |
buildMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public ElasticSearchConfig(ConfigParams params)
paramList
- params
- public String getUniqueIndexIdentifier()
public static final void contextToConfig(IPostParameters variableContext, ConfigParams parameters)
public final String getServerLocation()
public final String getIndexName()
public final String getIndexType()