Class JmxLoggingHelper
- java.lang.Object
-
- com.atlassian.confluence.schedule.jobs.JmxLoggingHelper
-
@Deprecated(since="8.8.0", forRemoval=true) public class JmxLoggingHelper extends Object
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0. Will be removed in 9.0Helper function for logging JMX metrics for bothJmxLoggingJob
andJmxAppLoggingJob
- Since:
- 7.17
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JmxLoggingHelper.InstrumentQuery
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description JmxLoggingHelper()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
logQueryResults(JmxLoggingHelper.InstrumentQuery instrumentQuery, org.slf4j.Logger log)
Deprecated, for removal: This API element is subject to removal in a future version.List<JmxLoggingHelper.InstrumentQuery>
readQueriesFromConfig(String filename, org.slf4j.Logger log)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
readQueriesFromConfig
public List<JmxLoggingHelper.InstrumentQuery> readQueriesFromConfig(String filename, org.slf4j.Logger log)
Deprecated, for removal: This API element is subject to removal in a future version.
-
logQueryResults
public void logQueryResults(JmxLoggingHelper.InstrumentQuery instrumentQuery, org.slf4j.Logger log)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-