Uses of Class
org.pentaho.di.core.logging.Metrics
-
Packages that use Metrics Package Description org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.org.pentaho.di.core.metrics -
-
Uses of Metrics in org.pentaho.di.core.logging
-
Uses of Metrics in org.pentaho.di.core.metrics
Methods in org.pentaho.di.core.metrics with parameters of type Metrics Modifier and Type Method Description static List<MetricsDuration>
MetricsUtil. getDuration(String logChannelId, Metrics metric)
Calculates the durations between the START and STOP snapshots for a given metric descriptionstatic Long
MetricsUtil. getResult(Metrics metric)
static List<MetricsSnapshotInterface>
MetricsUtil. getResultsList(Metrics metric)
-