|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.query.processor.BatchCollector
public class BatchCollector
Nested Class Summary | |
---|---|
static interface |
BatchCollector.BatchProducer
|
static class |
BatchCollector.BatchProducerTupleSource
|
Constructor Summary | |
---|---|
BatchCollector(BatchCollector.BatchProducer sourceNode,
TupleBuffer buffer)
|
Method Summary | |
---|---|
TupleBuffer |
collectTuples()
|
protected void |
flushBatchDirect(TupleBatch batch,
boolean add)
|
int |
getRowCount()
|
TupleBuffer |
getTupleBuffer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchCollector(BatchCollector.BatchProducer sourceNode, TupleBuffer buffer)
Method Detail |
---|
public TupleBuffer collectTuples() throws TeiidComponentException, TeiidProcessingException
TeiidComponentException
TeiidProcessingException
public TupleBuffer getTupleBuffer()
protected void flushBatchDirect(TupleBatch batch, boolean add) throws TeiidComponentException, TeiidProcessingException
TeiidComponentException
TeiidProcessingException
public int getRowCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |