| Package | Description |
|---|---|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| org.pentaho.di.trans.performance |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<StepPerformanceSnapShot>> |
Trans.getStepPerformanceSnapShots()
Gets a named list (map) of step performance snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trans.setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots)
Sets the named list (map) of step performance snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepPerformanceSnapShot.diff(StepPerformanceSnapShot previous,
long inputBufferSize,
long outputBufferSize) |