Class MetricsCollectionTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
MetricsCollectionTask.MetricsCollectionCmd
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutor
commandExecutor
protected MetricsRegistry
metricsRegistry
protected String
reporterId
-
Constructor Summary
Constructors Constructor Description MetricsCollectionTask(MetricsRegistry metricsRegistry, CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
collectMetrics()
String
getReporter()
void
run()
void
setReporter(String reporterId)
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Field Detail
-
metricsRegistry
protected MetricsRegistry metricsRegistry
-
commandExecutor
protected CommandExecutor commandExecutor
-
reporterId
protected String reporterId
-
-
Constructor Detail
-
MetricsCollectionTask
public MetricsCollectionTask(MetricsRegistry metricsRegistry, CommandExecutor commandExecutor)
-
-