Class StepPerformanceSnapShotDialog


  • public class StepPerformanceSnapShotDialog
    extends org.eclipse.swt.widgets.Dialog
    • Constructor Detail

      • StepPerformanceSnapShotDialog

        public StepPerformanceSnapShotDialog​(org.eclipse.swt.widgets.Shell parent,
                                             String title,
                                             Map<String,​List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots,
                                             long timeDifference)
    • Method Detail

      • open

        public void open()
      • getShell

        public org.eclipse.swt.widgets.Shell getShell()
        Returns:
        the shell
      • setShell

        public void setShell​(org.eclipse.swt.widgets.Shell shell)
        Parameters:
        shell - the shell to set
      • getStepPerformanceSnapShots

        public Map<String,​List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> getStepPerformanceSnapShots()
        Returns:
        the stepPerformanceSnapShots
      • setStepPerformanceSnapShots

        public void setStepPerformanceSnapShots​(Map<String,​List<org.pentaho.di.trans.performance.StepPerformanceSnapShot>> stepPerformanceSnapShots)
        Parameters:
        stepPerformanceSnapShots - the stepPerformanceSnapShots to set