|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.query.processor.BatchCollector.BatchProducerTupleSource
public static class BatchCollector.BatchProducerTupleSource
| Constructor Summary | |
|---|---|
BatchCollector.BatchProducerTupleSource(BatchCollector.BatchProducer sourceNode)
|
|
| Method Summary | |
|---|---|
void |
closeSource()
Closes the Tuple Source. |
java.util.List<java.lang.Object> |
nextTuple()
Returns the next tuple |
protected java.util.List<?> |
updateTuple(java.util.List<?> tuple)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchCollector.BatchProducerTupleSource(BatchCollector.BatchProducer sourceNode)
| Method Detail |
|---|
public java.util.List<java.lang.Object> nextTuple()
throws TeiidComponentException,
TeiidProcessingException
TupleSource
nextTuple in interface TupleSourcenull if
there are no more tuples.
TeiidComponentException - indicating a non-business
exception such as a communication exception, or other such
nondeterministic exception
TeiidProcessingException
protected java.util.List<?> updateTuple(java.util.List<?> tuple)
throws ExpressionEvaluationException,
BlockedException,
TeiidComponentException
ExpressionEvaluationException
BlockedException
TeiidComponentExceptionpublic void closeSource()
TupleSource
closeSource in interface TupleSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||