Class TransExecutorData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.transexecutor.TransExecutorData
All Implemented Interfaces:
StepDataInterface

public class TransExecutorData extends BaseStepData implements StepDataInterface
Since:
18-mar-2013
Author:
Matt
  • Field Details

    • groupBuffer

      public List<org.pentaho.di.core.RowMetaAndData> groupBuffer
    • groupSize

      public int groupSize
    • groupTime

      public int groupTime
    • groupTimeStart

      public long groupTimeStart
    • groupField

      public String groupField
    • groupFieldIndex

      public int groupFieldIndex
    • groupFieldMeta

      public org.pentaho.di.core.row.ValueMetaInterface groupFieldMeta
    • prevGroupFieldData

      public Object prevGroupFieldData
  • Constructor Details

    • TransExecutorData

      public TransExecutorData()
  • Method Details

    • getExecutorTrans

      public Trans getExecutorTrans()
    • setExecutorTrans

      public void setExecutorTrans(Trans executorTrans)
    • getExecutorTransMeta

      public TransMeta getExecutorTransMeta()
    • setExecutorTransMeta

      public void setExecutorTransMeta(TransMeta executorTransMeta)
    • getInputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface getInputRowMeta()
    • setInputRowMeta

      public void setInputRowMeta(org.pentaho.di.core.row.RowMetaInterface inputRowMeta)
    • getExecutorStepOutputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface getExecutorStepOutputRowMeta()
    • setExecutorStepOutputRowMeta

      public void setExecutorStepOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executorStepOutputRowMeta)
    • getResultRowsOutputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface getResultRowsOutputRowMeta()
    • setResultRowsOutputRowMeta

      public void setResultRowsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultRowsOutputRowMeta)
    • getExecutionResultsOutputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface getExecutionResultsOutputRowMeta()
    • setExecutionResultsOutputRowMeta

      public void setExecutionResultsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executionResultsOutputRowMeta)
    • getResultFilesOutputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface getResultFilesOutputRowMeta()
    • setResultFilesOutputRowMeta

      public void setResultFilesOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultFilesOutputRowMeta)
    • getExecutorStepOutputRowSet

      public org.pentaho.di.core.RowSet getExecutorStepOutputRowSet()
    • setExecutorStepOutputRowSet

      public void setExecutorStepOutputRowSet(org.pentaho.di.core.RowSet executorStepOutputRowSet)
    • getResultRowsRowSet

      public org.pentaho.di.core.RowSet getResultRowsRowSet()
    • setResultRowsRowSet

      public void setResultRowsRowSet(org.pentaho.di.core.RowSet resultRowsRowSet)
    • getResultFilesRowSet

      public org.pentaho.di.core.RowSet getResultFilesRowSet()
    • setResultFilesRowSet

      public void setResultFilesRowSet(org.pentaho.di.core.RowSet resultFilesRowSet)
    • getExecutionResultRowSet

      public org.pentaho.di.core.RowSet getExecutionResultRowSet()
    • setExecutionResultRowSet

      public void setExecutionResultRowSet(org.pentaho.di.core.RowSet executionResultRowSet)