Uses of Class
com.orientechnologies.orient.core.exception.OInvalidIndexEngineIdException
Packages that use OInvalidIndexEngineIdException
Package
Description
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OInvalidIndexEngineIdException in com.orientechnologies.lucene.index
Methods in com.orientechnologies.lucene.index that throw OInvalidIndexEngineIdExceptionModifier and TypeMethodDescriptionbooleanOLuceneIndexNotUnique.doRemove(OAbstractPaginatedStorage storage, Object key) booleanOLuceneIndexNotUnique.doRemove(OAbstractPaginatedStorage storage, Object key, ORID rid) -
Uses of OInvalidIndexEngineIdException in com.orientechnologies.orient.core.index
Methods in com.orientechnologies.orient.core.index that throw OInvalidIndexEngineIdExceptionModifier and TypeMethodDescriptionvoidOIndexDictionary.doPut(OAbstractPaginatedStorage storage, Object key, ORID rid) voidOIndexInternal.doPut(OAbstractPaginatedStorage storage, Object key, ORID rid) voidOIndexMultiValues.doPut(OAbstractPaginatedStorage storage, Object key, ORID rid) voidOIndexUnique.doPut(OAbstractPaginatedStorage storage, Object key, ORID rid) booleanOIndexAbstract.doRemove(OAbstractPaginatedStorage storage, Object key) booleanOIndexAbstract.doRemove(OAbstractPaginatedStorage storage, Object key, ORID rid) booleanOIndexInternal.doRemove(OAbstractPaginatedStorage storage, Object key) booleanOIndexInternal.doRemove(OAbstractPaginatedStorage storage, Object key, ORID rid) booleanOIndexMultiValues.doRemove(OAbstractPaginatedStorage storage, Object key, ORID rid) -
Uses of OInvalidIndexEngineIdException in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local that throw OInvalidIndexEngineIdExceptionModifier and TypeMethodDescription<T> TOAbstractPaginatedStorage.callIndexEngine(boolean readOperation, int indexId, OIndexEngineCallback<T> callback) voidOAbstractPaginatedStorage.clearIndex(int indexId) voidOAbstractPaginatedStorage.deleteIndexEngine(int indexId) OAbstractPaginatedStorage.getIndexDescStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OAbstractPaginatedStorage.getIndexEngine(int indexId) OAbstractPaginatedStorage.getIndexKeyStream(int indexId) longOAbstractPaginatedStorage.getIndexSize(int indexId, IndexEngineValuesTransformer transformer) OAbstractPaginatedStorage.getIndexStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OAbstractPaginatedStorage.getIndexValue(int indexId, Object key) OAbstractPaginatedStorage.getIndexValues(int indexId, Object key) booleanOAbstractPaginatedStorage.hasIndexRangeQuerySupport(int indexId) OAbstractPaginatedStorage.iterateIndexEntriesBetween(int indexId, Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAbstractPaginatedStorage.iterateIndexEntriesMajor(int indexId, Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAbstractPaginatedStorage.iterateIndexEntriesMinor(int indexId, Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) voidOAbstractPaginatedStorage.putIndexValue(int indexId, Object key, Object value) voidOAbstractPaginatedStorage.putRidIndexEntry(int indexId, Object key, ORID value) booleanOAbstractPaginatedStorage.removeKeyFromIndex(int indexId, Object key) booleanOAbstractPaginatedStorage.removeRidIndexEntry(int indexId, Object key, ORID value) voidOAbstractPaginatedStorage.updateIndexEntry(int indexId, Object key, OIndexKeyUpdater<Object> valueCreator) booleanOAbstractPaginatedStorage.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.