public class ClosureGeneratorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
int |
childIndex |
org.pentaho.di.core.row.ValueMetaInterface |
childValueMeta |
Map<Object,Object> |
map |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
int |
parentIndex |
Map<Object,Long> |
parents |
org.pentaho.di.core.row.ValueMetaInterface |
parentValueMeta |
boolean |
reading |
Object |
topLevel |
| Constructor and Description |
|---|
ClosureGeneratorData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public int parentIndex
public int childIndex
public boolean reading
public org.pentaho.di.core.row.ValueMetaInterface parentValueMeta
public org.pentaho.di.core.row.ValueMetaInterface childValueMeta
public Object topLevel