public class Configuration extends BaseConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.TRANSPORT_TYPE |
GRAYLOG2_DEFAULT_PORT, shutdownTimeout| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Duration |
getAmqpConnectTimeout() |
java.lang.String |
getAmqpExchangeName() |
java.lang.String |
getAmqpHostname() |
int |
getAmqpParallelQueues() |
java.lang.String |
getAmqpPassword() |
int |
getAmqpPort() |
java.lang.String |
getAmqpQueueName() |
java.lang.String |
getAmqpQueueType() |
java.lang.String |
getAmqpRoutingKey() |
java.lang.String |
getAmqpUsername() |
java.lang.String |
getAmqpVirtualHost() |
java.net.URI |
getGraylog2ServerUri() |
int |
getKafkaBatchMaxWaitMs() |
int |
getKafkaBatchSize() |
java.lang.String |
getKafkaBrokers() |
java.lang.String |
getKafkaProducerType() |
int |
getKafkaRequiredAcks() |
java.lang.String |
getNodeIdFile() |
int |
getRadioTransportMaxErrors() |
java.net.URI |
getRestListenUri() |
Configuration.TRANSPORT_TYPE |
getTransportType() |
boolean |
isAmqpPersistentMessagesEnabled() |
getAsyncEventbusProcessors, getDefaultRestTransportUri, getGroovyShellPort, getHttpProxyUri, getInputbufferProcessors, getInputBufferRingSize, getInputBufferWaitStrategy, getPluginDir, getProcessBufferProcessors, getProcessorWaitStrategy, getRestMaxChunkSize, getRestMaxHeaderSize, getRestMaxInitialLineLength, getRestThreadPoolSize, getRestTlsCertFile, getRestTlsKeyFile, getRestTlsKeyPassword, getRestTransportUri, getRestUriScheme, getRestWorkerThreadsMaxPoolSize, getRingSize, getShutdownTimeout, getUdpRecvBufferSizes, isDisableSigar, isGroovyShellEnable, isMessageJournalEnabled, isMessageRecordingsEnabled, isRestEnableCors, isRestEnableGzip, isRestEnableTls, setMessageJournalEnabled, setRestTransportUripublic java.lang.String getNodeIdFile()
getNodeIdFile in class BaseConfigurationpublic Configuration.TRANSPORT_TYPE getTransportType()
public java.net.URI getRestListenUri()
getRestListenUri in class BaseConfigurationpublic java.net.URI getGraylog2ServerUri()
public java.lang.String getKafkaBrokers()
public int getKafkaRequiredAcks()
public java.lang.String getKafkaProducerType()
public int getKafkaBatchSize()
public int getKafkaBatchMaxWaitMs()
public java.lang.String getAmqpPassword()
public java.lang.String getAmqpUsername()
public java.lang.String getAmqpVirtualHost()
public int getAmqpPort()
public java.lang.String getAmqpHostname()
public java.lang.String getAmqpQueueName()
public java.lang.String getAmqpQueueType()
public java.lang.String getAmqpExchangeName()
public java.lang.String getAmqpRoutingKey()
public int getAmqpParallelQueues()
public boolean isAmqpPersistentMessagesEnabled()
public int getRadioTransportMaxErrors()
public org.joda.time.Duration getAmqpConnectTimeout()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.