java.lang.Object
org.apache.jena.tdb1.index.IndexWrapper
org.apache.jena.tdb1.index.IndexLogger
- All Implemented Interfaces:
Iterable<Record>,org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync,Index
-
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 indexMethods inherited from class org.apache.jena.tdb1.index.IndexWrapper
check, clear, close, contains, getRecordFactory, isEmpty, 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
-
IndexLogger
-
-
Method Details
-
add
Description copied from interface:IndexAdd a record - return true if an insertion was actually needed- Specified by:
addin interfaceIndex- Overrides:
addin classIndexWrapper
-
delete
Description copied from interface:IndexDelete a record. Return true if a record was actually removed- Specified by:
deletein interfaceIndex- Overrides:
deletein classIndexWrapper
-
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 classIndexWrapper
-
iterator
Description copied from interface:IndexIterate over the whole index
-