Uses of Interface
org.pentaho.di.core.logging.MetricsInterface
-
Packages that use MetricsInterface 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 MetricsInterface in org.pentaho.di.core.logging
Classes in org.pentaho.di.core.logging that implement MetricsInterface Modifier and Type Class Description classMetricsMethods in org.pentaho.di.core.logging that return types with arguments of type MetricsInterface Modifier and Type Method Description static List<MetricsInterface>Metrics. getDefaultMetrics()Methods in org.pentaho.di.core.logging with parameters of type MetricsInterface Modifier and Type Method Description voidLogChannel. snap(MetricsInterface metric, long... value)voidLogChannel. snap(MetricsInterface metric, String subject, long... value)voidLogChannelInterface. snap(MetricsInterface metric, long... value)Add a snapshot to the metrics system for this log channel at the time of invocation.voidLogChannelInterface. snap(MetricsInterface metric, String subject, long... value)Add a maximum snapshot to the metrics system for this log channel at the time of invocation. -
Uses of MetricsInterface in org.pentaho.di.core.metrics
Methods in org.pentaho.di.core.metrics that return MetricsInterface Modifier and Type Method Description MetricsInterfaceMetricsSnapshot. getMetric()MetricsInterfaceMetricsSnapshotInterface. getMetric()Methods in org.pentaho.di.core.metrics with parameters of type MetricsInterface Modifier and Type Method Description static StringMetricsSnapshot. getKey(MetricsInterface metric, String subject)voidMetricsSnapshot. setMetric(MetricsInterface metric)Constructors in org.pentaho.di.core.metrics with parameters of type MetricsInterface Constructor Description MetricsSnapshot(MetricsSnapshotType type, MetricsInterface metric, long value, String logChannelId)Create a snapshot metric with a value.MetricsSnapshot(MetricsSnapshotType type, MetricsInterface metric, String logChannelId)Create a new metrics snapshot without a subjectMetricsSnapshot(MetricsSnapshotType type, MetricsInterface metric, String subject, long value, String logChannelId)Create a snapshot metric with a value.MetricsSnapshot(MetricsSnapshotType type, MetricsInterface metric, String subject, String logChannelId)Create a new metrics snapshot
-