public class TransExecutorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
List<RowMetaAndData> |
groupBuffer |
String |
groupField |
int |
groupFieldIndex |
ValueMetaInterface |
groupFieldMeta |
int |
groupSize |
int |
groupTime |
long |
groupTimeStart |
Object |
prevGroupFieldData |
Constructor and Description |
---|
TransExecutorData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public List<RowMetaAndData> groupBuffer
public int groupSize
public int groupTime
public long groupTimeStart
public String groupField
public int groupFieldIndex
public ValueMetaInterface groupFieldMeta
public Object prevGroupFieldData
public Trans getExecutorTrans()
public void setExecutorTrans(Trans executorTrans)
public TransMeta getExecutorTransMeta()
public void setExecutorTransMeta(TransMeta executorTransMeta)
public RowMetaInterface getInputRowMeta()
public void setInputRowMeta(RowMetaInterface inputRowMeta)
public RowMetaInterface getExecutorStepOutputRowMeta()
public void setExecutorStepOutputRowMeta(RowMetaInterface executorStepOutputRowMeta)
public RowMetaInterface getResultRowsOutputRowMeta()
public void setResultRowsOutputRowMeta(RowMetaInterface resultRowsOutputRowMeta)
public RowMetaInterface getExecutionResultsOutputRowMeta()
public void setExecutionResultsOutputRowMeta(RowMetaInterface executionResultsOutputRowMeta)
public RowMetaInterface getResultFilesOutputRowMeta()
public void setResultFilesOutputRowMeta(RowMetaInterface resultFilesOutputRowMeta)
public RowSet getExecutorStepOutputRowSet()
public void setExecutorStepOutputRowSet(RowSet executorStepOutputRowSet)
public RowSet getResultRowsRowSet()
public void setResultRowsRowSet(RowSet resultRowsRowSet)
public RowSet getResultFilesRowSet()
public void setResultFilesRowSet(RowSet resultFilesRowSet)
public RowSet getExecutionResultRowSet()
public void setExecutionResultRowSet(RowSet executionResultRowSet)
Copyright © 2018 Hitachi Vantara. All rights reserved.