C D F G I M O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- check() - Method in interface org.apache.jena.dboe.index.Index
-
Perform checks on this index
- check() - Method in class org.apache.jena.dboe.index.IndexMap
- check() - Method in class org.apache.jena.dboe.index.IndexWrapper
- check() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- clear() - Method in interface org.apache.jena.dboe.index.Index
-
Clear the index
- clear() - Method in class org.apache.jena.dboe.index.IndexMap
- clear() - Method in class org.apache.jena.dboe.index.IndexWrapper
- clear() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- close() - Method in interface org.apache.jena.dboe.index.Index
-
Close the index - can not be used again through this object
- close() - Method in class org.apache.jena.dboe.index.IndexMap
- close() - Method in class org.apache.jena.dboe.index.IndexWrapper
- close() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- contains(Record) - Method in interface org.apache.jena.dboe.index.Index
-
Return whether the index contains the record or not.
- contains(Record) - Method in class org.apache.jena.dboe.index.IndexMap
- contains(Record) - Method in class org.apache.jena.dboe.index.IndexWrapper
- contains(Record) - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
D
- delete(Record) - Method in interface org.apache.jena.dboe.index.Index
-
Delete a record - Return true if a record was actually removed
- delete(Record) - Method in class org.apache.jena.dboe.index.IndexLogger
- delete(Record) - Method in class org.apache.jena.dboe.index.IndexMap
- delete(Record) - Method in class org.apache.jena.dboe.index.IndexWrapper
- delete(Record) - Method in class org.apache.jena.dboe.index.RangeIndexLogger
- delete(Record) - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
F
- find(Record) - Method in interface org.apache.jena.dboe.index.Index
-
Find one record - and return the record actually in the index (may have a value part)
- find(Record) - Method in class org.apache.jena.dboe.index.IndexLogger
- find(Record) - Method in class org.apache.jena.dboe.index.IndexMap
- find(Record) - Method in class org.apache.jena.dboe.index.IndexWrapper
- find(Record) - Method in class org.apache.jena.dboe.index.RangeIndexLogger
- find(Record) - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
G
- getBlockReadCacheSize() - Method in interface org.apache.jena.dboe.index.IndexParams
-
Block read cache size (mmap'ed files do not have a block cache)
- getBlockSize() - Method in interface org.apache.jena.dboe.index.IndexParams
-
Block size - this is only configurable when the on-disk are created.
- getBlockWriteCacheSize() - Method in interface org.apache.jena.dboe.index.IndexParams
-
Block write cache size (mmap'ed files do not have a block cache)
- getDftParams() - Static method in class org.apache.jena.dboe.index.IndexConst
- getFileMode() - Method in interface org.apache.jena.dboe.index.IndexParams
-
File Mode
- getRecordFactory() - Method in interface org.apache.jena.dboe.index.Index
-
Get the Record factory associated with this index
- getRecordFactory() - Method in class org.apache.jena.dboe.index.IndexMap
- getRecordFactory() - Method in class org.apache.jena.dboe.index.IndexWrapper
- getRecordFactory() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- getWrapped() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
I
- Index - Interface in org.apache.jena.dboe.index
- IndexConst - Class in org.apache.jena.dboe.index
- IndexConst() - Constructor for class org.apache.jena.dboe.index.IndexConst
- IndexLogger - Class in org.apache.jena.dboe.index
- IndexLogger(RangeIndex, Logger) - Constructor for class org.apache.jena.dboe.index.IndexLogger
- IndexMap - Class in org.apache.jena.dboe.index
-
A simple implementation of
Indexfor testing - IndexMap(RecordFactory) - Constructor for class org.apache.jena.dboe.index.IndexMap
- IndexParams - Interface in org.apache.jena.dboe.index
- IndexWrapper - Class in org.apache.jena.dboe.index
- IndexWrapper(Index) - Constructor for class org.apache.jena.dboe.index.IndexWrapper
- insert(Record) - Method in interface org.apache.jena.dboe.index.Index
-
Insert a record - return true if an insertion was actually needed
- insert(Record) - Method in class org.apache.jena.dboe.index.IndexLogger
- insert(Record) - Method in class org.apache.jena.dboe.index.IndexMap
- insert(Record) - Method in class org.apache.jena.dboe.index.IndexWrapper
- insert(Record) - Method in class org.apache.jena.dboe.index.RangeIndexLogger
- insert(Record) - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- isEmpty() - Method in interface org.apache.jena.dboe.index.Index
-
Answer whether the index is empty or not.
- isEmpty() - Method in class org.apache.jena.dboe.index.IndexMap
- isEmpty() - Method in class org.apache.jena.dboe.index.IndexWrapper
- isEmpty() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- iterator() - Method in interface org.apache.jena.dboe.index.Index
-
Iterate over the whole index
- iterator() - Method in class org.apache.jena.dboe.index.IndexLogger
- iterator() - Method in class org.apache.jena.dboe.index.IndexMap
- iterator() - Method in class org.apache.jena.dboe.index.IndexWrapper
- iterator() - Method in class org.apache.jena.dboe.index.RangeIndexLogger
- iterator() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- iterator(Record, Record) - Method in interface org.apache.jena.dboe.index.RangeIndex
-
Return records between min (inclusive) and max (exclusive), based on the record keys
- iterator(Record, Record) - Method in class org.apache.jena.dboe.index.RangeIndexLogger
- iterator(Record, Record) - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- iterator(Record, Record, RecordMapper<X>) - Method in interface org.apache.jena.dboe.index.RangeIndex
- iterator(Record, Record, RecordMapper<X>) - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
M
- maxKey() - Method in interface org.apache.jena.dboe.index.RangeIndex
-
Return the record containing the greatest key - may or may not have the associated value
- maxKey() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- minKey() - Method in interface org.apache.jena.dboe.index.RangeIndex
-
Return the record containing the least key - may or may not have the associated value
- minKey() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
O
- org.apache.jena.dboe.index - package org.apache.jena.dboe.index
R
- RangeIndex - Interface in org.apache.jena.dboe.index
- RangeIndexLogger - Class in org.apache.jena.dboe.index
- RangeIndexLogger(RangeIndex, Logger) - Constructor for class org.apache.jena.dboe.index.RangeIndexLogger
- RangeIndexWrapper - Class in org.apache.jena.dboe.index
- RangeIndexWrapper(RangeIndex) - Constructor for class org.apache.jena.dboe.index.RangeIndexWrapper
S
- size() - Method in interface org.apache.jena.dboe.index.Index
-
Return size if known else return -1 : does not count the persistent storage
- size() - Method in class org.apache.jena.dboe.index.IndexMap
- size() - Method in class org.apache.jena.dboe.index.IndexWrapper
- size() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
- sync() - Method in class org.apache.jena.dboe.index.IndexMap
- sync() - Method in class org.apache.jena.dboe.index.IndexWrapper
- sync() - Method in class org.apache.jena.dboe.index.RangeIndexWrapper
All Classes All Packages