com.orientechnologies.orient.core.index.OIndexManager to com.orientechnologies.orient.core.index.OIndexManagerAbstract
No. of Instances - 75
No. of Commits - 4
No. of Projects - {'orientdb'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- Update argument list (Method invocation)
- dropIndex to dropIndex
- dropIndex to dropIndex
- createIndex to createIndex
- getIndex to getIndex
- dropIndex to dropIndex
- dropIndex to dropIndex
- dropIndex to dropIndex
- createIndex to createIndex
- getIndex to getIndex
- createIndex to createIndex
- createIndex to createIndex
- createIndex to createIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- createIndex to createIndex
- getClassIndex to getClassIndex
- getClassIndex to getClassIndex
- createIndex to createIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- createIndex to createIndex
- dropIndex to dropIndex
- getIndex to getIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getIndex to getIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getClassInvolvedIndexes to getClassInvolvedIndexes
- createIndex to createIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- dropIndex to dropIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- createIndex to createIndex
- dropIndex to dropIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getClassIndexes to getClassIndexes
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getIndex to getIndex
- getIndex to getIndex
- getClassIndex to getClassIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getClassIndex to getClassIndex
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getClassIndexes to getClassIndexes
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getClassInvolvedIndexes to getClassInvolvedIndexes
- getClassInvolvedIndexes to getClassInvolvedIndexes
- Add or Remove Method invocation
- indexManager.getClassIndexes(cls.getName()) to indexManager.getClassIndexes(database,cls.getName())
- indexManagerTwo.getIndex(indexOne.getName()) to indexManagerTwo.getIndex(database,indexOne.getName())
- makeDbCall(databaseTwo,database -> indexManagerTwo.getIndex(ODatabaseImport.EXPORT_IMPORT_INDEX_NAME) != null) to makeDbCall(databaseTwo,database -> indexManagerTwo.getIndex(database,ODatabaseImport.EXPORT_IMPORT_INDEX_NAME) != null)
- indexManager.getIndex(indexName) to indexManager.getIndex(database,indexName)
- indexManager.getIndex("V.surname") to indexManager.getIndex(db,"V.surname")
- indexManager.getClassInvolvedIndexes(className,Arrays.asList("one","two")) to indexManager.getClassInvolvedIndexes(database,className,Arrays.asList("one","two"))
- indexManager.getClassInvolvedIndexes(className,Arrays.asList("one","two","three")) to indexManager.getClassInvolvedIndexes(database,className,Arrays.asList("one","two","three"))
- indexManager.getClassInvolvedIndexes(className,Arrays.asList("two")) to indexManager.getClassInvolvedIndexes(database,className,Arrays.asList("two"))
- indexManager.getClassInvolvedIndexes(className,Arrays.asList("two","one","three")) to indexManager.getClassInvolvedIndexes(database,className,Arrays.asList("two","one","three"))
- indexManager.getIndex("anotherproperty") to indexManager.getIndex(database,"anotherproperty")
- indexManager.getClassIndex(CLASS_NAME,"anotherproperty") to indexManager.getClassIndex(database,CLASS_NAME,"anotherproperty")
- indexManager.getIndex("anotherproperty") to indexManager.getIndex(database,"anotherproperty")
- indexManager.getClassIndex(CLASS_NAME,"anotherproperty") to indexManager.getClassIndex(database,CLASS_NAME,"anotherproperty")
- indexManager.getClassIndexes("indexManagerTestClassTwo").isEmpty() to indexManager.getClassIndexes(database,"indexManagerTestClassTwo").isEmpty()
- indexManager.getClassIndexes("indexManagerTestClassTwo").isEmpty() to indexManager.getClassIndexes(database,"indexManagerTestClassTwo").isEmpty()