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
.org.camunda.bpm.engine.rest.dto.metrics org.camunda.bpm.engine.rest.impl -
-
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 class
MetricIntervalEntity
Methods 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. -
Uses of MetricIntervalValue in org.camunda.bpm.engine.rest.dto.metrics
Constructors in org.camunda.bpm.engine.rest.dto.metrics with parameters of type MetricIntervalValue Constructor Description MetricsIntervalResultDto(MetricIntervalValue metric)
-
Uses of MetricIntervalValue in org.camunda.bpm.engine.rest.impl
Method parameters in org.camunda.bpm.engine.rest.impl with type arguments of type MetricIntervalValue Modifier and Type Method Description protected List<MetricsIntervalResultDto>
MetricsRestServiceImpl. convertToDtos(List<MetricIntervalValue> metrics)
-