Uses of Class
org.pentaho.di.trans.performance.StepPerformanceSnapShot
-
Packages that use StepPerformanceSnapShot Package Description org.pentaho.di.trans org.pentaho.di.trans.performance -
-
Uses of StepPerformanceSnapShot in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return types with arguments of type StepPerformanceSnapShot Modifier and Type Method Description Map<String,List<StepPerformanceSnapShot>>
Trans. getStepPerformanceSnapShots()
Gets a named list (map) of step performance snapshots.Method parameters in org.pentaho.di.trans with type arguments of type StepPerformanceSnapShot Modifier and Type Method Description void
Trans. setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots)
Sets the named list (map) of step performance snapshots. -
Uses of StepPerformanceSnapShot in org.pentaho.di.trans.performance
Methods in org.pentaho.di.trans.performance with parameters of type StepPerformanceSnapShot Modifier and Type Method Description void
StepPerformanceSnapShot. diff(StepPerformanceSnapShot previous, long inputBufferSize, long outputBufferSize)
-