|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.processor.relational.BatchCollector
public class BatchCollector
| Constructor Summary | |
|---|---|
BatchCollector(RelationalNode sourceNode)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
collectedAny()
|
TupleSourceID |
collectTuples()
|
TupleSourceID |
collectTuples(TupleBatch batch)
|
int |
getRowCount()
|
TupleSourceID |
getTupleSourceID()
|
boolean |
isDone()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchCollector(RelationalNode sourceNode)
throws MetaMatrixComponentException
MetaMatrixComponentException| Method Detail |
|---|
public TupleSourceID collectTuples()
throws MetaMatrixComponentException,
MetaMatrixProcessingException
MetaMatrixComponentException
MetaMatrixProcessingException
public TupleSourceID collectTuples(TupleBatch batch)
throws MetaMatrixComponentException,
MetaMatrixProcessingException
MetaMatrixComponentException
MetaMatrixProcessingExceptionpublic boolean collectedAny()
public int getRowCount()
public void close()
throws MetaMatrixComponentException
MetaMatrixComponentExceptionpublic TupleSourceID getTupleSourceID()
public boolean isDone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||