Uses of Class
org.pentaho.di.core.metrics.MetricsDuration
-
Packages that use MetricsDuration Package Description org.pentaho.di.core.metrics -
-
Uses of MetricsDuration in org.pentaho.di.core.metrics
Methods in org.pentaho.di.core.metrics that return types with arguments of type MetricsDuration Modifier and Type Method Description static List<MetricsDuration>
MetricsUtil. getAllDurations(String parentLogChannelId)
static List<MetricsDuration>
MetricsUtil. getDuration(String logChannelId, Metrics metric)
Calculates the durations between the START and STOP snapshots for a given metric descriptionstatic List<MetricsDuration>
MetricsUtil. getDurations(String logChannelId)
Calculates the durations between the START and STOP snapshots per metric description and subject (if any)
-