public class JobExecutorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
org.pentaho.di.core.RowSet |
executionResultRowSet |
org.pentaho.di.core.row.RowMetaInterface |
executionResultsOutputRowMeta |
Job |
executorJob |
JobMeta |
executorJobMeta |
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 |
| 构造器和说明 |
|---|
JobExecutorData() |
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 Job executorJob
public JobMeta executorJobMeta
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
Copyright © 2024 Hitachi Vantara. All rights reserved.