Package org.pentaho.di.core.logging
Interface MetricsInterface
-
- All Known Implementing Classes:
Metrics
public interface MetricsInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCode()
String
getDescription()
MetricsSnapshotType
getType()
-
-
-
Method Detail
-
getCode
String getCode()
-
getDescription
String getDescription()
-
getType
MetricsSnapshotType getType()
-
-