|
Change Parameter Type database : ODatabase to database : ODatabaseDocumentInternal in method private relatedIndexes(fieldName String, database ODatabaseDocumentInternal) : List<OIndex<?>> in class com.orientechnologies.orient.core.sql.parser.ODropPropertyStatement |
From |
To |
|
Change Parameter Type iDatabase : ODatabaseDocument to iDatabase : ODatabaseDocumentInternal in method public OrientJdbcDatabaseMetaData(iConnection OrientJdbcConnection, iDatabase ODatabaseDocumentInternal) in class com.orientechnologies.orient.jdbc.OrientJdbcDatabaseMetaData |
From |
To |
|
Change Parameter Type manager : OIndexManager to manager : OIndexManagerAbstract in method private lockRidBags(clusters TreeMap<Integer,OCluster>, indexes TreeMap<String,OTransactionIndexChanges>, manager OIndexManagerAbstract, db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Change Parameter Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public resolveAssociatedIndex(indexName String, indexManager OIndexManagerAbstract, db ODatabaseDocumentInternal) : OIndexInternal<?> in class com.orientechnologies.orient.core.tx.OTransactionIndexChanges |
From |
To |
|
Change Parameter Type db : ODatabaseSession to db : ODatabaseDocumentInternal in method private updateViews(db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.db.viewmanager.ViewManager |
From |
To |
|
Change Parameter Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public updateView(view OView, db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.db.viewmanager.ViewManager |
From |
To |
|
Change Parameter Type database : ODatabase to database : ODatabaseDocumentInternal in method private getoIndex(oClass OClass, fields String[], engine String, database ODatabaseDocumentInternal, collatesList List<OCollate>, metadataDoc ODocument) : OIndex<?> in class com.orientechnologies.orient.core.sql.parser.OCreateIndexStatement |
From |
To |
|
Change Parameter Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method private createSchema(db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.etl.loader.OETLOrientDBLoader |
From |
To |
|
Change Parameter Type iDatabase : ODatabaseDocument to database : ODatabaseDocumentInternal in method public setDatabase(database ODatabaseDocumentInternal) : ODatabaseTool in class com.orientechnologies.orient.core.db.tool.ODatabaseTool |
From |
To |
|
Change Parameter Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method protected lookup(db ODatabaseDocumentInternal, joinValue Object, iReturnRIDS boolean) : Object in class com.orientechnologies.orient.etl.transformer.OETLAbstractLookupTransformer |
From |
To |
|
Change Parameter Type db : ODatabase to db : ODatabaseDocumentInternal in method private init(condition OBooleanExpression, db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.sql.executor.FetchFromIndexStep |
From |
To |
|
Change Parameter Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public cleanUnusedViewIndexes(db ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.db.viewmanager.ViewManager |
From |
To |
|
Change Parameter Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method private executeClassIndexes(iRequest OHttpRequest, iResponse OHttpResponse, db ODatabaseDocumentInternal, operation String, rid String, className String, fields Map<String,String>) : void in class com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostStudio |
From |
To |
|
Change Parameter Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method private createNewIndexesForView(view OView, cluster int, db ODatabaseDocumentInternal) : List<OIndex> in class com.orientechnologies.orient.core.db.viewmanager.ViewManager |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private removeClusterFromIndexes(iId int) : void in class com.orientechnologies.orient.core.metadata.schema.OClassImpl |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private importIndexes() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseImport |
From |
To |
|
Change Variable Type db : ODatabase to db : ODatabaseDocumentInternal in method private calculateTargetClusters(info QueryPlanningInfo, ctx OCommandContext) : Set<String> in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Change Variable Type database : ODatabaseDocument to database : ODatabaseDocumentInternal in method private relatedIndexes(fieldName String) : List<OIndex<?>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLDropProperty |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method protected setCollateInternal(iCollate String) : OProperty in class com.orientechnologies.orient.core.metadata.schema.OPropertyEmbedded |
From |
To |
|
Change Variable Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public execute(iRequest OHttpRequest, iResponse OHttpResponse) : boolean in class com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetIndex |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private dropClassIndexes(database ODatabaseDocumentInternal, cls OClass) : void in class com.orientechnologies.orient.core.metadata.schema.OSchemaEmbedded |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method protected checkForKeyType(iKey Object) : void in class com.orientechnologies.orient.core.index.OIndexAbstractDelegate |
From |
To |
|
Change Variable Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public execute(iRequest OHttpRequest, iResponse OHttpResponse) : boolean in class com.orientechnologies.orient.server.network.protocol.http.command.put.OServerCommandPutIndex |
From |
To |
|
Change Variable Type idxMgr : OIndexManager to idxMgr : OIndexManagerAbstract in method private createNewIndexesForView(view OView, cluster int, db ODatabaseDocumentInternal) : List<OIndex> in class com.orientechnologies.orient.core.db.viewmanager.ViewManager |
From |
To |
|
Change Variable Type metadata : OMetadata to metadata : OMetadataInternal in method protected getLuceneFullTextIndex(ctx OCommandContext, indexName String) : OLuceneFullTextIndex in class com.orientechnologies.lucene.functions.OLuceneFunctionsUtils |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public areIndexed(fields Collection<String>) : boolean in class com.orientechnologies.orient.core.metadata.schema.OClassImpl |
From |
To |
|
Change Variable Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public call(g OrientBaseGraph) : OClass in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.createKeyIndex.executeOutsideTx |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method public rebuildIndexes() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseImport |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private removeDefaultNonSecurityClasses() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseImport |
From |
To |
|
Change Variable Type db : ODatabase to db : ODatabaseDocumentInternal in method public executeDDL(ctx OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.ODropIndexStatement |
From |
To |
|
Change Variable Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public check(databaseIdentifier ODatabaseIdentifier) : void in class com.orientechnologies.orient.stresstest.workload.OCRUDWorkload |
From |
To |
|
Change Variable Type metadata : OMetadata to metadata : OMetadataInternal in method public getIndexInfo(catalog String, schema String, table String, unique boolean, approximate boolean) : ResultSet in class com.orientechnologies.orient.jdbc.OrientJdbcDatabaseMetaData |
From |
To |
|
Change Variable Type database : ODatabase to database : ODatabaseDocumentInternal in method package execute(ctx OCommandContext) : Object in class com.orientechnologies.orient.core.sql.parser.OCreateIndexStatement |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private addClusterIdToIndexes(iId int) : void in class com.orientechnologies.orient.core.metadata.schema.OClassImpl |
From |
To |
|
Change Variable Type idxMgr : OIndexManager to idxMgr : OIndexManagerAbstract in method public executeDDL(ctx OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.ODropIndexStatement |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private exportIndexDefinitions() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseExport |
From |
To |
|
Change Variable Type database : ODatabaseDocument to database : ODatabaseDocumentInternal in method protected setCollateInternal(iCollate String) : OProperty in class com.orientechnologies.orient.core.metadata.schema.OPropertyEmbedded |
From |
To |
|
Change Variable Type database : ODatabaseDocument to database : ODatabaseDocumentInternal in method public executeSimple(ctx OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.ORebuildIndexStatement |
From |
To |
|
Change Variable Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public execute(iRequest OHttpRequest, iResponse OHttpResponse) : boolean in class com.orientechnologies.orient.server.network.protocol.http.command.delete.OServerCommandDeleteIndex |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private importManualIndexes() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseImport |
From |
To |
|
Change Variable Type database : ODatabase to database : ODatabaseDocumentInternal in method public executeDDL(ctx OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.ODropPropertyStatement |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private commit(transaction OTransactionInternal, allocated boolean) : List<ORecordOperation> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Change Variable Type idxManager : OIndexManager to idxManager : OIndexManagerAbstract in method protected exec(iRequest OHttpRequest, iResponse OHttpResponse, urlParts String[]) : void in class com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetDatabase |
From |
To |
|
Change Variable Type database : ODatabaseDocument to database : ODatabaseDocumentInternal in method public execute(iArgs Map<Object,Object>) : Object in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLRebuildIndex |
From |
To |
|
Change Variable Type indexManager : OIndexManager to indexManager : OIndexManagerAbstract in method private exportManualIndexes() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseExport |
From |
To |
|
Change Variable Type database : ODatabaseDocument to database : ODatabaseDocumentInternal in method public execute(iArgs Map<Object,Object>) : Object in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLCreateIndex |
From |
To |
|
Change Variable Type db : ODatabaseDocument to db : ODatabaseDocumentInternal in method public execute(iRequest OHttpRequest, iResponse OHttpResponse) : boolean in class com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostStudio |
From |
To |