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 class
Metrics
Methods 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 void
LogChannel. snap(MetricsInterface metric, long... value)
void
LogChannel. snap(MetricsInterface metric, String subject, long... value)
void
LogChannelInterface. snap(MetricsInterface metric, long... value)
Add a snapshot to the metrics system for this log channel at the time of invocation.void
LogChannelInterface. 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 MetricsInterface
MetricsSnapshot. getMetric()
MetricsInterface
MetricsSnapshotInterface. getMetric()
Methods in org.pentaho.di.core.metrics with parameters of type MetricsInterface Modifier and Type Method Description static String
MetricsSnapshot. getKey(MetricsInterface metric, String subject)
void
MetricsSnapshot. 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
-