Uses of Interface
com.orientechnologies.orient.core.index.OIndexInternal
Packages that use OIndexInternal
Package
Description
Contains the Storage interface and the basic implementations.
-
Uses of OIndexInternal in com.orientechnologies.lucene
Methods in com.orientechnologies.lucene that return OIndexInternalModifier and TypeMethodDescriptionOLuceneCrossClassIndexFactory.createIndex(OStorage storage, OIndexMetadata im) OLuceneIndexFactory.createIndex(OStorage storage, OIndexMetadata im) -
Uses of OIndexInternal in com.orientechnologies.lucene.index
Classes in com.orientechnologies.lucene.index that implement OIndexInternal -
Uses of OIndexInternal in com.orientechnologies.orient.core.index
Classes in com.orientechnologies.orient.core.index that implement OIndexInternalModifier and TypeClassDescriptionclassHandles indexing when records change.classDictionary index similar to unique index but does not check for updates, just executes changes.classDeprecated.classAbstract index implementation that supports multi-values for the same key.classIndex implementation that allows multiple values for the same key.classAbstract Index implementation that allows only one value for a key.classIndex implementation that allows only one value for a key.Methods in com.orientechnologies.orient.core.index that return OIndexInternalModifier and TypeMethodDescriptionOIndexAbstract.create(OIndexMetadata indexMetadata, boolean rebuild, OProgressListener progressListener) Creates the index.ODefaultIndexFactory.createIndex(OStorage storage, OIndexMetadata im) static OIndexInternalOIndexes.createIndex(OStorage storage, OIndexMetadata metadata) OIndexFactory.createIndex(OStorage storage, OIndexMetadata im) Creates an index.OIndexAbstract.delete()OIndex.getInternal()Returns the internal index used.OIndexAbstract.getInternal()OIndexRemote.getInternal() -
Uses of OIndexInternal in com.orientechnologies.orient.core.sharding.auto
Methods in com.orientechnologies.orient.core.sharding.auto that return OIndexInternalModifier and TypeMethodDescriptionOAutoShardingIndexFactory.createIndex(OStorage storage, OIndexMetadata im) -
Uses of OIndexInternal in com.orientechnologies.orient.core.sql.executor
Fields in com.orientechnologies.orient.core.sql.executor declared as OIndexInternalConstructors in com.orientechnologies.orient.core.sql.executor with parameters of type OIndexInternalModifierConstructorDescriptionOAllIndexStream(OIndexInternal index, boolean asc) OBetweenIndexStream(OIndexInternal index, Object startKey, boolean includeStart, Object endKey, boolean includeEnd, boolean asc) OExactIndexStream(OIndexInternal index, Object startKey, boolean asc) OMajorIndexStream(OIndexInternal index, Object startKey, boolean include, boolean asc) OMinorIndexStream(OIndexInternal index, Object startKey, boolean include, boolean asc) ONullIndexStream(OIndexInternal index) -
Uses of OIndexInternal in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OIndexInternalModifier and TypeMethodDescriptiondefault OIndexStreamOBinaryCompareOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) OContainsKeyOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) OContainsValueOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) OEqualsCompareOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) OGeOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) OGtOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) OLeOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) OLtOperator.createStreamForIndex(OIndexInternal index, Object rightValue, boolean orderAsc, OCommandContext ctx) -
Uses of OIndexInternal in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return OIndexInternal -
Uses of OIndexInternal in com.orientechnologies.orient.core.storage.index.hashindex.local
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local that return OIndexInternalModifier and TypeMethodDescriptionfinal OIndexInternalOHashIndexFactory.createIndex(OStorage storage, OIndexMetadata im) -
Uses of OIndexInternal in com.orientechnologies.orient.core.tx
Methods in com.orientechnologies.orient.core.tx that return OIndexInternalModifier and TypeMethodDescriptionOTransactionIndexChanges.getAssociatedIndex()OTransactionIndexChanges.resolveAssociatedIndex(String indexName, ODatabaseDocumentInternal db) Methods in com.orientechnologies.orient.core.tx with parameters of type OIndexInternalModifier and TypeMethodDescriptionvoidOTransactionIndexChangesPerKey.setIndex(OIndexInternal associatedIndex) -
Uses of OIndexInternal in com.orientechnologies.spatial
Methods in com.orientechnologies.spatial that return OIndexInternalModifier and TypeMethodDescriptionOLuceneSpatialIndexFactory.createIndex(OStorage storage, OIndexMetadata im) -
Uses of OIndexInternal in com.orientechnologies.spatial.index
Classes in com.orientechnologies.spatial.index that implement OIndexInternal