Class OAbstractIndexDefinition
java.lang.Object
com.orientechnologies.orient.core.index.OAbstractIndexDefinition
- All Implemented Interfaces:
OIndexCallback,OIndexDefinition
- Direct Known Subclasses:
OCompositeIndexDefinition,OPropertyIndexDefinition,ORuntimeKeyIndexDefinition,OSimpleKeyIndexDefinition
Abstract index definiton implementation.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanprotected voidprotected voidvoidsetCollate(OCollate collate) voidsetCollate(String iCollate) voidsetNullValuesIgnored(boolean value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.index.OIndexCallback
getDocumentValueToIndexMethods inherited from interface com.orientechnologies.orient.core.index.OIndexDefinition
createValue, createValue, fromStream, getClassName, getFields, getFieldsToIndex, getParamCount, getTypes, isAutomatic, toCreateIndexDDL, toStream, toString
-
Field Details
-
collate
-
document
-
-
Constructor Details
-
OAbstractIndexDefinition
protected OAbstractIndexDefinition()
-
-
Method Details
-
getCollate
- Specified by:
getCollatein interfaceOIndexDefinition
-
setCollate
- Specified by:
setCollatein interfaceOIndexDefinition
-
setCollate
-
equals
Description copied from interface:OIndexDefinition- Specified by:
equalsin interfaceOIndexDefinition- Overrides:
equalsin classObject
-
hashCode
public int hashCode()Description copied from interface:OIndexDefinition- Specified by:
hashCodein interfaceOIndexDefinition- Overrides:
hashCodein classObject
-
isNullValuesIgnored
public boolean isNullValuesIgnored()- Specified by:
isNullValuesIgnoredin interfaceOIndexDefinition
-
setNullValuesIgnored
public void setNullValuesIgnored(boolean value) - Specified by:
setNullValuesIgnoredin interfaceOIndexDefinition
-
serializeToStream
protected void serializeToStream() -
serializeFromStream
protected void serializeFromStream()
-