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.orient.core.storage.index.sbtree.local.v1 | |
com.orientechnologies.orient.core.storage.index.sbtree.local.v2 | |
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 |
OSBTreeIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
ORemoteIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OHashTableIndexEngine.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 |
---|---|
boolean |
OSBTreeV1.update(OAtomicOperation atomicOperation,
K k,
OIndexKeyUpdater<V> updater,
OBaseIndexEngine.Validator<K,V> validator) |
Modifier and Type | Method and Description |
---|---|
boolean |
OSBTreeV2.update(OAtomicOperation atomicOperation,
K k,
OIndexKeyUpdater<V> updater,
OBaseIndexEngine.Validator<K,V> validator) |
Modifier and Type | Method and Description |
---|---|
void |
OLuceneGeoSpatialIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OLuceneLegacySpatialIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OLuceneSpatialIndexEngineDelegator.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
Copyright © 2009–2020 OrientDB. All rights reserved.