Definition at line 46 of file FODBIndexFactory.java.
Public Member Functions | |
FODBIndexFactory () | |
FODBIndex | createIndex (FODBIndexDescriptor descriptor, Class objectType, FODBCollectionIndexFile cFile) throws BadDataFormatException, FODBException |
FODBIndex | createIndex (FODBIndexHeader header, Class objectType, FODBCollectionIndexFile cFile) throws BadDataFormatException, FODBException |
Static Public Member Functions | |
static FODBIndexFactory | getFactory () |
Static Public Attributes | |
static final int | UNIQUE = 1 |
static final int | MULTIPLE = 2 |
Protected Member Functions | |
boolean | isValidKeyType (Class keyType, Class indexType) |