
public static final class OStorageConfigurationImpl.IndexEngineData extends Object
| Constructor and Description |
|---|
IndexEngineData(String name,
String algorithm,
String indexType,
Boolean durableInNonTxMode,
int version,
byte valueSerializerId,
byte keySerializedId,
boolean isAutomatic,
OType[] keyTypes,
boolean nullValuesSupport,
int keySize,
Map<String,String> engineProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
Boolean |
getDurableInNonTxMode() |
Map<String,String> |
getEngineProperties() |
String |
getIndexType() |
byte |
getKeySerializedId() |
int |
getKeySize() |
OType[] |
getKeyTypes() |
String |
getName() |
byte |
getValueSerializerId() |
int |
getVersion() |
boolean |
isAutomatic() |
boolean |
isNullValuesSupport() |
public int getKeySize()
public String getName()
public String getAlgorithm()
public Boolean getDurableInNonTxMode()
public int getVersion()
public byte getValueSerializerId()
public byte getKeySerializedId()
public boolean isAutomatic()
public OType[] getKeyTypes()
public boolean isNullValuesSupport()
public String getIndexType()
Copyright © 2009–2025 OrientDB. All rights reserved.