public abstract static class TupleSourceCache.CopyOnReadTupleSource extends Object implements TupleSource
| Modifier | Constructor and Description |
|---|---|
protected |
CopyOnReadTupleSource(TupleBuffer tb,
TupleSource ts) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
nextTuple()
Returns the next tuple
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSourceprotected CopyOnReadTupleSource(TupleBuffer tb, TupleSource ts)
public List<?> nextTuple() throws TeiidComponentException, TeiidProcessingException
TupleSourcenextTuple in interface TupleSourcenull if
there are no more tuples.TeiidComponentException - indicating a non-business
exception such as a communication exception, or other such
nondeterministic exceptionTeiidProcessingExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.