Class OIndexMetadata
java.lang.Object
com.orientechnologies.orient.core.index.OIndexMetadata
Contains the index metadata.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
ConstructorsConstructorDescriptionOIndexMetadata(String name, OIndexDefinition indexDefinition, Set<String> clustersToIndex, String type, String algorithm, String valueContainerAlgorithm, int version, ODocument metadata) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddCluster(String name) booleangetName()getType()bytegetValueSerializerId(int binaryFormatVersion) intinthashCode()booleanbooleanremoveCluster(String name) voidsetMetadata(ODocument metadata) voidsetVersion(int version)
-
Constructor Details
-
OIndexMetadata
-
-
Method Details
-
getName
-
getIndexDefinition
-
getClustersToIndex
-
getType
-
getAlgorithm
-
equals
-
hashCode
public int hashCode() -
getValueContainerAlgorithm
-
isMultivalue
public boolean isMultivalue() -
getValueSerializerId
public byte getValueSerializerId(int binaryFormatVersion) -
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getMetadata
-
setMetadata
-
addCluster
-
removeCluster
-