Uses of Class
org.pentaho.di.trans.performance.StepPerformanceSnapShot

Packages that use StepPerformanceSnapShot
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.performance   
org.pentaho.di.ui.spoon.trans   
 

Uses of StepPerformanceSnapShot in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return types with arguments of type StepPerformanceSnapShot
 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
 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
 void StepPerformanceSnapShot.diff(StepPerformanceSnapShot previous, long inputBufferSize, long outputBufferSize)
           
 

Uses of StepPerformanceSnapShot in org.pentaho.di.ui.spoon.trans
 

Methods in org.pentaho.di.ui.spoon.trans that return types with arguments of type StepPerformanceSnapShot
 Map<String,List<StepPerformanceSnapShot>> StepPerformanceSnapShotDialog.getStepPerformanceSnapShots()
           
 

Method parameters in org.pentaho.di.ui.spoon.trans with type arguments of type StepPerformanceSnapShot
 void StepPerformanceSnapShotDialog.setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots)
           
 

Constructor parameters in org.pentaho.di.ui.spoon.trans with type arguments of type StepPerformanceSnapShot
StepPerformanceSnapShotDialog(Shell parent, String title, Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots, long timeDifference)