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.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.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) 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.OSessionIndexManager.createIndex(String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OSessionIndexManager.createIndex(String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) OIndex.delete()Delete the index.OIndexManager.getClassAutoShardingIndex(String className) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getClassAutoShardingIndex(ODatabaseDocumentInternal database, String className) OIndexManagerRemote.getClassAutoShardingIndex(ODatabaseDocumentInternal database, String className) OIndexManagerShared.getClassAutoShardingIndex(ODatabaseDocumentInternal database, String className) OSessionIndexManager.getClassAutoShardingIndex(String className) OIndexManager.getClassIndex(String className, String indexName) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getClassIndex(ODatabaseDocumentInternal database, String className, String indexName) OIndexManagerRemote.getClassIndex(ODatabaseDocumentInternal database, String className, String indexName) OIndexManagerShared.getClassIndex(ODatabaseDocumentInternal database, String className, String indexName) OSessionIndexManager.getClassIndex(String className, String indexName) Index by specified name.OIndexManagerAbstract.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) OIndexManagerRemote.getClassIndexes(ODatabaseDocumentInternal database, String className) OIndexManagerShared.getClassIndexes(ODatabaseDocumentInternal database, String className) OSessionIndexManager.getClassIndexes(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) 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) OSessionIndexManager.getClassInvolvedIndexes(String className, String... fields) OSessionIndexManager.getClassInvolvedIndexes(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>OIndexManagerRemote.getIndexes(ODatabaseDocumentInternal database) Collection<? extends OIndex>OIndexManagerShared.getIndexes(ODatabaseDocumentInternal database) Collection<? extends OIndex>OSessionIndexManager.getIndexes()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) static voidOClassIndexManager.reIndex(ODocument document, ODatabaseDocumentInternal database, OIndex index) voidOIndexManager.removeClassPropertyIndex(OIndex idx) Deprecated.voidOIndexManagerAbstract.removeClassPropertyIndex(OIndex idx) voidOIndexManagerRemote.removeClassPropertyIndex(OIndex idx) voidOIndexManagerShared.removeClassPropertyIndex(OIndex idx) voidOSessionIndexManager.removeClassPropertyIndex(OIndex idx) 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) voidOIndexManagerRemote.getClassIndexes(ODatabaseDocumentInternal database, String className, Collection<OIndex> indexes) voidOIndexManagerShared.getClassIndexes(ODatabaseDocumentInternal database, String className, Collection<OIndex> indexes) voidOSessionIndexManager.getClassIndexes(String className, Collection<OIndex> indexes) voidOIndexManagerAbstract.getClassRawIndexes(String name, Collection<OIndex> indexes2) voidOIndexManagerRemote.getClassRawIndexes(String className, Collection<OIndex> indexes) voidOIndexManagerShared.getClassRawIndexes(String className, Collection<OIndex> indexes) voidOSessionIndexManager.getClassRawIndexes(String name, 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.executor
Methods in com.orientechnologies.orient.core.sql.executor with parameters of type OIndexModifier and TypeMethodDescriptionConstructors in com.orientechnologies.orient.core.sql.executor with parameters of type OIndexModifierConstructorDescriptionDeleteFromIndexStep(OIndex index, OIndexCandidate condition, OBooleanExpression ridCondition) -
Uses of OIndex in com.orientechnologies.orient.core.sql.executor.metadata
Methods in com.orientechnologies.orient.core.sql.executor.metadata that return types with arguments of type OIndexModifier and TypeMethodDescriptionprotected Collection<OIndex>OClassIndexFinder.findIndexes(OClass cl, String field) protected Collection<OIndex>OClassIndexFinder.findIndexesFullText(OClass cl, String field) Methods in com.orientechnologies.orient.core.sql.executor.metadata with parameters of type OIndexModifier and TypeMethodDescriptionprotected OIndexCandidateOClassIndexFinder.newCandidate(OIndexKeySource value, String prop, OIndexFinder.Operation operation, OIndex index, boolean requireDistinct) Constructors in com.orientechnologies.orient.core.sql.executor.metadata with parameters of type OIndex -
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) voidOTransactionOptimistic.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 org.apache.tinkerpop.gremlin.orientdb
Fields in org.apache.tinkerpop.gremlin.orientdb declared as OIndexMethods in org.apache.tinkerpop.gremlin.orientdb with parameters of type OIndexModifier and TypeMethodDescriptionprotected ObjectOrientGraph.convertValue(OIndex idx, Object iValue) OGraph.getIndexedEdges(OIndex index, Iterator<Object> valueIter) Deprecated.OrientGraph.getIndexedEdges(OIndex index, Iterator<Object> valueIter) OrientStandardGraph.getIndexedEdges(OIndex index, Iterator<Object> valueIter) OGraph.getIndexedVertices(OIndex index, Iterator<Object> valueIter) Deprecated.OrientGraph.getIndexedVertices(OIndex index, Iterator<Object> valueIter) OrientStandardGraph.getIndexedVertices(OIndex index, Iterator<Object> valueIter) Constructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type OIndex