Uses of Interface
org.pentaho.di.core.logging.MetricsInterface
Packages that use MetricsInterface
Package
Description
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of MetricsInterface in org.pentaho.di.core.logging
Classes in org.pentaho.di.core.logging that implement MetricsInterfaceMethods in org.pentaho.di.core.logging that return types with arguments of type MetricsInterfaceMethods in org.pentaho.di.core.logging with parameters of type MetricsInterfaceModifier and TypeMethodDescriptionvoid
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 MetricsInterfaceModifier and TypeMethodDescriptionMetricsSnapshot.getMetric()
MetricsSnapshotInterface.getMetric()
Methods in org.pentaho.di.core.metrics with parameters of type MetricsInterfaceModifier and TypeMethodDescriptionstatic String
MetricsSnapshot.getKey
(MetricsInterface metric, String subject) void
MetricsSnapshot.setMetric
(MetricsInterface metric) Constructors in org.pentaho.di.core.metrics with parameters of type MetricsInterfaceModifierConstructorDescriptionMetricsSnapshot
(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