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 TypeMethodDescriptionvoidLogChannel.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 MetricsInterfaceModifier and TypeMethodDescriptionMetricsSnapshot.getMetric()MetricsSnapshotInterface.getMetric()Methods in org.pentaho.di.core.metrics with parameters of type MetricsInterfaceModifier and TypeMethodDescriptionstatic StringMetricsSnapshot.getKey(MetricsInterface metric, String subject) voidMetricsSnapshot.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