Uses of Interface
org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
Packages that use MetricsSnapshotInterface 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 MetricsSnapshotInterface in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return types with arguments of type MetricsSnapshotInterface Modifier and Type Method Description Queue<MetricsSnapshotInterface>MetricsRegistry. getSnapshotList(String logChannelId)Get the snapshot list for the given log channel ID.Map<String,Queue<MetricsSnapshotInterface>>MetricsRegistry. getSnapshotLists()Map<String,MetricsSnapshotInterface>MetricsRegistry. getSnapshotMap(String logChannelId)Get the snapshot map for the given log channel ID.Map<String,Map<String,MetricsSnapshotInterface>>MetricsRegistry. getSnapshotMaps()Methods in org.pentaho.di.core.logging with parameters of type MetricsSnapshotInterface Modifier and Type Method Description voidMetricsRegistry. addSnapshot(LogChannelInterface logChannel, MetricsSnapshotInterface snapshot) -
Uses of MetricsSnapshotInterface in org.pentaho.di.core.metrics
Classes in org.pentaho.di.core.metrics that implement MetricsSnapshotInterface Modifier and Type Class Description classMetricsSnapshotMethods in org.pentaho.di.core.metrics that return types with arguments of type MetricsSnapshotInterface Modifier and Type Method Description static List<MetricsSnapshotInterface>MetricsUtil. getResultsList(Metrics metric)
-