Uses of Interface
com.orientechnologies.orient.core.index.OIndex
Packages that use OIndex
Package
Description
-
Uses of OIndex in com.orientechnologies.lucene.index
Classes in com.orientechnologies.lucene.index that implement OIndex -
Uses of OIndex in com.orientechnologies.lucene.operator
Methods in com.orientechnologies.lucene.operator with parameters of type OIndexModifier and TypeMethodDescriptionOLuceneTextOperator.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) -
Uses of OIndex in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type OIndexModifier and TypeMethodDescriptionvoidOTransactionOptimisticClient.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue) -
Uses of OIndex in com.orientechnologies.orient.client.remote.metadata.schema
Methods in com.orientechnologies.orient.client.remote.metadata.schema that return OIndexModifier and TypeMethodDescriptionOPropertyRemote.createIndex(OClass.INDEX_TYPE iType) OPropertyRemote.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OPropertyRemote.createIndex(String iType) OPropertyRemote.createIndex(String iType, ODocument metadata) Method parameters in com.orientechnologies.orient.client.remote.metadata.schema with type arguments of type OIndexModifier and TypeMethodDescriptionOViewRemote.replaceViewClusterAndIndex(int cluster, List<OIndex> indexes, long lastRefreshTime) -
Uses of OIndex in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return OIndex -
Uses of OIndex in com.orientechnologies.orient.core.dictionary
Methods in com.orientechnologies.orient.core.dictionary that return OIndexConstructors in com.orientechnologies.orient.core.dictionary with parameters of type OIndex -
Uses of OIndex in com.orientechnologies.orient.core.index
Subinterfaces of OIndex in com.orientechnologies.orient.core.indexClasses in com.orientechnologies.orient.core.index that implement OIndexModifier 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.classProxied abstract index.classProxied index.classProxied single value index.classIndex implementation that allows only one value for a key.Fields in com.orientechnologies.orient.core.index with type parameters of type OIndexModifier and TypeFieldDescriptionOIndexManagerRemote.classPropertyIndexOIndexManagerShared.classPropertyIndexOIndexManagerRemote.indexesOIndexManagerShared.indexesMethods in com.orientechnologies.orient.core.index that return OIndexModifier and TypeMethodDescriptionOIndexInternal.addCluster(String iClusterName) Add given cluster to the list of clusters that should be automatically indexed.OIndex.clear()Deprecated.Manual indexes are deprecated and will be removedOIndexAbstract.clear()Deprecated.Manual indexes are deprecated and will be removedOIndexInternal.create(OIndexMetadata metadata, boolean rebuild, OProgressListener progressListener) OIndexManager.createIndex(String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) Deprecated.Manual indexes are deprecated and will be removedOIndexManager.createIndex(String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerAbstract.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) OIndexManagerProxy.createIndex(String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerProxy.createIndex(String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) OIndexManagerRemote.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerRemote.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String engine) OIndexManagerShared.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) Create a new index with default algorithm.OIndexManagerShared.createIndex(ODatabaseDocumentInternal database, String iName, String type, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) Create a new index.OIndex.delete()Delete the index.OIndexManager.getClassAutoShardingIndex(String className) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getClassAutoShardingIndex(ODatabaseDocumentInternal database, String className) OIndexManagerProxy.getClassAutoShardingIndex(String className) OIndexManagerRemote.getClassAutoShardingIndex(ODatabaseDocumentInternal database, String className) OIndexManagerShared.getClassAutoShardingIndex(ODatabaseDocumentInternal database, String className) OIndexManager.getClassIndex(String className, String indexName) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getClassIndex(ODatabaseDocumentInternal database, String className, String indexName) OIndexManagerProxy.getClassIndex(String className, String indexName) OIndexManagerRemote.getClassIndex(ODatabaseDocumentInternal database, String className, String indexName) OIndexManagerShared.getClassIndex(ODatabaseDocumentInternal database, String className, String indexName) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getIndex(ODatabaseDocumentInternal database, String iName) OIndexManagerRemote.getIndex(ODatabaseDocumentInternal database, String iName) OIndexManagerShared.getIndex(ODatabaseDocumentInternal database, String iName) OIndexManagerAbstract.getRawIndex(String indexName) OIndexManagerRemote.getRawIndex(String iName) OIndexManagerShared.getRawIndex(String iName) protected OIndexOIndexManagerRemote.getRemoteIndexInstance(boolean isMultiValueIndex, String type, String name, String algorithm, Set<String> clustersToIndex, OIndexDefinition indexDefinition, ORID identity, ODocument configuration) OIndexManagerAbstract.preProcessBeforeReturn(ODatabaseDocumentInternal database, OIndex index) OIndexManagerRemote.preProcessBeforeReturn(ODatabaseDocumentInternal database, OIndex index) OIndexManagerShared.preProcessBeforeReturn(ODatabaseDocumentInternal database, OIndex index) OIndex.put(Object key, OIdentifiable value) Inserts a new entry in the index.OIndexInternal.removeCluster(String iClusterName) Remove given cluster from the list of clusters that should be automatically indexed.Methods in com.orientechnologies.orient.core.index that return types with arguments of type OIndexModifier and TypeMethodDescriptionOIndexManager.getClassIndexes(String className) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getClassIndexes(ODatabaseDocumentInternal database, String className) OIndexManagerProxy.getClassIndexes(String className) OIndexManagerRemote.getClassIndexes(ODatabaseDocumentInternal database, String className) OIndexManagerShared.getClassIndexes(ODatabaseDocumentInternal database, String className) OIndexManager.getClassInvolvedIndexes(String className, String... fields) Deprecated.Manual indexes are deprecated and will be removedOIndexManager.getClassInvolvedIndexes(String className, Collection<String> fields) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getClassInvolvedIndexes(ODatabaseDocumentInternal database, String className, String... fields) OIndexManagerAbstract.getClassInvolvedIndexes(ODatabaseDocumentInternal database, String className, Collection<String> fields) OIndexManagerProxy.getClassInvolvedIndexes(String className, String... fields) OIndexManagerProxy.getClassInvolvedIndexes(String className, Collection<String> fields) OIndexManagerRemote.getClassInvolvedIndexes(ODatabaseDocumentInternal database, String className, String... fields) OIndexManagerRemote.getClassInvolvedIndexes(ODatabaseDocumentInternal database, String className, Collection<String> fields) OIndexManagerShared.getClassInvolvedIndexes(ODatabaseDocumentInternal database, String className, String... fields) OIndexManagerShared.getClassInvolvedIndexes(ODatabaseDocumentInternal database, String className, Collection<String> fields) Collection<? extends OIndex>OIndexManager.getIndexes()Deprecated.Manual indexes are deprecated and will be removedCollection<? extends OIndex>OIndexManagerAbstract.getIndexes(ODatabaseDocumentInternal database) Collection<? extends OIndex>OIndexManagerProxy.getIndexes()Collection<? extends OIndex>OIndexManagerRemote.getIndexes(ODatabaseDocumentInternal database) Collection<? extends OIndex>OIndexManagerShared.getIndexes(ODatabaseDocumentInternal database) Methods in com.orientechnologies.orient.core.index with parameters of type OIndexModifier and TypeMethodDescriptionintintIndexStreamSecurityDecorator.decorateRidStream(OIndex originalIndex, Stream<ORID> stream) IndexStreamSecurityDecorator.decorateStream(OIndex originalIndex, Stream<ORawPair<Object, ORID>> stream) OIndexManagerAbstract.preProcessBeforeReturn(ODatabaseDocumentInternal database, OIndex index) OIndexManagerRemote.preProcessBeforeReturn(ODatabaseDocumentInternal database, OIndex index) OIndexManagerShared.preProcessBeforeReturn(ODatabaseDocumentInternal database, OIndex index) static voidOClassIndexManager.processIndexUpdate(ODocument iDocument, Set<String> dirtyFields, OIndex index) protected static voidOClassIndexManager.putInIndex(OIndex index, Object key, OIdentifiable value) static voidOClassIndexManager.reIndex(ODocument document, ODatabaseDocumentInternal database, OIndex index) voidOIndexManager.removeClassPropertyIndex(OIndex idx) Deprecated.voidOIndexManagerAbstract.removeClassPropertyIndex(OIndex idx) voidOIndexManagerProxy.removeClassPropertyIndex(OIndex idx) voidOIndexManagerRemote.removeClassPropertyIndex(OIndex idx) voidOIndexManagerShared.removeClassPropertyIndex(OIndex idx) protected static voidOClassIndexManager.removeFromIndex(OIndex index, Object key, OIdentifiable value) static OIdentifiableOIndexInternal.securityFilterOnRead(OIndex idx, OIdentifiable item) static CollectionOIndexInternal.securityFilterOnRead(OIndex idx, Collection<OIdentifiable> items) Method parameters in com.orientechnologies.orient.core.index with type arguments of type OIndexModifier and TypeMethodDescriptionstatic voidOClassIndexManager.addIndexesEntries(ODatabaseDocumentInternal database, ODocument document, Collection<OIndex> indexes) voidOIndexManager.getClassIndexes(String className, Collection<OIndex> indexes) Deprecated.Manual indexes are deprecated and will be removedvoidOIndexManagerAbstract.getClassIndexes(ODatabaseDocumentInternal database, String className, Collection<OIndex> indexes2) voidOIndexManagerProxy.getClassIndexes(String className, Collection<OIndex> indexes) voidOIndexManagerRemote.getClassIndexes(ODatabaseDocumentInternal database, String className, Collection<OIndex> indexes) voidOIndexManagerShared.getClassIndexes(ODatabaseDocumentInternal database, String className, Collection<OIndex> indexes) voidOIndexManagerAbstract.getClassRawIndexes(String name, Collection<OIndex> indexes2) voidOIndexManagerProxy.getClassRawIndexes(String name, Collection<OIndex> indexes) voidOIndexManagerRemote.getClassRawIndexes(String className, Collection<OIndex> indexes) voidOIndexManagerShared.getClassRawIndexes(String className, Collection<OIndex> indexes) Constructors in com.orientechnologies.orient.core.index with parameters of type OIndex -
Uses of OIndex in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that return OIndexModifier and TypeMethodDescriptionOClass.createIndex(String iName, OClass.INDEX_TYPE iType, OProgressListener iProgressListener, String... fields) Creates database index that is based on passed in field names.OClass.createIndex(String iName, OClass.INDEX_TYPE iType, String... fields) Creates database index that is based on passed in field names.OClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) Creates database index that is based on passed in field names.OClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) Creates database index that is based on passed in field names.OClass.createIndex(String iName, String iType, String... fields) Creates database index that is based on passed in field names.OClassAbstractDelegate.createIndex(String iName, OClass.INDEX_TYPE iType, OProgressListener iProgressListener, String... fields) OClassAbstractDelegate.createIndex(String iName, OClass.INDEX_TYPE iType, String... fields) OClassAbstractDelegate.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OClassAbstractDelegate.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) OClassAbstractDelegate.createIndex(String iName, String iType, String... fields) OClassImpl.createIndex(String iName, OClass.INDEX_TYPE iType, OProgressListener iProgressListener, String... fields) OClassImpl.createIndex(String iName, OClass.INDEX_TYPE iType, String... fields) OClassImpl.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OClassImpl.createIndex(String name, String type, OProgressListener progressListener, ODocument metadata, String algorithm, String... fields) OClassImpl.createIndex(String iName, String iType, String... fields) OImmutableClass.createIndex(String iName, OClass.INDEX_TYPE iType, OProgressListener iProgressListener, String... fields) OImmutableClass.createIndex(String iName, OClass.INDEX_TYPE iType, String... fields) OImmutableClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OImmutableClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) OImmutableClass.createIndex(String iName, String iType, String... fields) OImmutableProperty.createIndex(OClass.INDEX_TYPE iType) OImmutableProperty.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OImmutableProperty.createIndex(String iType) OImmutableProperty.createIndex(String iType, ODocument metadata) OProperty.createIndex(OClass.INDEX_TYPE iType) Creates an index on this property.OProperty.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) Creates an index on this property.OProperty.createIndex(String iType) Creates an index on this property.OProperty.createIndex(String iType, ODocument metadata) Creates an index on this property.OPropertyAbstractDelegate.createIndex(OClass.INDEX_TYPE iType) OPropertyAbstractDelegate.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OPropertyAbstractDelegate.createIndex(String iType) OPropertyAbstractDelegate.createIndex(String iType, ODocument metadata) OPropertyImpl.createIndex(OClass.INDEX_TYPE iType) Creates an index on this property.OPropertyImpl.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OPropertyImpl.createIndex(String iType) Creates an index on this property.OPropertyImpl.createIndex(String iType, ODocument metadata) OClass.getAutoShardingIndex()Returns the auto sharding index configured for the class if any.OClassAbstractDelegate.getAutoShardingIndex()OClassImpl.getAutoShardingIndex()OImmutableClass.getAutoShardingIndex()OClass.getClassIndex(String iName) Returns index instance by database index name.OClassAbstractDelegate.getClassIndex(String iName) OClassImpl.getClassIndex(String name) OImmutableClass.getClassIndex(String iName) OImmutableProperty.getIndex()OProperty.getIndex()Deprecated.UseOClass.getInvolvedIndexes(String...)instead.OPropertyAbstractDelegate.getIndex()Deprecated.OPropertyImpl.getIndex()Deprecated.UseOClass.getInvolvedIndexes(String...)instead.Methods in com.orientechnologies.orient.core.metadata.schema that return types with arguments of type OIndexModifier and TypeMethodDescriptionOImmutableProperty.getAllIndexes()OProperty.getAllIndexes()OPropertyAbstractDelegate.getAllIndexes()OPropertyImpl.getAllIndexes()OClass.getClassIndexes()OClassAbstractDelegate.getClassIndexes()OClassImpl.getClassIndexes()OImmutableClass.getClassIndexes()OViewImpl.getClassIndexes()OClass.getClassInvolvedIndexes(String... fields) OClass.getClassInvolvedIndexes(Collection<String> fields) Returns list of indexes that contain passed in fields names as their first keys.OClassAbstractDelegate.getClassInvolvedIndexes(String... fields) OClassAbstractDelegate.getClassInvolvedIndexes(Collection<String> fields) OClassImpl.getClassInvolvedIndexes(String... fields) OClassImpl.getClassInvolvedIndexes(Collection<String> fields) OImmutableClass.getClassInvolvedIndexes(String... fields) OImmutableClass.getClassInvolvedIndexes(Collection<String> fields) OClass.getIndexes()OClassAbstractDelegate.getIndexes()OClassImpl.getIndexes()OImmutableClass.getIndexes()OImmutableProperty.getIndexes()OProperty.getIndexes()Deprecated.UseOClass.getInvolvedIndexes(String...)instead.OPropertyAbstractDelegate.getIndexes()Deprecated.OPropertyImpl.getIndexes()Deprecated.UseOClass.getInvolvedIndexes(String...)instead.OClass.getInvolvedIndexes(String... fields) Returns list of indexes that contain passed in fields names as their first keys.OClass.getInvolvedIndexes(Collection<String> fields) Returns list of indexes that contain passed in fields names as their first keys.OClassAbstractDelegate.getInvolvedIndexes(String... fields) OClassAbstractDelegate.getInvolvedIndexes(Collection<String> fields) OClassImpl.getInvolvedIndexes(String... fields) OClassImpl.getInvolvedIndexes(Collection<String> fields) OImmutableClass.getInvolvedIndexes(String... fields) OImmutableClass.getInvolvedIndexes(Collection<String> fields) OImmutableClass.getRawIndexes()Method parameters in com.orientechnologies.orient.core.metadata.schema with type arguments of type OIndexModifier and TypeMethodDescriptionvoidOClass.getClassIndexes(Collection<OIndex> indexes) Internal.voidOClassAbstractDelegate.getClassIndexes(Collection<OIndex> indexes) voidOClassImpl.getClassIndexes(Collection<OIndex> indexes) voidOImmutableClass.getClassIndexes(Collection<OIndex> indexes) voidOViewImpl.getClassIndexes(Collection<OIndex> indexes) voidOClass.getIndexes(Collection<OIndex> indexes) Internal.voidOClassAbstractDelegate.getIndexes(Collection<OIndex> indexes) voidOClassImpl.getIndexes(Collection<OIndex> indexes) voidOImmutableClass.getIndexes(Collection<OIndex> indexes) voidOImmutableClass.getRawClassIndexes(Collection<OIndex> indexes) voidOImmutableView.getRawClassIndexes(Collection<OIndex> indexes) voidOImmutableClass.getRawIndexes(Collection<OIndex> indexes) OViewEmbedded.replaceViewClusterAndIndex(int cluster, List<OIndex> indexes, long lastRefreshTime) abstract OViewRemovedMetadataOViewImpl.replaceViewClusterAndIndex(int cluster, List<OIndex> indexes, long lastRefreshTime) -
Uses of OIndex in com.orientechnologies.orient.core.sharding.auto
Constructors in com.orientechnologies.orient.core.sharding.auto with parameters of type OIndexModifierConstructorDescriptionOAutoShardingClusterSelectionStrategy(OClass clazz, OIndex autoShardingIndex) -
Uses of OIndex in com.orientechnologies.orient.core.sql
Classes in com.orientechnologies.orient.core.sql that implement OIndexModifier 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 OIndexModifier and TypeMethodDescriptionOChainedIndexProxy.addCluster(String iClusterName) OChainedIndexProxy.clear()Deprecated.Manual indexes are deprecated and will be removedOChainedIndexProxy.create(OIndexMetadata indexMetadat, boolean rebuild, OProgressListener progressListener) OChainedIndexProxy.delete()protected static OIndexOChainedIndexProxy.findBestIndex(Iterable<OIndex> indexes) Finds the index that fits better as a base index in chain.OChainedIndexProxy.put(Object key, OIdentifiable value) OChainedIndexProxy.removeCluster(String iClusterName) Methods in com.orientechnologies.orient.core.sql that return types with arguments of type OIndexModifier and TypeMethodDescriptionOFilterAnalyzer.getInvolvedIndexes(OClass iSchemaClass, OIndexSearchResult searchResultFields) Methods in com.orientechnologies.orient.core.sql with parameters of type OIndexModifier and TypeMethodDescriptionintstatic booleanOChainedIndexProxy.isAppropriateAsBase(OIndex index) Checks if index can be used as base index.voidOMetricRecorder.recordInvolvedIndexesMetric(OIndex index) protected voidOCommandExecutorSQLSelect.revertProfiler(OCommandContext iContext, OIndex index, List<Object> keyParams, OIndexDefinition indexDefinition) Method parameters in com.orientechnologies.orient.core.sql with type arguments of type OIndexModifier and TypeMethodDescriptionprotected static OIndexOChainedIndexProxy.findBestIndex(Iterable<OIndex> indexes) Finds the index that fits better as a base index in chain. -
Uses of OIndex in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor that return OIndexConstructors in com.orientechnologies.orient.core.sql.executor with parameters of type OIndexModifierConstructorDescriptionDeleteFromIndexStep(OIndex index, OBooleanExpression condition, OBinaryCondition additionalRangeCondition, OBooleanExpression ridCondition, OCommandContext ctx, boolean profilingEnabled) FetchFromIndexStep(OIndex index, OBooleanExpression condition, OBinaryCondition additionalRangeCondition, boolean orderAsc, OCommandContext ctx, boolean profilingEnabled) FetchFromIndexStep(OIndex index, OBooleanExpression condition, OBinaryCondition additionalRangeCondition, OCommandContext ctx, boolean profilingEnabled) FetchFromIndexValuesStep(OIndex index, boolean asc, OCommandContext ctx, boolean profilingEnabled) IndexSearchDescriptor(OIndex idx, OAndBlock keyCondition, OBinaryCondition additional, OBooleanExpression remainingCondition) -
Uses of OIndex in com.orientechnologies.orient.core.sql.operator
Methods in com.orientechnologies.orient.core.sql.operator with parameters of type OIndexModifier and TypeMethodDescriptionOQueryOperator.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) Performs index query and returns index stream which presents subset of index data which corresponds to result of execution of given operator.OQueryOperatorBetween.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorContains.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorContainsKey.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorContainsText.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorContainsValue.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorEquals.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorIn.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorIs.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorMajor.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorMajorEquals.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorMinor.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OQueryOperatorMinorEquals.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) protected voidOQueryOperator.updateProfiler(OCommandContext iContext, OIndex index, List<Object> keyParams, OIndexDefinition indexDefinition) -
Uses of OIndex in com.orientechnologies.orient.core.tx
Methods in com.orientechnologies.orient.core.tx with parameters of type OIndexModifier and TypeMethodDescriptionvoidOTransaction.addIndexEntry(OIndex index, String indexName, OTransactionIndexChanges.OPERATION operation, Object key, OIdentifiable value) Adds the transactional index entry in this transaction.voidOTransactionNoTx.addIndexEntry(OIndex delegate, String indexName, OTransactionIndexChanges.OPERATION status, Object key, OIdentifiable value) voidOTransactionOptimistic.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue, boolean clientTrackOnly) voidOTransactionRealAbstract.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue) voidOTransactionRealAbstract.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue, boolean clientTrackOnly) Bufferizes index changes to be flushed at commit time. -
Uses of OIndex in com.orientechnologies.orient.etl.listener
Methods in com.orientechnologies.orient.etl.listener with parameters of type OIndexModifier and TypeMethodDescriptionvoidOETLDefaultImporterListener.onJoinNotFound(ODatabaseDocument db, OCommandContext iContext, OIndex iIndex, Object iKey) voidOETLImporterListener.onJoinNotFound(ODatabaseDocument db, OCommandContext iContext, OIndex iIndex, Object iKey) voidOETLScriptImporterListener.onJoinNotFound(ODatabaseDocument db, OCommandContext iContext, OIndex iIndex, Object iKey) -
Uses of OIndex in com.orientechnologies.orient.object.dictionary
Constructors in com.orientechnologies.orient.object.dictionary with parameters of type OIndexModifierConstructorDescriptionODictionaryWrapper(ODatabaseObject iDatabase, OIndex index) Deprecated. -
Uses of OIndex in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata that return OIndexModifier and TypeMethodDescriptionOIndexManagerDistributed.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerDistributed.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) OIndexManagerDistributed.distributedCreateIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String engine) -
Uses of OIndex in com.orientechnologies.orient.server.tx
Methods in com.orientechnologies.orient.server.tx with parameters of type OIndexModifier and TypeMethodDescriptionvoidOTransactionOptimisticServer.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue) voidOTransactionOptimisticServer.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue, boolean clientTrackOnly) -
Uses of OIndex in com.orientechnologies.spatial.index
Classes in com.orientechnologies.spatial.index that implement OIndex -
Uses of OIndex in com.orientechnologies.spatial.operator
Methods in com.orientechnologies.spatial.operator with parameters of type OIndexModifier and TypeMethodDescriptionOLuceneNearOperator.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OLuceneOverlapOperator.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) OLuceneWithinOperator.executeIndexQuery(OCommandContext iContext, OIndex index, List<Object> keyParams, boolean ascSortOrder) -
Uses of OIndex in com.tinkerpop.blueprints.impls.orient
Fields in com.tinkerpop.blueprints.impls.orient declared as OIndexModifier and TypeFieldDescriptionprotected OIndexOrientIndexManual.recordKeyValueIndexprotected OIndexOrientIndexManual.underlyingMethods in com.tinkerpop.blueprints.impls.orient that return OIndexModifier and TypeMethodDescriptionOrientElementType.createIndex(String iName, OClass.INDEX_TYPE iType, OProgressListener iProgressListener, String... fields) OrientElementType.createIndex(String iName, OClass.INDEX_TYPE iType, String... fields) OrientElementType.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OrientElementType.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) OrientElementType.createIndex(String iName, String iType, String... fields) OrientIndexManual.getUnderlying()Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OIndexModifier and TypeMethodDescriptionprotected ObjectOrientBaseGraph.convertKey(OIndex idx, Object iValue) protected Object[]OrientBaseGraph.convertKeys(OIndex idx, Object[] iValue) Constructors in com.tinkerpop.blueprints.impls.orient with parameters of type OIndexModifierConstructorDescriptionprotectedOrientIndexManual(OrientBaseGraph orientGraph, OIndex rawIndex)