Inheritance diagram for org.openmobileis.database.fastobjectdb.db.index.FODBLongIndex:
Definition at line 49 of file FODBLongIndex.java.
Public Member Functions | |
FODBLongIndex (FODBIndexHeader newHeader, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
FODBLongIndex (FODBLongIndexDescriptor descriptor, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
Object | getKey (Object obj) throws FODBException |
SearchResult | getNodeForKey (Object key) throws FODBException |
long[] | query (SodaIndexComparator comparator) throws FODBQueryException |
org.openmobileis.common.util.collection.Array | getArrayKey (Object obj) throws FODBException |
Protected Member Functions | |
void | specificDescriptorVerifications (FODBIndexDescriptor descriptor) throws FODBException |
Node | initRoot (FODBIndexDescriptor descriptor) throws FODBException |
void | specificHeaderInit (FODBIndexDescriptor descriptor) throws FODBException |
void | insertKey (Object obj, long ptr) throws IOException, ClassNotFoundException, FODBException |
boolean | deleteKey (Object obj, long dbptr) throws IOException, ClassNotFoundException, FODBException |