public class ElasticsearchConfiguration extends Object
Constructor and Description |
---|
ElasticsearchConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAnalyzer() |
long |
getClusterDiscoveryTimeout() |
String |
getClusterName() |
File |
getConfigFile() |
int |
getIndexOptimizationMaxNumSegments() |
String |
getIndexPrefix() |
String |
getInitialStateTimeout() |
int |
getMaxDocsPerIndex() |
int |
getMaxNumberOfIndices() |
long |
getMaxSizePerIndex() |
org.joda.time.Period |
getMaxTimePerIndex() |
String |
getNetworkBindHost() |
String |
getNetworkHost() |
String |
getNetworkPublishHost() |
String |
getNodeName() |
String |
getPathData() |
int |
getReplicas() |
String |
getRetentionStrategy() |
String |
getRotationStrategy() |
int |
getShards() |
int |
getTransportTcpPort() |
List<String> |
getUnicastHosts() |
boolean |
isClientNode() |
boolean |
isDataNode() |
boolean |
isDisableIndexOptimization() |
boolean |
isDisableIndexRangeCalculation() |
boolean |
isDisableVersionCheck() |
boolean |
isHttpEnabled() |
boolean |
isMasterNode() |
boolean |
isMulticastDiscovery() |
boolean |
performRetention() |
void |
setPerformRetention(boolean retention) |
public String getClusterName()
public String getNodeName()
public boolean isMasterNode()
public boolean isDataNode()
public boolean isClientNode()
public int getTransportTcpPort()
public boolean isHttpEnabled()
public boolean isMulticastDiscovery()
public String getInitialStateTimeout()
public String getNetworkHost()
public String getNetworkBindHost()
public String getNetworkPublishHost()
public long getClusterDiscoveryTimeout()
public boolean isDisableVersionCheck()
public File getConfigFile()
public String getIndexPrefix()
public int getMaxNumberOfIndices()
public int getMaxDocsPerIndex()
public long getMaxSizePerIndex()
public org.joda.time.Period getMaxTimePerIndex()
public int getShards()
public int getReplicas()
public String getAnalyzer()
public String getRotationStrategy()
public boolean performRetention()
public void setPerformRetention(boolean retention)
public String getRetentionStrategy()
public int getIndexOptimizationMaxNumSegments()
public boolean isDisableIndexOptimization()
public boolean isDisableIndexRangeCalculation()
public String getPathData()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.