|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.steps.sort.RowTempFile
public class RowTempFile
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 |
---|
public Object[] row
public int fileNumber
Constructor Detail |
---|
public RowTempFile(Object[] row, int fileNumber)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |