Uses of Interface
org.camunda.bpm.engine.management.MetricIntervalValue

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.
 



Copyright © 2016 camunda services GmbH. All rights reserved.