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>
groupBuffer
String
groupField
int
groupFieldIndex
org.pentaho.di.core.row.ValueMetaInterface
groupFieldMeta
int
groupSize
int
groupTime
long
groupTimeStart
Object
prevGroupFieldData
-
Constructor Summary
Constructors Constructor Description TransExecutorData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.di.core.RowSet
getExecutionResultRowSet()
org.pentaho.di.core.row.RowMetaInterface
getExecutionResultsOutputRowMeta()
org.pentaho.di.core.row.RowMetaInterface
getExecutorStepOutputRowMeta()
org.pentaho.di.core.RowSet
getExecutorStepOutputRowSet()
Trans
getExecutorTrans()
TransMeta
getExecutorTransMeta()
org.pentaho.di.core.row.RowMetaInterface
getInputRowMeta()
org.pentaho.di.core.row.RowMetaInterface
getResultFilesOutputRowMeta()
org.pentaho.di.core.RowSet
getResultFilesRowSet()
org.pentaho.di.core.row.RowMetaInterface
getResultRowsOutputRowMeta()
org.pentaho.di.core.RowSet
getResultRowsRowSet()
void
setExecutionResultRowSet(org.pentaho.di.core.RowSet executionResultRowSet)
void
setExecutionResultsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executionResultsOutputRowMeta)
void
setExecutorStepOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executorStepOutputRowMeta)
void
setExecutorStepOutputRowSet(org.pentaho.di.core.RowSet executorStepOutputRowSet)
void
setExecutorTrans(Trans executorTrans)
void
setExecutorTransMeta(TransMeta executorTransMeta)
void
setInputRowMeta(org.pentaho.di.core.row.RowMetaInterface inputRowMeta)
void
setResultFilesOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultFilesOutputRowMeta)
void
setResultFilesRowSet(org.pentaho.di.core.RowSet resultFilesRowSet)
void
setResultRowsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultRowsOutputRowMeta)
void
setResultRowsRowSet(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)
-
-