| Package | Description |
|---|---|
| com.orientechnologies.lucene.engine | |
| com.orientechnologies.orient.core.index.engine | |
| com.orientechnologies.orient.core.sharding.auto | |
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.core.storage.index.engine | |
| com.orientechnologies.orient.core.storage.index.sbtree.local | |
| com.orientechnologies.spatial.engine |
| Modifier and Type | Method and Description |
|---|---|
void |
OLuceneFullTextIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
| Modifier and Type | Method and Description |
|---|---|
void |
OIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAutoShardingIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAbstractPaginatedStorage.updateIndexEntry(int indexId,
Object key,
OIndexKeyUpdater<Object> valueCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OHashTableIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OSBTreeIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
ORemoteIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OSBTree.update(OAtomicOperation atomicOperation,
K key,
OIndexKeyUpdater<V> updater,
OBaseIndexEngine.Validator<K,V> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OLuceneSpatialIndexEngineDelegator.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OLuceneGeoSpatialIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OLuceneLegacySpatialIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
Copyright © 2009–2025 OrientDB. All rights reserved.