Uses of Class
com.orientechnologies.orient.core.exception.OInvalidIndexEngineIdException
Packages that use OInvalidIndexEngineIdException
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OInvalidIndexEngineIdException in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that throw OInvalidIndexEngineIdExceptionModifier and TypeMethodDescription<T> TOStorage.callIndexEngine(boolean readOperation, int indexId, OIndexEngineCallback<T> callback) voidOStorage.clearIndex(int indexId) voidOStorage.deleteIndexEngine(int indexId) OStorage.getIndexDescStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OStorage.getIndexEngine(int indexId) OStorage.getIndexKeyStream(int indexId) longOStorage.getIndexSize(int indexId, IndexEngineValuesTransformer transformer) OStorage.getIndexStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OStorage.getIndexValue(int indexId, Object key) OStorage.getIndexValues(int indexId, Object key) booleanOStorage.hasIndexRangeQuerySupport(int indexId) OStorage.iterateIndexEntriesBetween(int indexId, Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OStorage.iterateIndexEntriesMajor(int indexId, Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OStorage.iterateIndexEntriesMinor(int indexId, Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) -
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)