public class HighLanderIndexFactory
extends java.lang.Object
implements com.orientechnologies.orient.core.index.OIndexFactory
| Constructor and Description | 
|---|
HighLanderIndexFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.orientechnologies.orient.core.index.OIndexInternal<?> | 
createIndex(com.orientechnologies.orient.core.db.record.ODatabaseRecord database,
           java.lang.String indexType,
           java.lang.String algorithm,
           java.lang.String valueContainerAlgorithm)  | 
java.util.Set<java.lang.String> | 
getTypes()  | 
public java.util.Set<java.lang.String> getTypes()
getTypes in interface com.orientechnologies.orient.core.index.OIndexFactorypublic com.orientechnologies.orient.core.index.OIndexInternal<?> createIndex(com.orientechnologies.orient.core.db.record.ODatabaseRecord database,
                                                                    java.lang.String indexType,
                                                                    java.lang.String algorithm,
                                                                    java.lang.String valueContainerAlgorithm)
                                                                      throws com.orientechnologies.orient.core.exception.OConfigurationException
createIndex in interface com.orientechnologies.orient.core.index.OIndexFactorycom.orientechnologies.orient.core.exception.OConfigurationException