public interface AccumulativeTupleBuffer
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear internal buffer, this should be called after all data are retreived
|
Iterator<Tuple> |
getTuples(int index)
Get iterator of tuples in the buffer
|
boolean |
hasNextBatch()
Whether there are more tuples to pull out of iterator
|
void |
nextBatch()
Pull next batch of tuples from iterator and put them into this buffer
|
void nextBatch() throws IOException
IOException
boolean hasNextBatch()
void clear()
Copyright © 2007-2017 The Apache Software Foundation