|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetricIntervalValue | |
|---|---|
| org.camunda.bpm.engine.impl.metrics | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.management | Classes related to the ManagementService. |
| 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 | |
|---|---|
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 | |
|---|---|
class |
MetricIntervalEntity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type MetricIntervalValue | |
|---|---|
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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||