public class SampleRowsData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
boolean |
addlineField |
int |
NrPrevFields |
Object[] |
outputRow |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
org.pentaho.di.core.row.RowMetaInterface |
previousRowMeta |
com.google.common.collect.RangeSet<Integer> |
rangeSet |
Constructor and Description |
---|
SampleRowsData() |
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 com.google.common.collect.RangeSet<Integer> rangeSet
public boolean addlineField
public org.pentaho.di.core.row.RowMetaInterface previousRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public Object[] outputRow
public int NrPrevFields