public class TransExecutorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
org.pentaho.di.core.RowSet |
executionResultRowSet |
org.pentaho.di.core.row.RowMetaInterface |
executionResultsOutputRowMeta |
Trans |
executorTrans |
TransMeta |
executorTransMeta |
List<org.pentaho.di.core.RowMetaAndData> |
groupBuffer |
String |
groupField |
int |
groupFieldIndex |
org.pentaho.di.core.row.ValueMetaInterface |
groupFieldMeta |
int |
groupSize |
int |
groupTime |
long |
groupTimeStart |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
Object |
prevGroupFieldData |
org.pentaho.di.core.row.RowMetaInterface |
resultFilesOutputRowMeta |
org.pentaho.di.core.RowSet |
resultFilesRowSet |
org.pentaho.di.core.row.RowMetaInterface |
resultRowsOutputRowMeta |
org.pentaho.di.core.RowSet |
resultRowsRowSet |
Constructor and Description |
---|
TransExecutorData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public Trans executorTrans
public TransMeta executorTransMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface executionResultsOutputRowMeta
public org.pentaho.di.core.row.RowMetaInterface resultRowsOutputRowMeta
public org.pentaho.di.core.row.RowMetaInterface resultFilesOutputRowMeta
public List<org.pentaho.di.core.RowMetaAndData> groupBuffer
public int groupSize
public int groupTime
public long groupTimeStart
public String groupField
public int groupFieldIndex
public org.pentaho.di.core.row.ValueMetaInterface groupFieldMeta
public Object prevGroupFieldData
public org.pentaho.di.core.RowSet resultRowsRowSet
public org.pentaho.di.core.RowSet resultFilesRowSet
public org.pentaho.di.core.RowSet executionResultRowSet