public class Configuration extends Object
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
from(Properties properties) |
int |
getCollectdPort() |
String |
getGangliaGroup() |
int |
getGangliaPort() |
int |
getMinimumBatchSize() |
String |
getMulticastIfOverride() |
int |
getRestCloseAfterRequests() |
URI |
getRestUrl() |
int |
getSpoolSize() |
int |
getStatsDport() |
int |
getTcpPort() |
int |
getUdpPort() |
public static Configuration from(Properties properties)
public int getUdpPort()
public int getTcpPort()
public int getGangliaPort()
public int getStatsDport()
public int getCollectdPort()
public String getGangliaGroup()
public String getMulticastIfOverride()
public int getMinimumBatchSize()
public URI getRestUrl()
public int getRestCloseAfterRequests()
public int getSpoolSize()
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.