Package org.pentaho.di.core.metrics
Interface MetricsSnapshotInterface
- All Known Implementing Classes:
MetricsSnapshot
public interface MetricsSnapshotInterface
-
Method Summary
-
Method Details
-
getMetric
MetricsInterface getMetric()- Returns:
- The metric that is being recorded, includes type, code and description
-
getDate
Date getDate() -
setDate
-
getSubject
String getSubject() -
getLogChannelId
String getLogChannelId() -
getValue
Long getValue() -
setValue
-
getKey
String getKey()Calculate the key for this snapshot, usually a combination of description and subject.- Returns:
- the key for this snapshot
-