org.camunda.bpm.engine.impl.metrics.reporter
Class MetricsCollectionTask
java.lang.Object
java.util.TimerTask
org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
- All Implemented Interfaces:
- Runnable
public class MetricsCollectionTask
- extends TimerTask
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metricsRegistry
protected MetricsRegistry metricsRegistry
commandExecutor
protected CommandExecutor commandExecutor
reporterId
protected String reporterId
MetricsCollectionTask
public MetricsCollectionTask(MetricsRegistry metricsRegistry,
CommandExecutor commandExecutor)
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask
collectMetrics
protected void collectMetrics()
getReporter
public String getReporter()
setReporter
public void setReporter(String reporterId)
Copyright © 2016 camunda services GmbH. All rights reserved.