Uses of Interface
org.camunda.bpm.engine.management.MetricIntervalValue
-
Packages that use MetricIntervalValue Package Description org.camunda.bpm.engine.impl.metrics org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.management Classes related to theManagementService. -
-
Uses of MetricIntervalValue in org.camunda.bpm.engine.impl.metrics
Methods in org.camunda.bpm.engine.impl.metrics that return types with arguments of type MetricIntervalValue Modifier and Type Method Description List<MetricIntervalValue>MetricsQueryImpl. interval()List<MetricIntervalValue>MetricsQueryImpl. interval(long interval) -
Uses of MetricIntervalValue in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement MetricIntervalValue Modifier and Type Class Description classMetricIntervalEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type MetricIntervalValue Modifier and Type Method Description List<MetricIntervalValue>MeterLogManager. executeSelectInterval(MetricsQueryImpl query) -
Uses of MetricIntervalValue in org.camunda.bpm.engine.management
Methods in org.camunda.bpm.engine.management that return types with arguments of type MetricIntervalValue Modifier and Type Method Description List<MetricIntervalValue>MetricsQuery. interval()Returns the metrics summed up and aggregated on a time interval.List<MetricIntervalValue>MetricsQuery. interval(long interval)Returns the metrics summed up and aggregated on a time interval.
-