org.camunda.bpm.engine.impl.metrics.reporter
Class DbMetricsReporter
java.lang.Object
org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
public class DbMetricsReporter
- extends Object
- 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
reportingIntervalInSeconds
protected long reportingIntervalInSeconds
metricsCollectionTask
protected MetricsCollectionTask metricsCollectionTask
DbMetricsReporter
public DbMetricsReporter(MetricsRegistry metricsRegistry,
CommandExecutor commandExecutor)
initMetricsColletionTask
protected void initMetricsColletionTask()
start
public void start()
stop
public void stop()
reportNow
public void reportNow()
getReportingIntervalInSeconds
public long getReportingIntervalInSeconds()
setReportingIntervalInSeconds
public void setReportingIntervalInSeconds(long reportingIntervalInSeconds)
getMetricsRegistry
public MetricsRegistry getMetricsRegistry()
getCommandExecutor
public CommandExecutor getCommandExecutor()
getMetricsCollectionTask
public MetricsCollectionTask getMetricsCollectionTask()
setMetricsCollectionTask
public void setMetricsCollectionTask(MetricsCollectionTask metricsCollectionTask)
Copyright © 2015 camunda services GmbH. All rights reserved.