| Package | Description |
|---|---|
| com.orientechnologies.orient.core.index |
| Modifier and Type | Class and Description |
|---|---|
class |
OIndexDictionary
Dictionary index similar to unique index but does not check for updates, just executes changes.
|
class |
OIndexUnique
Index implementation that allows only one value for a key.
|
| Modifier and Type | Method and Description |
|---|---|
OIndexOneValue |
OIndexOneValue.create(String name,
OIndexDefinition indexDefinition,
String clusterIndexName,
Set<String> clustersToIndex,
boolean rebuild,
OProgressListener progressListener) |
OIndexOneValue |
OIndexDictionary.put(Object key,
OIdentifiable value) |
OIndexOneValue |
OIndexUnique.put(Object key,
OIdentifiable value) |
Copyright © 2009–2025 OrientDB. All rights reserved.