public static final class OStorageConfiguration.IndexEngineData extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
int |
getApiVersion() |
Boolean |
getDurableInNonTxMode() |
String |
getEncryption() |
String |
getEncryptionOptions() |
Map<String,String> |
getEngineProperties() |
int |
getIndexId() |
String |
getIndexType() |
byte |
getKeySerializedId() |
int |
getKeySize() |
OType[] |
getKeyTypes() |
String |
getName() |
byte |
getValueSerializerId() |
int |
getVersion() |
boolean |
isAutomatic() |
boolean |
isMultivalue() |
boolean |
isNullValuesSupport() |
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)
public int getIndexId()
public int getKeySize()
public String getName()
public String getAlgorithm()
public Boolean getDurableInNonTxMode()
public int getVersion()
public int getApiVersion()
public boolean isMultivalue()
public byte getValueSerializerId()
public byte getKeySerializedId()
public boolean isAutomatic()
public OType[] getKeyTypes()
public String getEncryption()
public String getEncryptionOptions()
public boolean isNullValuesSupport()
public String getIndexType()
Copyright © 2009–2020 OrientDB. All rights reserved.