Uses of Interface
com.orientechnologies.orient.core.index.OIndexInternal
Packages that use OIndexInternal
Package
Description
-
Uses of OIndexInternal in com.orientechnologies.lucene
Methods in com.orientechnologies.lucene that return OIndexInternalModifier and TypeMethodDescriptionOLuceneIndexFactory.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
Classes in com.orientechnologies.orient.core.sql that implement OIndexInternalModifier and TypeClassDescriptionclassThere are some cases when we need to create index for some class by traversed property.Methods in com.orientechnologies.orient.core.sql that return OIndexInternalModifier and TypeMethodDescriptionOChainedIndexProxy.getInternal()Returns internal index of last chain index, because proxy applicable to all operations that last index applicable. -
Uses of OIndexInternal in com.orientechnologies.orient.core.sql.executor
Fields in com.orientechnologies.orient.core.sql.executor declared as OIndexInternalModifier and TypeFieldDescriptionprotected final OIndexInternalDeleteFromIndexStep.indexprotected OIndexInternalFetchFromIndexStep.index -
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, OIndexManagerAbstract indexManager, ODatabaseDocumentInternal db) -
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