public class StatsdNotifierConfig extends Object
| Constructor and Description |
|---|
StatsdNotifierConfig() |
| Modifier and Type | Method and Description |
|---|---|
static StatsdNotifierConfig |
fromGlobalConfig(String externalizedID)
Creates an statsd notification config based on the global settings.
|
String |
getExternalizedID()
Gets the externalizedID.
|
String |
getStatsdBucket()
Gets statsd bucket.
|
String |
getStatsdHost()
Gets statsd url.
|
String |
getStatsdMaxSize()
Gets statsd max packet size.
|
int |
getStatsdPort()
Gets 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 ID.Copyright © 2016–2019. All rights reserved.