public interface JmxConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<JmxType,java.util.List<java.lang.String>> |
getAttrs()
Parses the JMX configuration and returns a map of JMX type to attributes.
|
boolean |
getEnabled()
Gets the enabled flag from the JMX configuration.
|
java.lang.String |
getObjectName()
Gets the object name from the JMX configuration.
|
java.lang.String |
getRootMetricName()
Returns the root metric name (the starting path of the metric name), or null if none was specified.
|
java.lang.String getObjectName()
java.lang.String getRootMetricName()
boolean getEnabled()
java.util.Map<JmxType,java.util.List<java.lang.String>> getAttrs()