Class CollectNodeJmxMonitoringConfigs
- java.lang.Object
-
- com.atlassian.confluence.impl.profiling.CollectNodeJmxMonitoringConfigs
-
- All Implemented Interfaces:
Serializable
,Callable<NodeJmxMonitoringConfig>
public class CollectNodeJmxMonitoringConfigs extends Object implements Callable<NodeJmxMonitoringConfig>, Serializable
A callable for collecting JMX profiling config on the current node- Since:
- 7.17
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectNodeJmxMonitoringConfigs()
-
-
-
Method Detail
-
call
public NodeJmxMonitoringConfig call() throws Exception
- Specified by:
call
in interfaceCallable<NodeJmxMonitoringConfig>
- Throws:
Exception
-
-