public final class RecordRangeIterator<X> extends Object implements Iterator<X>, org.apache.jena.atlas.lib.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCountBlocks() |
long |
getCountRecords() |
boolean |
hasNext() |
static <X> Iterator<X> |
iterator(int pageId,
Record fromRec,
Record toRec,
RecordBufferPageMgr pageMgr,
RecordMapper<X> mapper)
Iterate over a range of fromRec (inclusive) to toRec (exclusive)
|
X |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static <X> Iterator<X> iterator(int pageId, Record fromRec, Record toRec, RecordBufferPageMgr pageMgr, RecordMapper<X> mapper)
public void close()
close in interface org.apache.jena.atlas.lib.Closeablepublic final long getCountRecords()
public final long getCountBlocks()
Licensed under the Apache License, Version 2.0