Class JoinRowsData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- 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
Fields Modifier and Type Field Description List<Object[]>[]cachebooleancachingDataInputStream[]dataInputStreamDataOutputStream[]dataOutputStreamFile[]fileFileInputStream[]fileInputStreamintfilenrKeep track of which file temp file we're using...FileOutputStream[]fileOutputStreamorg.pentaho.di.core.row.RowMetaInterface[]fileRowMetaObject[][]joinroworg.pentaho.di.core.row.RowMetaInterfaceoutputRowMetaint[]positionboolean[]restartorg.pentaho.di.core.RowSet[]rsint[]size
-
Constructor Summary
Constructors Constructor Description 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
clone, equals, finalize, 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 org.pentaho.di.core.row.RowMetaInterface[] fileRowMeta
-
size
public int[] size
-
position
public int[] position
-
restart
public boolean[] restart
-
rs
public org.pentaho.di.core.RowSet[] rs
-
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 org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
-