Uses of Interface
com.orientechnologies.orient.core.index.engine.IndexEngineValidator
Packages that use IndexEngineValidator
Package
Description
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of IndexEngineValidator in com.orientechnologies.lucene.engine
Methods in com.orientechnologies.lucene.engine with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOLuceneFullTextIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.index.engine
Classes in com.orientechnologies.orient.core.index.engine that implement IndexEngineValidatorMethods in com.orientechnologies.orient.core.index.engine with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Puts the given value under the given key into this index engine.booleanOSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.index.engine.v1
Methods in com.orientechnologies.orient.core.index.engine.v1 with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOCellBTreeSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.sharding.auto
Methods in com.orientechnologies.orient.core.sharding.auto with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOAutoShardingIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOAbstractPaginatedStorage.validatedPutIndexValue(int indexId, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Puts the given value under the given key into this storage for the index with the given index id. -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.engine
Methods in com.orientechnologies.orient.core.storage.index.engine with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanORemoteIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOSBTreeIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.hashindex.local
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOHashTable.validatedPut(OAtomicOperation atomicOperation, K key, V value, IndexEngineValidator<K, V> validator) Puts the given value under the given key into this hash table. -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.hashindex.local.v2
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v2 with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanLocalHashTableV2.validatedPut(OAtomicOperation atomicOperation, K key, V value, IndexEngineValidator<K, V> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.hashindex.local.v3
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v3 with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOLocalHashTableV3.validatedPut(OAtomicOperation atomicOperation, K key, V value, IndexEngineValidator<K, V> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.sbtree.local
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOSBTree.update(OAtomicOperation atomicOperation, K key, OIndexKeyUpdater<V> updater, IndexEngineValidator<K, V> validator) booleanOSBTree.validatedPut(OAtomicOperation atomicOperation, K key, V value, IndexEngineValidator<K, V> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local.v1 with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOSBTreeV1.update(OAtomicOperation atomicOperation, K k, OIndexKeyUpdater<V> updater, IndexEngineValidator<K, V> validator) booleanOSBTreeV1.validatedPut(OAtomicOperation atomicOperation, K key, V value, IndexEngineValidator<K, V> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.sbtree.local.v2
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local.v2 with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOSBTreeV2.update(OAtomicOperation atomicOperation, K k, OIndexKeyUpdater<V> updater, IndexEngineValidator<K, V> validator) booleanOSBTreeV2.validatedPut(OAtomicOperation atomicOperation, K key, V value, IndexEngineValidator<K, V> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
Classes in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 that implement IndexEngineValidator -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOCellBTreeSingleValue.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanCellBTreeSingleValueV1.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanCellBTreeSingleValueV3.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) -
Uses of IndexEngineValidator in com.orientechnologies.spatial.engine
Methods in com.orientechnologies.spatial.engine with parameters of type IndexEngineValidatorModifier and TypeMethodDescriptionbooleanOLuceneGeoSpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneLegacySpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator)