java.lang.Object
org.apache.jena.tdb1.index.RangeIndexWrapper
org.apache.jena.tdb1.index.RangeIndexLogger
- All Implemented Interfaces:
Iterable<Record>,org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync,Index,RangeIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd a record - return true if an insertion was actually neededbooleanDelete a record.Find one record - and return the record actually in the index (may have a value part)iterator()Iterate over the whole indexReturn records between min (inclusive) and max (exclusive), based on the record keysMethods inherited from class org.apache.jena.tdb1.index.RangeIndexWrapper
check, clear, close, contains, getRecordFactory, getWrapped, isEmpty, maxKey, minKey, size, syncMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RangeIndexLogger
-
-
Method Details
-
add
Description copied from interface:IndexAdd a record - return true if an insertion was actually needed- Specified by:
addin interfaceIndex- Overrides:
addin classRangeIndexWrapper
-
delete
Description copied from interface:IndexDelete a record. Return true if a record was actually removed- Specified by:
deletein interfaceIndex- Overrides:
deletein classRangeIndexWrapper
-
find
Description copied from interface:IndexFind one record - and return the record actually in the index (may have a value part)- Specified by:
findin interfaceIndex- Overrides:
findin classRangeIndexWrapper
-
iterator
Description copied from interface:IndexIterate over the whole index -
iterator
Description copied from interface:RangeIndexReturn records between min (inclusive) and max (exclusive), based on the record keys- Specified by:
iteratorin interfaceRangeIndex- Overrides:
iteratorin classRangeIndexWrapper
-