Class SubtransExecutor

java.lang.Object
org.pentaho.di.trans.SubtransExecutor

public class SubtransExecutor extends Object
Will run the given sub-transformation with the rows passed to execute
  • Constructor Details

  • Method Details

    • execute

      public Optional<org.pentaho.di.core.Result> execute(List<org.pentaho.di.core.RowMetaAndData> rows) throws org.pentaho.di.core.exception.KettleException
      Throws:
      org.pentaho.di.core.exception.KettleException
    • stop

      public void stop()
    • getStatuses

      public Map<String,StepStatus> getStatuses()
    • getParentTrans

      public Trans getParentTrans()
    • acquireBufferPermit

      public void acquireBufferPermit() throws InterruptedException
      Throws:
      InterruptedException
    • getPrefetchCount

      public int getPrefetchCount()