public class Configuration extends Object
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getGraylog2ServerUri() |
int |
getKafkaBatchMaxWaitMs() |
int |
getKafkaBatchSize() |
String |
getKafkaBrokers() |
String |
getKafkaProducerType() |
int |
getKafkaRequiredAcks() |
String |
getNodeIdFile() |
int |
getProcessBufferProcessors() |
com.lmax.disruptor.WaitStrategy |
getProcessorWaitStrategy() |
URI |
getRestListenUri() |
URI |
getRestTransportUri() |
int |
getRingSize() |
void |
setRestTransportUri(String restTransportUri) |
public String getNodeIdFile()
public URI getRestListenUri()
public URI getRestTransportUri()
public URI getGraylog2ServerUri()
public void setRestTransportUri(String restTransportUri)
public int getRingSize()
public com.lmax.disruptor.WaitStrategy getProcessorWaitStrategy()
public int getProcessBufferProcessors()
public String getKafkaBrokers()
public int getKafkaRequiredAcks()
public String getKafkaProducerType()
public int getKafkaBatchSize()
public int getKafkaBatchMaxWaitMs()
Copyright © 2014. All Rights Reserved.