public interface ISimpleIndexAccess
Modifier and Type | Method and Description |
---|---|
IRawStore |
getStore()
The backing store.
|
long |
rangeCount()
Return the #of entries in the index.
|
void |
removeAll()
Remove all entries in the index.
|
ICloseableIterator<?> |
scan()
Visit all entries in the index in the natural order of the index
(dereferencing visited tuples to the application objects stored within
those tuples).
|
IRawStore getStore()
long rangeCount()
Note: If the index supports deletion markers then the range count will be an upper bound and may double count tuples which have been overwritten, including the special case where the overwrite is a delete.
IRangeQuery.rangeCount()
ICloseableIterator<?> scan()
void removeAll()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.