Class IndexEngineData
java.lang.Object
com.orientechnologies.orient.core.config.IndexEngineData
-
Constructor Summary
ConstructorsConstructorDescriptionIndexEngineData(int indexId, OIndexMetadata metadata, Boolean durableInNonTxMode, byte valueSerializerId, byte keySerializedId, OType[] keyTypes, int keySize, String encryption, String encryptionOptions, Map<String, String> engineProperties) IndexEngineData(int indexId, String name, String algorithm, String indexType, Boolean durableInNonTxMode, int version, int apiVersion, boolean multivalue, byte valueSerializerId, byte keySerializedId, boolean isAutomatic, OType[] keyTypes, boolean nullValuesSupport, int keySize, String encryption, String encryptionOptions, Map<String, String> engineProperties) -
Method Summary
-
Constructor Details
-
IndexEngineData
-
IndexEngineData
public IndexEngineData(int indexId, String name, String algorithm, String indexType, Boolean durableInNonTxMode, int version, int apiVersion, boolean multivalue, byte valueSerializerId, byte keySerializedId, boolean isAutomatic, OType[] keyTypes, boolean nullValuesSupport, int keySize, String encryption, String encryptionOptions, Map<String, String> engineProperties)
-
-
Method Details
-
getIndexId
public int getIndexId() -
getKeySize
public int getKeySize() -
getName
-
getAlgorithm
-
getDurableInNonTxMode
Deprecated. -
getVersion
public int getVersion() -
getApiVersion
Deprecated. -
isMultivalue
public boolean isMultivalue() -
getValueSerializerId
public byte getValueSerializerId() -
getKeySerializedId
public byte getKeySerializedId() -
isAutomatic
public boolean isAutomatic() -
getKeyTypes
-
getEncryption
-
getEncryptionOptions
-
isNullValuesSupport
public boolean isNullValuesSupport() -
getEngineProperties
-
getIndexType
-