Package org.pentaho.di.core.logging
Class MetricsPainter
java.lang.Object
org.pentaho.di.core.logging.MetricsPainter
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDraws a metrics tab.
-
Constructor Details
-
MetricsPainter
-
-
Method Details
-
paint
public List<MetricsPainter.MetricsDrawArea> paint(List<org.pentaho.di.core.metrics.MetricsDuration> durations) Draws a metrics tab.- Parameters:
durations
- is a list of metrics durations- Returns:
- list of drawing areas.Throw IllegalArgumentException in case if input parameter is null or an empty
-