java.lang.Object
org.apache.jena.tdb1.base.recordbuffer.RecordRangeIterator
-
Method Details
-
iterator
public static Iterator<Record> iterator(int pageId, Record fromRec, Record toRec, RecordBufferPageMgr pageMgr) Iterate over a range of fromRec (inclusive) to toRec (exclusive) -
hasNext
public boolean hasNext() -
close
public void close()- Specified by:
closein interfaceorg.apache.jena.atlas.lib.Closeable
-
next
-
getCountRecords
public final long getCountRecords() -
getCountBlocks
public final long getCountBlocks()
-