org.pentaho.di.trans.steps.sort
Class RowTempFile

java.lang.Object
  extended by org.pentaho.di.trans.steps.sort.RowTempFile

public class RowTempFile
extends Object

Keeps track of which temporary file a row is coming from


Field Summary
 int fileNumber
           
 Object[] row
           
 
Constructor Summary
RowTempFile(Object[] row, int fileNumber)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

public Object[] row

fileNumber

public int fileNumber
Constructor Detail

RowTempFile

public RowTempFile(Object[] row,
                   int fileNumber)