| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.multimerge.MultiMergeJoinData
public class MultiMergeJoinData
| Nested Class Summary | |
|---|---|
static class | 
MultiMergeJoinData.QueueComparator
 | 
static class | 
MultiMergeJoinData.QueueEntry
 | 
| Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData | 
|---|
BaseStepData.StepExecutionStatus | 
| Field Summary | |
|---|---|
 int[] | 
drainIndices
 | 
 Object[][] | 
dummy
 | 
 int[][] | 
keyNrs
 | 
 org.pentaho.di.core.row.RowMetaInterface[] | 
metas
 | 
 boolean | 
optional
 | 
 org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta
 | 
 PriorityQueue<MultiMergeJoinData.QueueEntry> | 
queue
 | 
 MultiMergeJoinData.QueueEntry[] | 
queueEntries
 | 
 List<List<Object[]>> | 
results
 | 
 int[] | 
rowLengths
 | 
 Object[][] | 
rows
 | 
 org.pentaho.di.core.RowSet[] | 
rowSets
 | 
| Constructor Summary | |
|---|---|
MultiMergeJoinData()
Default initializer  | 
|
| 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 | 
|---|
public Object[][] rows
public org.pentaho.di.core.row.RowMetaInterface[] metas
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public Object[][] dummy
public List<List<Object[]>> results
public PriorityQueue<MultiMergeJoinData.QueueEntry> queue
public boolean optional
public int[][] keyNrs
public int[] drainIndices
public org.pentaho.di.core.RowSet[] rowSets
public MultiMergeJoinData.QueueEntry[] queueEntries
public int[] rowLengths
| Constructor Detail | 
|---|
public MultiMergeJoinData()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||