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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field Description List<org.pentaho.di.core.RowMetaAndData>groupBufferStringgroupFieldintgroupFieldIndexorg.pentaho.di.core.row.ValueMetaInterfacegroupFieldMetaintgroupSizeintgroupTimelonggroupTimeStartObjectprevGroupFieldData
-
Constructor Summary
Constructors Constructor Description TransExecutorData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.di.core.RowSetgetExecutionResultRowSet()org.pentaho.di.core.row.RowMetaInterfacegetExecutionResultsOutputRowMeta()org.pentaho.di.core.row.RowMetaInterfacegetExecutorStepOutputRowMeta()org.pentaho.di.core.RowSetgetExecutorStepOutputRowSet()TransgetExecutorTrans()TransMetagetExecutorTransMeta()org.pentaho.di.core.row.RowMetaInterfacegetInputRowMeta()org.pentaho.di.core.row.RowMetaInterfacegetResultFilesOutputRowMeta()org.pentaho.di.core.RowSetgetResultFilesRowSet()org.pentaho.di.core.row.RowMetaInterfacegetResultRowsOutputRowMeta()org.pentaho.di.core.RowSetgetResultRowsRowSet()voidsetExecutionResultRowSet(org.pentaho.di.core.RowSet executionResultRowSet)voidsetExecutionResultsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executionResultsOutputRowMeta)voidsetExecutorStepOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executorStepOutputRowMeta)voidsetExecutorStepOutputRowSet(org.pentaho.di.core.RowSet executorStepOutputRowSet)voidsetExecutorTrans(Trans executorTrans)voidsetExecutorTransMeta(TransMeta executorTransMeta)voidsetInputRowMeta(org.pentaho.di.core.row.RowMetaInterface inputRowMeta)voidsetResultFilesOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultFilesOutputRowMeta)voidsetResultFilesRowSet(org.pentaho.di.core.RowSet resultFilesRowSet)voidsetResultRowsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultRowsOutputRowMeta)voidsetResultRowsRowSet(org.pentaho.di.core.RowSet resultRowsRowSet)-
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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)
-
-