|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexedTupleSource
Method Summary | |
---|---|
TupleBatch |
getBatch()
|
int |
getCurrentIndex()
Get the current position. |
boolean |
hasNext()
|
void |
mark()
Save the current position that can be restored with a call to reset() |
void |
reset()
Restore the previous mark and set the mark back to the first position. |
void |
setPosition(int position)
Set the tuple source position |
Methods inherited from interface com.metamatrix.common.buffer.TupleSource |
---|
closeSource, getSchema, nextTuple |
Method Detail |
---|
boolean hasNext() throws MetaMatrixComponentException, MetaMatrixProcessingException
MetaMatrixComponentException
MetaMatrixProcessingException
void mark()
reset()
void reset()
void setPosition(int position)
position
- int getCurrentIndex()
TupleSource.nextTuple()
TupleBatch getBatch() throws MetaMatrixComponentException
MetaMatrixComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |