public class TransExecutorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 构造器和说明 |
|---|
TransExecutorData() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic 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 Trans getExecutorTrans()
public void setExecutorTrans(Trans executorTrans)
public TransMeta getExecutorTransMeta()
public void setExecutorTransMeta(TransMeta executorTransMeta)
public org.pentaho.di.core.row.RowMetaInterface getInputRowMeta()
public void setInputRowMeta(org.pentaho.di.core.row.RowMetaInterface inputRowMeta)
public org.pentaho.di.core.row.RowMetaInterface getExecutorStepOutputRowMeta()
public void setExecutorStepOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executorStepOutputRowMeta)
public org.pentaho.di.core.row.RowMetaInterface getResultRowsOutputRowMeta()
public void setResultRowsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultRowsOutputRowMeta)
public org.pentaho.di.core.row.RowMetaInterface getExecutionResultsOutputRowMeta()
public void setExecutionResultsOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface executionResultsOutputRowMeta)
public org.pentaho.di.core.row.RowMetaInterface getResultFilesOutputRowMeta()
public void setResultFilesOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface resultFilesOutputRowMeta)
public org.pentaho.di.core.RowSet getExecutorStepOutputRowSet()
public void setExecutorStepOutputRowSet(org.pentaho.di.core.RowSet executorStepOutputRowSet)
public org.pentaho.di.core.RowSet getResultRowsRowSet()
public void setResultRowsRowSet(org.pentaho.di.core.RowSet resultRowsRowSet)
public org.pentaho.di.core.RowSet getResultFilesRowSet()
public void setResultFilesRowSet(org.pentaho.di.core.RowSet resultFilesRowSet)
public org.pentaho.di.core.RowSet getExecutionResultRowSet()
public void setExecutionResultRowSet(org.pentaho.di.core.RowSet executionResultRowSet)
Copyright © 2024 Hitachi Vantara. All rights reserved.