Package org.pentaho.di.core.logging
Interface MetricsInterface
- 
- All Known Implementing Classes:
- Metrics
 
 public interface MetricsInterface
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()StringgetDescription()MetricsSnapshotTypegetType()
 
- 
- 
- 
Method Detail- 
getCodeString getCode() 
 - 
getDescriptionString getDescription() 
 - 
getTypeMetricsSnapshotType getType() 
 
- 
 
-