org.pentaho.di.trans.steps.prioritizestreams
Class PrioritizeStreamsData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.prioritizestreams.PrioritizeStreamsData
All Implemented Interfaces:
StepDataInterface

public class PrioritizeStreamsData
extends BaseStepData
implements StepDataInterface

Since:
16-06-2008
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 RowSet currentRowSet
           
 RowMetaInterface outputRowMeta
           
 RowSet[] rowSets
           
 int stepnr
           
 int stepnrs
           
 
Constructor Summary
PrioritizeStreamsData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

rowSets

public RowSet[] rowSets

stepnrs

public int stepnrs

stepnr

public int stepnr

currentRowSet

public RowSet currentRowSet

outputRowMeta

public RowMetaInterface outputRowMeta
Constructor Detail

PrioritizeStreamsData

public PrioritizeStreamsData()