Inheritance diagram for org.openmobileis.database.fastobjectdb.db.index.FODBMultipleIntIndex:
Definition at line 45 of file FODBMultipleIntIndex.java.
Public Member Functions | |
FODBMultipleIntIndex (FODBIndexHeader newHeader, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
FODBMultipleIntIndex (FODBIntIndexDescriptor descriptor, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
int | getType () |
FODBIndexDescriptor | getIndexDescriptor () |
Protected Member Functions | |
void | specificHeaderInit (FODBIndexDescriptor descriptor) throws FODBException |
void | writeKeyPtr (Node pg, int pos, long newptr) throws IOException, ClassNotFoundException |
replace the old ptr with new if present. | |
long | createPtrArray (long ptr) throws IOException, ClassNotFoundException |
void | addSearchResult (IntNode pg, int pos, LongArray array) throws IOException, ClassNotFoundException |
boolean | removeKeyPtr (Node pg, int pos, long pointer) throws IOException, ClassNotFoundException |
remove the specified pointer from the ptr array. |
|
|