
public class OHashIndexFactory extends Object implements OIndexFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
HASH_INDEX_ALGORITHM |
| Constructor and Description |
|---|
OHashIndexFactory() |
| Modifier and Type | Method and Description |
|---|---|
OIndexInternal<?> |
createIndex(String name,
ODatabaseDocumentInternal database,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version)
Creates an index.
|
OIndexEngine |
createIndexEngine(String algoritm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
Map<String,String> engineProperties) |
Set<String> |
getAlgorithms() |
int |
getLastVersion() |
Set<String> |
getTypes()
Index types :
UNIQUE
NOTUNIQUE
FULLTEXT
DICTIONARY
|
public static final String HASH_INDEX_ALGORITHM
public Set<String> getTypes()
getTypes in interface OIndexFactorypublic Set<String> getAlgorithms()
getAlgorithms in interface OIndexFactorypublic OIndexInternal<?> createIndex(String name, ODatabaseDocumentInternal database, String indexType, String algorithm, String valueContainerAlgorithm, ODocument metadata, int version) throws OConfigurationException
OIndexFactorycreateIndex in interface OIndexFactoryindexType - index typeOConfigurationException - if index creation failedpublic int getLastVersion()
getLastVersion in interface OIndexFactorypublic OIndexEngine createIndexEngine(String algoritm, String name, Boolean durableInNonTxMode, OStorage storage, int version, Map<String,String> engineProperties)
createIndexEngine in interface OIndexFactoryCopyright © 2009–2025 OrientDB. All rights reserved.