public class ElasticConfigurations extends Object
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.common.transport.TransportAddress[] |
getAddresses() |
org.elasticsearch.common.unit.ByteSizeValue |
getBulkSize() |
org.elasticsearch.common.unit.TimeValue |
getBulkTime() |
int |
getConcurrentRequests() |
org.elasticsearch.common.unit.TimeValue |
getFlushInterval() |
String |
getIndexName() |
String |
getMentionMapping() |
org.elasticsearch.common.settings.Settings |
getNodeSettings() |
String |
getResourceMapping() |
String |
getStrongCompressionPath() |
org.elasticsearch.common.unit.TimeValue |
getTimeout() |
String |
getWeakCompressionPath() |
public org.elasticsearch.common.settings.Settings getNodeSettings()
public String getResourceMapping()
public String getMentionMapping()
public String getIndexName()
public org.elasticsearch.common.transport.TransportAddress[] getAddresses()
public org.elasticsearch.common.unit.TimeValue getTimeout()
public org.elasticsearch.common.unit.TimeValue getBulkTime()
public org.elasticsearch.common.unit.ByteSizeValue getBulkSize()
public org.elasticsearch.common.unit.TimeValue getFlushInterval()
public int getConcurrentRequests()
public String getWeakCompressionPath()
public String getStrongCompressionPath()
Copyright © 2015–2016 FBK-irst. All rights reserved.