Package | Description |
---|---|
org.camunda.bpm.engine.impl.metrics | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.management |
Classes related to the
ManagementService . |
org.camunda.bpm.engine.rest.dto.metrics | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
List<MetricIntervalValue> |
MetricsQueryImpl.interval() |
List<MetricIntervalValue> |
MetricsQueryImpl.interval(long interval) |
Modifier and Type | Class and Description |
---|---|
class |
MetricIntervalEntity |
Modifier and Type | Method and Description |
---|---|
List<MetricIntervalValue> |
MeterLogManager.executeSelectInterval(MetricsQueryImpl query) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
MetricsIntervalResultDto(MetricIntervalValue metric) |
Modifier and Type | Method and Description |
---|---|
protected List<MetricsIntervalResultDto> |
MetricsRestServiceImpl.convertToDtos(List<MetricIntervalValue> metrics) |
Copyright © 2022. All rights reserved.