org.pentaho.di.trans.steps.joinrows
Class JoinRowsData

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

public class JoinRowsData
extends BaseStepData
implements StepDataInterface

Since:
24-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 List<Object[]>[] cache
           
 boolean caching
           
 DataInputStream[] dataInputStream
           
 DataOutputStream[] dataOutputStream
           
 File[] file
           
 FileInputStream[] fileInputStream
           
 int filenr
          Keep track of which file temp file we're using...
 FileOutputStream[] fileOutputStream
           
 RowMetaInterface[] fileRowMeta
           
 Object[][] joinrow
           
 RowMetaInterface outputRowMeta
           
 int[] position
           
 boolean[] restart
           
 RowSet[] rs
           
 int[] size
           
 
Constructor Summary
JoinRowsData()
           
 
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

file

public File[] file

fileInputStream

public FileInputStream[] fileInputStream

dataInputStream

public DataInputStream[] dataInputStream

fileRowMeta

public RowMetaInterface[] fileRowMeta

size

public int[] size

position

public int[] position

restart

public boolean[] restart

rs

public RowSet[] rs

cache

public List<Object[]>[] cache

caching

public boolean caching

fileOutputStream

public FileOutputStream[] fileOutputStream

dataOutputStream

public DataOutputStream[] dataOutputStream

joinrow

public Object[][] joinrow

filenr

public int filenr
Keep track of which file temp file we're using...


outputRowMeta

public RowMetaInterface outputRowMeta
Constructor Detail

JoinRowsData

public JoinRowsData()