public class StatsdNotifierConfig extends Object
Constructor and Description |
---|
StatsdNotifierConfig() |
Modifier and Type | Method and Description |
---|---|
static StatsdNotifierConfig |
fromGlobalConfig(String externalizedID)
Creates a StatsD notification config based on the global settings.
|
String |
getExternalizedID()
Gets the externalized id.
|
String |
getStatsdBucket()
Gets the StatsD bucket.
|
String |
getStatsdHost()
Gets the StatsD URL.
|
String |
getStatsdMaxSize()
Gets the StatsD maximum packet size.
|
int |
getStatsdPort()
Gets the StatsD port.
|
public String getExternalizedID()
public String getStatsdHost()
public int getStatsdPort()
public String getStatsdBucket()
public String getStatsdMaxSize()
public static StatsdNotifierConfig fromGlobalConfig(String externalizedID)
externalizedID
- externalized idCopyright © 2016–2020. All rights reserved.