org.openmobileis.database.fastobjectdb.db.index
Class FODBIndexFactory
java.lang.Object
|
+--org.openmobileis.database.fastobjectdb.db.index.FODBIndexFactory
- public final class FODBIndexFactory
- extends java.lang.Object
Factory use to create index
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNIQUE
public static final int UNIQUE
MULTIPLE
public static final int MULTIPLE
FODBIndexFactory
public FODBIndexFactory()
getFactory
public static FODBIndexFactory getFactory()
isValidKeyType
protected boolean isValidKeyType(java.lang.Class keyType,
java.lang.Class indexType)
createIndex
public FODBIndex createIndex(FODBIndexDescriptor descriptor,
java.lang.Class objectType,
FODBCollectionIndexFile cFile)
throws BadDataFormatException,
FODBException
createIndex
public FODBIndex createIndex(FODBIndexHeader header,
java.lang.Class objectType,
FODBCollectionIndexFile cFile)
throws BadDataFormatException,
FODBException
Copyright 2005 e-Care. All Rights Reserved.