|
Change Parameter Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public onIndexManagerUpdate(database String, indexManager OIndexManagerAbstract) : void in class com.orientechnologies.orient.server.OQueryMetadataUpdateListener |
From |
To |
|
Change Parameter Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public onIndexManagerUpdate(database String, indexManager OIndexManagerAbstract) : void in class com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache |
From |
To |
|
Change Parameter Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public onIndexManagerUpdate(database String, indexManager OIndexManagerAbstract) : void in class com.orientechnologies.orient.server.OPushManager |
From |
To |
|
Change Parameter Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public onIndexManagerUpdate(database String, indexManager OIndexManagerAbstract) : void in class com.orientechnologies.orient.core.db.OMetadataUpdateListener |
From |
To |
|
Change Parameter Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public onIndexManagerUpdate(database String, indexManager OIndexManagerAbstract) : void in class com.orientechnologies.orient.core.metadata.schema.SchemaSnapshotOnIndexesUpdateListener |
From |
To |
|
Move Method public distributedCreateIndex(iName String, iType String, iIndexDefinition OIndexDefinition, iClusterIdsToIndex int[], progressListener OProgressListener, metadata ODocument, engine String) : OIndex<?> from class com.orientechnologies.orient.core.index.OIndexManagerProxy to public distributedCreateIndex(iName String, iType String, iIndexDefinition OIndexDefinition, iClusterIdsToIndex int[], progressListener OProgressListener, metadata ODocument, engine String, database ODatabaseDocumentInternal) : OIndex<?> from class com.orientechnologies.orient.server.distributed.impl.metadata.OIndexManagerDistributed |
From |
To |
|
Move Method private isDistributedCommand() : boolean from class com.orientechnologies.orient.core.index.OIndexManagerProxy to private isDistributedCommand(database ODatabaseDocumentInternal) : boolean from class com.orientechnologies.orient.server.distributed.impl.metadata.OIndexManagerDistributed |
From |
To |
|
Move Method public distributedDropIndex(iName String) : void from class com.orientechnologies.orient.core.index.OIndexManagerProxy to public distributedDropIndex(database ODatabaseDocumentInternal, iName String) : void from class com.orientechnologies.orient.server.distributed.impl.metadata.OIndexManagerDistributed |
From |
To |
|
Extract And Move Method public createIndex(database ODatabaseDocumentInternal, iName String, iType String, iIndexDefinition OIndexDefinition, iClusterIdsToIndex int[], progressListener OProgressListener, metadata ODocument, algorithm String) : OIndex<?> extracted from public createIndex(iName String, iType String, iIndexDefinition OIndexDefinition, iClusterIdsToIndex int[], progressListener OProgressListener, metadata ODocument, algorithm String) : OIndex<?> in class com.orientechnologies.orient.core.index.OIndexManagerProxy & moved to class com.orientechnologies.orient.server.distributed.impl.metadata.OIndexManagerDistributed |
From |
To |
|
Extract And Move Method public createIndex(database ODatabaseDocumentInternal, iName String, iType String, indexDefinition OIndexDefinition, clusterIdsToIndex int[], progressListener OProgressListener, metadata ODocument) : OIndex<?> extracted from public createIndex(iName String, iType String, indexDefinition OIndexDefinition, clusterIdsToIndex int[], progressListener OProgressListener, metadata ODocument) : OIndex<?> in class com.orientechnologies.orient.core.index.OIndexManagerProxy & moved to class com.orientechnologies.orient.server.distributed.impl.metadata.OIndexManagerDistributed |
From |
To |
|
Extract And Move Method public dropIndex(database ODatabaseDocumentInternal, iIndexName String) : void extracted from public dropIndex(iIndexName String) : OIndexManager in class com.orientechnologies.orient.core.index.OIndexManagerProxy & moved to class com.orientechnologies.orient.server.distributed.impl.metadata.OIndexManagerDistributed |
From |
To |