Changed Methods |
String currentConfig()
|
Changed from abstract to non-abstract.
|
@return the current config Avoided getConfig as it'll turn into a "Config" attribute which doesn't support multiple line values in jconsole. |
void start()
|
Changed from abstract to non-abstract.
|
Start the metrics system |
void startMetricsMBeans()
|
Changed from abstract to non-abstract.
|
Start metrics MBeans |
void stop()
|
Changed from abstract to non-abstract.
|
Stop the metrics system |
void stopMetricsMBeans()
|
Changed from abstract to non-abstract.
|
Stop metrics MBeans. |