org.openmobileis.database.fastobjectdb.db.index
Class FODBUniqueStringIndex

java.lang.Object
  |
  +--org.openmobileis.database.fastobjectdb.db.index.FODBIndex
        |
        +--org.openmobileis.database.fastobjectdb.db.index.FODBStringIndex
              |
              +--org.openmobileis.database.fastobjectdb.db.index.FODBUniqueStringIndex
All Implemented Interfaces:
FODBUniqueIndex

public class FODBUniqueStringIndex
extends FODBStringIndex
implements FODBUniqueIndex


Fields inherited from class org.openmobileis.database.fastobjectdb.db.index.FODBIndex
accessObj, colFile, header, minKey, MULTIPLE, name, UNIQUE
 
Constructor Summary
FODBUniqueStringIndex(FODBIndexHeader newHeader, FODBCollectionIndexFile cFile, java.lang.reflect.AccessibleObject accObj)
           
FODBUniqueStringIndex(FODBStringIndexDescriptor descriptor, FODBCollectionIndexFile cFile, java.lang.reflect.AccessibleObject accObj)
           
 
Method Summary
protected  void addSearchResult(StringNode node, int pos, LongArray array, SodaStringIndexComparator comparator)
           
 FODBIndexDescriptor getIndexDescriptor()
           
 long getKeyPosition(java.lang.Object keytosearch)
           
 int getType()
           
protected  boolean removeKeyPtr(Node pg, int pos, long pointer)
           
protected  void writeKeyPtr(Node node, int pos, long newptr)
           
 
Methods inherited from class org.openmobileis.database.fastobjectdb.db.index.FODBStringIndex
deleteKey, getArrayKey, getKey, getKeySensitive, getNodeForKey, initRoot, insertKey, parcours, query, specificDescriptorVerifications, specificHeaderInit
 
Methods inherited from class org.openmobileis.database.fastobjectdb.db.index.FODBIndex
add, delObjectWithKey, getAccessObjType, getIndexHeader, getName, getPos, isEmpty, readRoot, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmobileis.database.fastobjectdb.db.index.FODBUniqueIndex
getNodeForKey, isEmpty
 

Constructor Detail

FODBUniqueStringIndex

public FODBUniqueStringIndex(FODBIndexHeader newHeader,
                             FODBCollectionIndexFile cFile,
                             java.lang.reflect.AccessibleObject accObj)
                      throws FODBException

FODBUniqueStringIndex

public FODBUniqueStringIndex(FODBStringIndexDescriptor descriptor,
                             FODBCollectionIndexFile cFile,
                             java.lang.reflect.AccessibleObject accObj)
                      throws FODBException
Method Detail

getType

public int getType()
Overrides:
getType in class FODBIndex

writeKeyPtr

protected void writeKeyPtr(Node node,
                           int pos,
                           long newptr)
                    throws java.io.IOException,
                           java.lang.ClassNotFoundException
Overrides:
writeKeyPtr in class FODBStringIndex

addSearchResult

protected void addSearchResult(StringNode node,
                               int pos,
                               LongArray array,
                               SodaStringIndexComparator comparator)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Overrides:
addSearchResult in class FODBStringIndex

getKeyPosition

public long getKeyPosition(java.lang.Object keytosearch)
                    throws FODBException
Specified by:
getKeyPosition in interface FODBUniqueIndex

removeKeyPtr

protected boolean removeKeyPtr(Node pg,
                               int pos,
                               long pointer)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Overrides:
removeKeyPtr in class FODBStringIndex

getIndexDescriptor

public FODBIndexDescriptor getIndexDescriptor()
Overrides:
getIndexDescriptor in class FODBIndex


Copyright 2005 e-Care. All Rights Reserved.