| Package | Description |
|---|---|
| com.orientechnologies.lucene.engine | |
| com.orientechnologies.orient.core.index.engine | |
| com.orientechnologies.orient.core.index.engine.v1 | |
| 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.hashindex.local | |
| com.orientechnologies.orient.core.storage.index.sbtree.local | |
| com.orientechnologies.orient.core.storage.index.sbtree.singlevalue | |
| com.orientechnologies.spatial.engine |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OLuceneFullTextIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator)
Puts the given value under the given key into this index engine.
|
boolean |
OSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OCellBTreeSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OAutoShardingIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OAbstractPaginatedStorage.validatedPutIndexValue(int indexId,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator)
Puts the given value under the given key into this storage for the index with the given index id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OSBTreeIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
ORemoteIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OLocalHashTable.validatedPut(OAtomicOperation atomicOperation,
K key,
V value,
OBaseIndexEngine.Validator<K,V> validator) |
boolean |
OHashTable.validatedPut(OAtomicOperation atomicOperation,
K key,
V value,
OBaseIndexEngine.Validator<K,V> validator)
Puts the given value under the given key into this hash table.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OSBTree.update(OAtomicOperation atomicOperation,
K key,
OIndexKeyUpdater<V> updater,
OBaseIndexEngine.Validator<K,V> validator) |
boolean |
OSBTree.validatedPut(OAtomicOperation atomicOperation,
K key,
V value,
OBaseIndexEngine.Validator<K,V> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OCellBTreeSingleValue.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneGeoSpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneLegacySpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
Copyright © 2009–2025 OrientDB. All rights reserved.