Class TransExecutorData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.transexecutor.TransExecutorData
- All Implemented Interfaces:
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
Modifier and TypeFieldDescriptionList<org.pentaho.di.core.RowMetaAndData>
int
org.pentaho.di.core.row.ValueMetaInterface
int
int
long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.di.core.RowSet
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.RowSet
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.RowSet
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.RowSet
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 Details
-
groupBuffer
-
groupSize
public int groupSize -
groupTime
public int groupTime -
groupTimeStart
public long groupTimeStart -
groupField
-
groupFieldIndex
public int groupFieldIndex -
groupFieldMeta
public org.pentaho.di.core.row.ValueMetaInterface groupFieldMeta -
prevGroupFieldData
-
-
Constructor Details
-
TransExecutorData
public TransExecutorData()
-
-
Method Details
-
getExecutorTrans
-
setExecutorTrans
-
getExecutorTransMeta
-
setExecutorTransMeta
-
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)
-