Package org.jmxtrans.agent.zabbix
Class ZabbixOutputWriterCommonSettings
java.lang.Object
org.jmxtrans.agent.zabbix.ZabbixOutputWriterCommonSettings
public class ZabbixOutputWriterCommonSettings extends Object
Setting keys and default values common for Graphite Output writers.
-
Field Summary
Fields Modifier and Type Field Description static StringSETTING_BATCH_SIZEstatic intSETTING_BATCH_SIZE_DEFAULT_VALUEstatic StringSETTING_HOSTstatic StringSETTING_PORTstatic intSETTING_PORT_DEFAULT_VALUEstatic StringSETTING_SERVER_NAME -
Method Summary
Modifier and Type Method Description static StringgetConfiguredHostName(Map<String,String> settings)static HostAndPortgetHostAndPort(Map<String,String> settings)static intgetMetricBatchSize(Map<String,String> settings)
-
Field Details
-
SETTING_HOST
- See Also:
- Constant Field Values
-
SETTING_PORT
- See Also:
- Constant Field Values
-
SETTING_PORT_DEFAULT_VALUE
public static final int SETTING_PORT_DEFAULT_VALUE- See Also:
- Constant Field Values
-
SETTING_SERVER_NAME
- See Also:
- Constant Field Values
-
SETTING_BATCH_SIZE
- See Also:
- Constant Field Values
-
SETTING_BATCH_SIZE_DEFAULT_VALUE
public static final int SETTING_BATCH_SIZE_DEFAULT_VALUE- See Also:
- Constant Field Values
-
-
Method Details
-
getHostAndPort
-
getConfiguredHostName
-
getMetricBatchSize
-