public class Configuration extends BaseConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.TRANSPORT_TYPE |
GRAYLOG2_DEFAULT_PORT| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmqpHostname() |
String |
getAmqpPassword() |
int |
getAmqpPort() |
String |
getAmqpUsername() |
String |
getAmqpVirtualHost() |
URI |
getGraylog2ServerUri() |
int |
getKafkaBatchMaxWaitMs() |
int |
getKafkaBatchSize() |
String |
getKafkaBrokers() |
String |
getKafkaProducerType() |
int |
getKafkaRequiredAcks() |
String |
getNodeIdFile() |
URI |
getRestListenUri() |
int |
getRingSize() |
Configuration.TRANSPORT_TYPE |
getTransportType() |
getAsyncEventbusProcessors, getDefaultRestTransportUri, getGroovyShellPort, getInputCacheMaxSize, getPluginDir, getProcessBufferProcessors, getProcessorWaitStrategy, getRestMaxChunkSize, getRestMaxHeaderSize, getRestMaxInitialLineLength, getRestTransportUri, isGroovyShellEnable, isRestEnableCors, isRestEnableGzip, setRestTransportUripublic String getNodeIdFile()
getNodeIdFile in class BaseConfigurationpublic Configuration.TRANSPORT_TYPE getTransportType()
public URI getRestListenUri()
getRestListenUri in class BaseConfigurationpublic URI getGraylog2ServerUri()
public int getRingSize()
public String getKafkaBrokers()
public int getKafkaRequiredAcks()
public String getKafkaProducerType()
public int getKafkaBatchSize()
public int getKafkaBatchMaxWaitMs()
public String getAmqpPassword()
public String getAmqpUsername()
public String getAmqpVirtualHost()
public int getAmqpPort()
public String getAmqpHostname()
Copyright © 2012–2014 TORCH GmbH. All rights reserved.