|
Rename Method public nodeLegacyIndexQuery(indexName String, key String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public successfulMigrationLegacyIndexes() : void renamed to public successfulMigrationExplicitIndexes() : void in class org.neo4j.storeupgrade.ExplicitIndexesUpgradeTest |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> renamed to public nodeExplicitIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexGetConfiguration(indexName String) : Map<String,String> renamed to public relationshipExplicitIndexGetConfiguration(indexName String) : Map<String,String> in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method package createLuceneLegacyIndexUpgrader(indexRootPath Path, progressMonitor MigrationProgressMonitor.Section) : LuceneLegacyIndexUpgrader renamed to package createLuceneExplicitIndexUpgrader(indexRootPath Path, progressMonitor MigrationProgressMonitor.Section) : LuceneExplicitIndexUpgrader in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest.TestExplicitIndexMigrator |
From |
To |
|
Rename Method public nodeLegacyIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public nodeExplicitIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String renamed to public nodeExplicitIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public legacyIndexTxState() : LegacyIndexTransactionState renamed to public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.api.txstate.TxStateHolder |
From |
To |
|
Rename Method public nodeLegacyIndexesGetAll() : String[] renamed to public relationshipExplicitIndexesGetAll() : String[] in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method private gatherLegacyIndexFiles(files Collection<StoreFileMetadata>) : Resource renamed to private gatherExplicitIndexFiles(files Collection<StoreFileMetadata>) : Resource in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing |
From |
To |
|
Rename Method public relationshipLegacyIndexGet(statement KernelStatement, indexName String, key String, value Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public notifyAboutLegacyIndexFolderRemoval() : void renamed to public notifyAboutExplicitIndexFolderRemoval() : void in class org.neo4j.store.watch.FileWatchIT |
From |
To |
|
Rename Method public successfulMigrationWithoutLegacyIndexes() : void renamed to public successfulMigrationWithoutExplicitIndexes() : void in class org.neo4j.storeupgrade.ExplicitIndexesUpgradeTest |
From |
To |
|
Rename Method public nodeLegacyIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public nodeExplicitIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String renamed to public relationshipExplicitIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public nodeLegacyIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean renamed to public nodeExplicitIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method private createLegacyIndex() : void renamed to private createExplicitIndex() : void in class org.neo4j.kernel.builtinprocs.ProcedureResourcesIT |
From |
To |
|
Rename Method public relationshipLegacyIndexGetConfiguration(indexName String) : Map<String,String> renamed to public relationshipExplicitIndexGetConfiguration(indexName String) : Map<String,String> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public legacyIndexResourceId(name String, key String) : long renamed to public explicitIndexResourceId(name String, key String) : long in class org.neo4j.kernel.impl.locking.ResourceTypes |
From |
To |
|
Rename Method public legacyIndexTxState() : LegacyIndexTransactionState renamed to public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest.SimpleTxStateHolder |
From |
To |
|
Rename Method public nodeAddToLegacyIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void renamed to public nodeAddToExplicitIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public shouldListAndReadLegacyIndexesForReadOnlyDb() : void renamed to public shouldListAndReadExplicitIndexesForReadOnlyDb() : void in class org.neo4j.index.AccessExplicitIndexReadOnlyIT |
From |
To |
|
Rename Method public nodeLegacyIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public nodeExplicitIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String renamed to public relationshipExplicitIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method private createRelationshipLegacyIndexWithSingleRelationship(db GraphDatabaseService, indexName String) : void renamed to private createRelationshipExplicitIndexWithSingleRelationship(db GraphDatabaseService, indexName String) : void in class org.neo4j.index.ExplicitIndexTest |
From |
To |
|
Rename Method private notifyLegacyIndexOperationQueue() : void renamed to private notifyExplicitIndexOperationQueue() : void in class org.neo4j.kernel.impl.api.ExplicitIndexTransactionApplier |
From |
To |
|
Rename Method public relationshipLegacyIndexesGetAll() : String[] renamed to public nodeExplicitIndexesGetAll() : String[] in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexExists(indexName String, customConfiguration Map<String,String>) : boolean renamed to public relationshipExplicitIndexExists(indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public relationshipLegacyIndexGet(name String, key String, valueOrNull Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexGet(name String, key String, valueOrNull Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public nodeLegacyIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean renamed to public nodeExplicitIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public setHasLegacyIndexChanges(hasLegacyIndexChanges boolean) : void renamed to public setHasExplicitIndexChanges(hasExplicitIndexChanges boolean) : void in class org.neo4j.kernel.impl.transaction.log.FakeCommitment |
From |
To |
|
Rename Method public nodeLegacyIndexDrop(statement KernelStatement, indexName String) : void renamed to public nodeExplicitIndexDrop(statement KernelStatement, indexName String) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public verifyLegacyIndex() : void renamed to public verifyExplicitIndex() : void in class upgrade.DatabaseContentVerifier |
From |
To |
|
Rename Method public relationshipLegacyIndexesGetAll(statement KernelStatement) : String[] renamed to public relationshipExplicitIndexesGetAll(statement KernelStatement) : String[] in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean renamed to public relationshipExplicitIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public nodeLegacyIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public nodeExplicitIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public nodeLegacyIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexDrop(statement KernelStatement, indexName String) : void renamed to public relationshipExplicitIndexDrop(statement KernelStatement, indexName String) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexDrop(statement KernelStatement, indexName String) : void renamed to public relationshipExplicitIndexDrop(statement KernelStatement, indexName String) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method private newLegacyIndexTxState() : LegacyIndexTransactionStateImpl renamed to private newExplicitIndexTxState() : ExplicitIndexTransactionStateImpl in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Rename Method public nodeLegacyIndexGetConfiguration(indexName String) : Map<String,String> renamed to public nodeExplicitIndexGetConfiguration(indexName String) : Map<String,String> in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public nodeLegacyIndexExists(indexName String, customConfiguration Map<String,String>) : boolean renamed to public nodeExplicitIndexExists(indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public nodeAddToLegacyIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void renamed to public nodeAddToExplicitIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public nodeRemoveFromLegacyIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void renamed to public nodeRemoveFromExplicitIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexQuery(indexName String, key String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public nodeRemoveFromLegacyIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void renamed to public nodeRemoveFromExplicitIndex(statement KernelStatement, indexName String, node long, key String, value Object) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public legacyIndexUsage(identifier String, entityType String, index String) : IndexUsage renamed to public explicitIndexUsage(identifier String, entityType String, index String) : IndexUsage in class org.neo4j.kernel.api.query.IndexUsage |
From |
To |
|
Rename Method public relationshipLegacyIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> renamed to public relationshipExplicitIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexesGetAll(statement KernelStatement) : String[] renamed to public nodeExplicitIndexesGetAll(statement KernelStatement) : String[] in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public hasLegacyIndexChanges() : boolean renamed to public hasExplicitIndexChanges() : boolean in class org.neo4j.kernel.impl.transaction.log.TransactionCommitment |
From |
To |
|
Rename Method public relationshipRemoveFromLegacyIndex(statement KernelStatement, indexName String, relationship long) : void renamed to public relationshipRemoveFromExplicitIndex(statement KernelStatement, indexName String, relationship long) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeRemoveFromLegacyIndex(statement KernelStatement, indexName String, node long) : void renamed to public nodeRemoveFromExplicitIndex(statement KernelStatement, indexName String, node long) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> renamed to public relationshipExplicitIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public nodeLegacyIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> renamed to public nodeExplicitIndexGetConfiguration(statement KernelStatement, indexName String) : Map<String,String> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public legacyIndexPopulationWithBunchOfFields() : void renamed to public explicitIndexPopulationWithBunchOfFields() : void in class org.neo4j.index.ExplicitIndexTest |
From |
To |
|
Rename Method public validateLegacyIndexedRelationshipProperties() : void renamed to public validateExplicitIndexedRelationshipProperties() : void in class schema.IndexValuesValidationTest |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(indexName String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public hasLegacyIndexChanges() : boolean renamed to public hasExplicitIndexChanges() : boolean in class org.neo4j.kernel.impl.transaction.log.Commitment |
From |
To |
|
Rename Method public nodeLegacyIndexDrop(statement KernelStatement, indexName String) : void renamed to public nodeExplicitIndexDrop(statement KernelStatement, indexName String) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexExists(indexName String, customConfiguration Map<String,String>) : boolean renamed to public relationshipExplicitIndexExists(indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexGet(statement KernelStatement, indexName String, key String, value Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public nodeLegacyIndexGet(indexName String, key String, value Object) : LegacyIndexHits renamed to public nodeExplicitIndexGet(indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method package legacyIndexRead() : LegacyIndexReadOperations renamed to package explicitIndexRead() : ExplicitIndexReadOperations in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Rename Method public relationshipRemoveFromLegacyIndex(statement KernelStatement, indexName String, relationship long) : void renamed to public relationshipRemoveFromExplicitIndex(statement KernelStatement, indexName String, relationship long) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public nodeRemoveFromLegacyIndex(statement KernelStatement, indexName String, node long) : void renamed to public nodeRemoveFromExplicitIndex(statement KernelStatement, indexName String, node long) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public relationshipExplicitIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexesGetAll(statement KernelStatement) : String[] renamed to public nodeExplicitIndexesGetAll(statement KernelStatement) : String[] in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexesGetAll(statement KernelStatement) : String[] renamed to public relationshipExplicitIndexesGetAll(statement KernelStatement) : String[] in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method private getLegacyIndexDirectory(storeDir File) : String renamed to private getExplicitIndexDirectory(storeDir File) : String in class org.neo4j.store.watch.FileWatchIT |
From |
To |
|
Rename Method public nodeLegacyIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexGet(name String, key String, valueOrNull Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexGet(name String, key String, valueOrNull Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public relationshipLegacyIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public relationshipExplicitIndexCreateLazily(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String renamed to public relationshipExplicitIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method private hasLegacyIndexChanges() : boolean renamed to private hasExplicitIndexChanges() : boolean in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Rename Method public nodeLegacyIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexGet(indexName String, key String, value Object) : LegacyIndexHits renamed to public nodeExplicitIndexGet(indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public nodeLegacyIndexGet(statement KernelStatement, indexName String, key String, value Object) : LegacyIndexHits renamed to public nodeExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public nodeRemoveFromLegacyIndex(statement KernelStatement, indexName String, node long, key String) : void renamed to public nodeRemoveFromExplicitIndex(statement KernelStatement, indexName String, node long, key String) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public relationshipExplicitIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String renamed to public nodeExplicitIndexRemoveConfiguration(statement KernelStatement, indexName String, key String) : String in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public validateLegacyIndexedNodeProperties() : void renamed to public validateExplicitIndexedNodeProperties() : void in class schema.IndexValuesValidationTest |
From |
To |
|
Rename Method public hasLegacyIndexChanges() : boolean renamed to public hasExplicitIndexChanges() : boolean in class org.neo4j.kernel.impl.transaction.log.FakeCommitment |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public legacyIndexWriteOperations() : LegacyIndexWriteOperations renamed to public explicitIndexWriteOperations() : ExplicitIndexWriteOperations in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Rename Method public nodeLegacyIndexGetConfiguration(indexName String) : Map<String,String> renamed to public nodeExplicitIndexGetConfiguration(indexName String) : Map<String,String> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method package legacyIndexWrite() : LegacyIndexWriteOperations renamed to package explicitIndexWrite() : ExplicitIndexWriteOperations in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Rename Method public hasWrittenAnyLegacyIndexCommand() : boolean renamed to public hasWrittenAnyExplicitIndexCommand() : boolean in class org.neo4j.kernel.impl.transaction.log.IndexCommandDetector |
From |
To |
|
Rename Method package createLuceneLegacyIndexUpgrader(indexRootPath Path, progressMonitor MigrationProgressMonitor.Section) : LuceneLegacyIndexUpgrader renamed to package createLuceneExplicitIndexUpgrader(indexRootPath Path, progressMonitor MigrationProgressMonitor.Section) : LuceneExplicitIndexUpgrader in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigrator |
From |
To |
|
Rename Method public legacyIndexTxState() : LegacyIndexTransactionState renamed to public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Rename Method public shouldOrderTransactionsMakingLegacyIndexChanges() : void renamed to public shouldOrderTransactionsMakingExplicitIndexChanges() : void in class org.neo4j.kernel.impl.api.ExplicitBatchIndexApplierTest |
From |
To |
|
Rename Method private createNodeLegacyIndexWithSingleNode(db GraphDatabaseService, indexName String) : void renamed to private createNodeExplicitIndexWithSingleNode(db GraphDatabaseService, indexName String) : void in class org.neo4j.index.ExplicitIndexTest |
From |
To |
|
Rename Method public nodeLegacyIndexQuery(indexName String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public nodeRemoveFromLegacyIndex(statement KernelStatement, indexName String, node long, key String) : void renamed to public nodeRemoveFromExplicitIndex(statement KernelStatement, indexName String, node long, key String) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public nodeLegacyIndexGet(statement KernelStatement, indexName String, key String, value Object) : LegacyIndexHits renamed to public nodeExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method private migrateLegacyIndexes(progressMonitor MigrationProgressMonitor.Section) : void renamed to private migrateExplicitIndexes(progressMonitor MigrationProgressMonitor.Section) : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigrator |
From |
To |
|
Rename Method public relationshipLegacyIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void renamed to public relationshipExplicitIndexCreate(statement KernelStatement, indexName String, customConfig Map<String,String>) : void in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public nodeLegacyIndexExists(indexName String, customConfiguration Map<String,String>) : boolean renamed to public nodeExplicitIndexExists(indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public nodeLegacyIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String renamed to public nodeExplicitIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String in class org.neo4j.kernel.impl.api.operations.ExplicitIndexWriteOperations |
From |
To |
|
Rename Method public nodeLegacyIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String renamed to public nodeExplicitIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public nodeLegacyIndexesGetAll() : String[] renamed to public relationshipExplicitIndexesGetAll() : String[] in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public nodeLegacyIndexQuery(indexName String, queryOrQueryObject Object) : LegacyIndexHits renamed to public nodeExplicitIndexQuery(indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public legacyIndexReadOperations() : LegacyIndexReadOperations renamed to public explicitIndexReadOperations() : ExplicitIndexReadOperations in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Rename Method public relationshipLegacyIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String renamed to public relationshipExplicitIndexSetConfiguration(statement KernelStatement, indexName String, key String, value String) : String in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Rename Method public relationshipLegacyIndexQuery(indexName String, queryOrQueryObject Object, startNode long, endNode long) : LegacyIndexHits renamed to public relationshipExplicitIndexQuery(indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public nodeCanBeLegacyIndexedInBeforeCommit() : void renamed to public nodeCanBeExplicitIndexedInBeforeCommit() : void in class org.neo4j.kernel.impl.event.TestTransactionEventsWithIndexes |
From |
To |
|
Rename Method public legacyIndexTxState() : LegacyIndexTransactionState renamed to public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.impl.api.KernelStatement |
From |
To |
|
Rename Method public relationshipLegacyIndexesGetAll() : String[] renamed to public nodeExplicitIndexesGetAll() : String[] in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Rename Method public relationshipLegacyIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean renamed to public relationshipExplicitIndexExists(statement KernelStatement, indexName String, customConfiguration Map<String,String>) : boolean in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package ExactTxData(index LuceneExplicitIndex) in class org.neo4j.index.impl.lucene.explicit.ExactTxData |
From |
To |
|
Change Parameter Type legacyIndexStore : LegacyIndexStore to explicitIndexStore : ExplicitIndexStore in method private buildStatementOperations(storeReadLayer StoreReadLayer, autoIndexing AutoIndexing, constraintIndexCreator ConstraintIndexCreator, databaseSchemaState DatabaseSchemaState, guard Guard, explicitIndexStore ExplicitIndexStore) : StatementOperationParts in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Change Parameter Type iterator : LegacyIndexHits to iterator : ExplicitIndexHits in method private toWeightedRelationshipResultStream(iterator ExplicitIndexHits) : Stream<WeightedRelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Parameter Type legacyIndexReadOperations : LegacyIndexReadOperations to explicitIndexReadOperations : ExplicitIndexReadOperations in method public StatementOperationParts(keyReadOperations KeyReadOperations, keyWriteOperations KeyWriteOperations, entityReadOperations EntityReadOperations, entityWriteOperations EntityWriteOperations, schemaReadOperations SchemaReadOperations, schemaWriteOperations SchemaWriteOperations, schemaStateOperations SchemaStateOperations, lockingStatementOperations LockOperations, countsStatementOperations CountsOperations, explicitIndexReadOperations ExplicitIndexReadOperations, explicitIndexWriteOperations ExplicitIndexWriteOperations, queryRegistrationOperations QueryRegistrationOperations) in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package getRemovedIds(index LuceneExplicitIndex, query Query) : Collection<EntityId> in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package delete(index LuceneExplicitIndex) : void in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package newTxData(index LuceneExplicitIndex) : TxData in class org.neo4j.index.impl.lucene.explicit.IndexType |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package getRemovedIds(index LuceneExplicitIndex, key String, value Object) : Collection<EntityId> in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type ids : LegacyIndexHits to ids : ExplicitIndexHits in method protected wrapIndexHits(ids ExplicitIndexHits) : IndexHits<T> in class org.neo4j.kernel.impl.coreapi.ExplicitIndexProxy |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package removedTxDataOrNull(index LuceneExplicitIndex) : TxDataHolder in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type iterator : LegacyIndexHits to iterator : ExplicitIndexHits in method private toWeightedNodeResultStream(iterator ExplicitIndexHits) : Stream<WeightedNodeResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Parameter Type legacyIndexWriteOperations : LegacyIndexWriteOperations to explicitIndexWriteOperations : ExplicitIndexWriteOperations in method public StatementOperationParts(keyReadOperations KeyReadOperations, keyWriteOperations KeyWriteOperations, entityReadOperations EntityReadOperations, entityWriteOperations EntityWriteOperations, schemaReadOperations SchemaReadOperations, schemaWriteOperations SchemaWriteOperations, schemaStateOperations SchemaStateOperations, lockingStatementOperations LockOperations, countsStatementOperations CountsOperations, explicitIndexReadOperations ExplicitIndexReadOperations, explicitIndexWriteOperations ExplicitIndexWriteOperations, queryRegistrationOperations QueryRegistrationOperations) in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Change Parameter Type legacyIndexStore : LegacyIndexStore to explicitIndexStore : ExplicitIndexStore in method public StateHandlingStatementOperations(storeLayer StoreReadLayer, propertyTrackers AutoIndexing, constraintIndexCreator ConstraintIndexCreator, explicitIndexStore ExplicitIndexStore) in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package remove(index LuceneExplicitIndex, entity EntityId, key String) : void in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method package TestKernelTransactions(statementLocksFactory StatementLocksFactory, constraintIndexCreator ConstraintIndexCreator, statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, txHeaderFactory TransactionHeaderInformationFactory, transactionCommitProcess TransactionCommitProcess, indexConfigStore IndexConfigStore, explicitIndexProviderLookup ExplicitIndexProviderLookup, hooks TransactionHooks, transactionMonitor TransactionMonitor, availabilityGuard AvailabilityGuard, tracers Tracers, storageEngine StorageEngine, procedures Procedures, transactionIdStore TransactionIdStore, clock Clock, accessCapability AccessCapability) in class org.neo4j.kernel.impl.api.KernelTransactionsTest.TestKernelTransactions |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package getAddedIds(index LuceneExplicitIndex, key String, value Object) : Collection<EntityId> in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package addedTxDataOrNull(index LuceneExplicitIndex) : TxDataHolder in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package FullTxData(index LuceneExplicitIndex) in class org.neo4j.index.impl.lucene.explicit.FullTxData |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package getAdditionsAsSearcher(index LuceneExplicitIndex, context QueryContext) : IndexSearcher in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type txState : LegacyIndexTransactionState to txState : ExplicitIndexTransactionState in method public CachingExplicitIndexTransactionState(txState ExplicitIndexTransactionState) in class org.neo4j.kernel.impl.api.CachingExplicitIndexTransactionState |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package TxDataBoth(index LuceneExplicitIndex) in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState.TxDataBoth |
From |
To |
|
Change Parameter Type applierLookup : LegacyIndexApplierLookup to applierLookup : ExplicitIndexApplierLookup in method public ExplicitBatchIndexApplier(indexConfigStore IndexConfigStore, applierLookup ExplicitIndexApplierLookup, transactionOrdering IdOrderingQueue, mode TransactionApplicationMode) in class org.neo4j.kernel.impl.api.ExplicitBatchIndexApplier |
From |
To |
|
Change Parameter Type ids : LegacyIndexHits to ids : ExplicitIndexHits in method package ExplicitIndexWrapHits(ids ExplicitIndexHits) in class org.neo4j.kernel.impl.coreapi.ExplicitIndexProxy.ExplicitIndexWrapHits |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package remove(index LuceneExplicitIndex, entity EntityId, key String, value Object) : void in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package getTxData(index LuceneExplicitIndex, createIfNotExists boolean) : TxDataBoth in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type item : LegacyIndexMigrationException to item : ExplicitIndexMigrationException in method protected matchesSafely(item ExplicitIndexMigrationException, mismatchDescription Description) : boolean in class org.neo4j.upgrade.lucene.LuceneExplicitIndexUpgraderTest.ExplicitIndexMigrationExceptionBaseMatcher |
From |
To |
|
Change Parameter Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method private extractCommands(state ExplicitIndexTransactionStateImpl) : Set<StorageCommand> in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package add(index LuceneExplicitIndex, entity EntityId, key String, value Object) : void in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method public KernelTransactions(statementLocksFactory StatementLocksFactory, constraintIndexCreator ConstraintIndexCreator, statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, txHeaderFactory TransactionHeaderInformationFactory, transactionCommitProcess TransactionCommitProcess, indexConfigStore IndexConfigStore, explicitIndexProviderLookup ExplicitIndexProviderLookup, hooks TransactionHooks, transactionMonitor TransactionMonitor, availabilityGuard AvailabilityGuard, tracers Tracers, storageEngine StorageEngine, procedures Procedures, transactionIdStore TransactionIdStore, clock Clock, accessCapability AccessCapability) in class org.neo4j.kernel.impl.api.KernelTransactions |
From |
To |
|
Change Parameter Type legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method private buildStorageEngine(propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, schemaState SchemaState, explicitIndexTransactionOrdering SynchronizedArrayIdOrderingQueue, operationalMode OperationalMode) : StorageEngine in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package DeletedTxDataBoth(index LuceneExplicitIndex) in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState.DeletedTxDataBoth |
From |
To |
|
Change Parameter Type iterators : Collection<LegacyIndexHits> to iterators : Collection<ExplicitIndexHits> in method public CombinedIndexHits(iterators Collection<ExplicitIndexHits>) in class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits |
From |
To |
|
Change Parameter Type ids : LegacyIndexHits to ids : ExplicitIndexHits in method private wrapIndexHits(ids ExplicitIndexHits) : IndexHits<Long> in class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndex |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package remove(index LuceneExplicitIndex, entity EntityId) : void in class org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Change Parameter Type legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method public RecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProviderMap SchemaIndexProviderMap, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode) in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package TxData(index LuceneExplicitIndex) in class org.neo4j.index.impl.lucene.explicit.TxData |
From |
To |
|
Change Parameter Type applierLookup : LegacyIndexApplierLookup to applierLookup : ExplicitIndexApplierLookup in method public ExplicitIndexTransactionApplier(applierLookup ExplicitIndexApplierLookup, indexConfigStore IndexConfigStore, mode TransactionApplicationMode, transactionOrdering IdOrderingQueue) in class org.neo4j.kernel.impl.api.ExplicitIndexTransactionApplier |
From |
To |
|
Change Parameter Type legacyIndexProviders : LegacyIndexProviderLookup to explicitIndexProviders : ExplicitIndexProviderLookup in method public NeoStoreFileListing(storeDir File, labelScanStore LabelScanStore, indexingService IndexingService, explicitIndexProviders ExplicitIndexProviderLookup, storageEngine StorageEngine) in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing |
From |
To |
|
Change Parameter Type legacyIndexTxStateSupplier : Supplier<LegacyIndexTransactionState> to explicitIndexTxStateSupplier : Supplier<ExplicitIndexTransactionState> in method public KernelTransactionImplementation(statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, hooks TransactionHooks, constraintIndexCreator ConstraintIndexCreator, procedures Procedures, headerInformationFactory TransactionHeaderInformationFactory, commitProcess TransactionCommitProcess, transactionMonitor TransactionMonitor, explicitIndexTxStateSupplier Supplier<ExplicitIndexTransactionState>, pool Pool<KernelTransactionImplementation>, clock Clock, transactionTracer TransactionTracer, lockTracer LockTracer, cursorTracerSupplier PageCursorTracerSupplier, storageEngine StorageEngine, accessCapability AccessCapability) in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Change Parameter Type legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method package ExtendedRecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProvider SchemaIndexProvider, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, transactionApplierTransformer Function<BatchTransactionApplierFacade,BatchTransactionApplierFacade>, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode) in class org.neo4j.test.rule.RecordStorageEngineRule.ExtendedRecordStorageEngine |
From |
To |
|
Change Parameter Type iterators : Collection<LegacyIndexHits> to iterators : Collection<ExplicitIndexHits> in method private accumulatedSize(iterators Collection<ExplicitIndexHits>) : int in class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits |
From |
To |
|
Change Parameter Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method package TxDataHolder(index LuceneExplicitIndex, initialData TxData) in class org.neo4j.index.impl.lucene.explicit.TxDataHolder |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexGet(name String, key String, valueOrNull Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type LegacyIndexTransactionStateImpl to ExplicitIndexTransactionStateImpl in method private newExplicitIndexTxState() : ExplicitIndexTransactionStateImpl in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Return Type LuceneLegacyIndexUpgrader to LuceneExplicitIndexUpgrader in method package createLuceneExplicitIndexUpgrader(indexRootPath Path, progressMonitor MigrationProgressMonitor.Section) : LuceneExplicitIndexUpgrader in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest.TestExplicitIndexMigrator |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public relationshipChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.CachingExplicitIndexTransactionState |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type LegacyIndexProviderTransaction to ExplicitIndexProviderTransaction in method public newTransaction(commandFactory IndexCommandFactory) : ExplicitIndexProviderTransaction in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public relationshipChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.api.txstate.ExplicitIndexTransactionState |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type LegacyIndexWriteOperations to ExplicitIndexWriteOperations in method public explicitIndexWriteOperations() : ExplicitIndexWriteOperations in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method package abstract query(operations ReadOperations, name String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.coreapi.ExplicitIndexProxy.Type |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public nodeIndex(indexName String, configuration Map<String,String>) : ExplicitIndex in class org.neo4j.kernel.spi.explicitindex.ExplicitIndexProviderTransaction |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public get(key String, value Object) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type Stream<LegacyIndexInfo> to Stream<ExplicitIndexInfo> in method public list() : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(queryOrQueryObjectOrNull Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex.RelationshipExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public nodeChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.CachingExplicitIndexTransactionState |
From |
To |
|
Change Return Type LegacyIndexProviderTransaction to ExplicitIndexProviderTransaction in method public newTransaction(commandFactory IndexCommandFactory) : ExplicitIndexProviderTransaction in class org.neo4j.kernel.impl.index.DummyIndexImplementation |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public relationshipIndex(indexName String, configuration Map<String,String>) : ExplicitIndex in class org.neo4j.kernel.spi.explicitindex.ExplicitIndexProviderTransaction |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public nodeChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.api.txstate.ExplicitIndexTransactionState |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexGet(indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method protected query(query Query, keyForDirectLookup String, valueForDirectLookup Object, additionalParametersOrNull QueryContext) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexReadOperations to ExplicitIndexReadOperations in method public explicitIndexReadOperations() : ExplicitIndexReadOperations in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexGet(indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type LegacyIndexTransactionState to ExplicitIndexTransactionState in method public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Change Return Type LegacyIndexTransactionState to ExplicitIndexTransactionState in method public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.api.txstate.TxStateHolder |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.index.DummyIndexImplementation.EmptyExplicitIndex |
From |
To |
|
Change Return Type LuceneLegacyIndexUpgrader to LuceneExplicitIndexUpgrader in method package createLuceneExplicitIndexUpgrader(indexRootPath Path, progressMonitor MigrationProgressMonitor.Section) : LuceneExplicitIndexUpgrader in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigrator |
From |
To |
|
Change Return Type Stream<LegacyIndexInfo> to Stream<ExplicitIndexInfo> in method public nodeManualIndex(explicitIndexName String) : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex.NodeExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public relationshipChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public get(key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type Stream<LegacyIndexInfo> to Stream<ExplicitIndexInfo> in method public manualIndexDrop(explicitIndexName String) : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Return Type Stream<LegacyIndexInfo> to Stream<ExplicitIndexInfo> in method public relationshipManualIndex(explicitIndexName String) : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public get(key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.index.DummyIndexImplementation.EmptyExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method private internalGet(key String, value Object, statement Statement) : ExplicitIndexHits in class org.neo4j.kernel.impl.coreapi.ExplicitIndexProxy |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public nodeIndex(indexName String, configuration Map<String,String>) : ExplicitIndex in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public relationshipIndex(indexName String, configuration Map<String,String>) : ExplicitIndex in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction |
From |
To |
|
Change Return Type LegacyIndexProviderTransaction to ExplicitIndexProviderTransaction in method public newTransaction(commandFactory IndexCommandFactory) : ExplicitIndexProviderTransaction in class org.neo4j.kernel.spi.explicitindex.IndexImplementation |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public get(key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex.NodeExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex.NodeExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method private getFromCache(key String, value Object) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method package abstract query(operations ReadOperations, name String, key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.coreapi.ExplicitIndexProxy.Type |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.api.ExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public get(key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexTransactionState to ExplicitIndexTransactionState in method public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.impl.api.KernelStatement |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public get(key String, valueOrNull Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex.RelationshipExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexReadOperations to ExplicitIndexReadOperations in method package explicitIndexRead() : ExplicitIndexReadOperations in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type LegacyIndexWriteOperations to ExplicitIndexWriteOperations in method package explicitIndexWrite() : ExplicitIndexWriteOperations in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.index.DummyIndexImplementation.EmptyExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public get(key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.index.DummyIndexImplementation.EmptyExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexGet(name String, key String, valueOrNull Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(key String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.index.DummyIndexImplementation.EmptyExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.api.ExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Change Return Type LegacyIndexTransactionState to ExplicitIndexTransactionState in method public explicitIndexTxState() : ExplicitIndexTransactionState in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest.SimpleTxStateHolder |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.index.DummyIndexImplementation.EmptyExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public query(key String, queryOrQueryObjectOrNull Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex.RelationshipExplicitIndex |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public nodeExplicitIndexQuery(indexName String, queryOrQueryObject Object) : ExplicitIndexHits in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type LegacyIndex to ExplicitIndex in method public nodeChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.operations.ExplicitIndexReadOperations |
From |
To |
|
Change Return Type LegacyIndexHits to ExplicitIndexHits in method package abstract get(operations ReadOperations, name String, key String, value Object) : ExplicitIndexHits in class org.neo4j.kernel.impl.coreapi.ExplicitIndexProxy.Type |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.PutIfAbsentCommand moved to org.neo4j.index.impl.lucene.explicit.PutIfAbsentCommand |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TestIndexDeletion moved to org.neo4j.index.impl.lucene.explicit.TestIndexDeletion |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplierTest moved to org.neo4j.index.impl.lucene.explicit.LuceneCommandApplierTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexReference moved to org.neo4j.index.impl.lucene.explicit.IndexReference |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.BeginTransactionCommand moved to org.neo4j.index.impl.lucene.explicit.BeginTransactionCommand |
From |
To |
|
Move Class org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexOperations moved to org.neo4j.kernel.impl.api.explicitindex.InternalAutoIndexOperations |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.FullTxData moved to org.neo4j.index.impl.lucene.explicit.FullTxData |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TestIndexNames moved to org.neo4j.index.impl.lucene.explicit.TestIndexNames |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.CommandState moved to org.neo4j.index.impl.lucene.explicit.CommandState |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReferenceFactoryTest moved to org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReferenceFactoryTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneTransactionState moved to org.neo4j.index.impl.lucene.explicit.LuceneTransactionState |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.RemoveFromIndexCommand moved to org.neo4j.index.impl.lucene.explicit.RemoveFromIndexCommand |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.Inserter moved to org.neo4j.index.impl.lucene.explicit.Inserter |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.AutoIndexOperationsTest moved to org.neo4j.index.impl.lucene.explicit.AutoIndexOperationsTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.WorkThread moved to org.neo4j.index.impl.lucene.explicit.WorkThread |
From |
To |
|
Move Class org.neo4j.kernel.spi.legacyindex.IndexCommandFactory moved to org.neo4j.kernel.spi.explicitindex.IndexCommandFactory |
From |
To |
|
Move Class org.neo4j.kernel.impl.api.legacyindex.AbstractIndexHits moved to org.neo4j.kernel.impl.api.explicitindex.AbstractIndexHits |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TestAutoIndexing moved to org.neo4j.index.impl.lucene.explicit.TestAutoIndexing |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TopDocsIterator moved to org.neo4j.index.impl.lucene.explicit.TopDocsIterator |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.ConstantScoreIterator moved to org.neo4j.index.impl.lucene.explicit.ConstantScoreIterator |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.CommitCommand moved to org.neo4j.index.impl.lucene.explicit.CommitCommand |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.RecoveryTest moved to org.neo4j.index.impl.lucene.explicit.RecoveryTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.CombinedIndexHits moved to org.neo4j.index.impl.lucene.explicit.CombinedIndexHits |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.EmptyIndexHits moved to org.neo4j.index.impl.lucene.explicit.EmptyIndexHits |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.DeleteIndexCommand moved to org.neo4j.index.impl.lucene.explicit.DeleteIndexCommand |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexTypeCache moved to org.neo4j.index.impl.lucene.explicit.IndexTypeCache |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.MyStandardAnalyzer moved to org.neo4j.index.impl.lucene.explicit.MyStandardAnalyzer |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.CreateNodeAndIndexByCommand moved to org.neo4j.index.impl.lucene.explicit.CreateNodeAndIndexByCommand |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneBatchInserterIndexProviderNewImplTest moved to org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndexProviderNewImplTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.EntityId moved to org.neo4j.index.impl.lucene.explicit.EntityId |
From |
To |
|
Move Class org.neo4j.kernel.api.legacyindex.AutoIndexOperations moved to org.neo4j.kernel.api.explicitindex.AutoIndexOperations |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.AbstractLuceneIndexTest moved to org.neo4j.index.impl.lucene.explicit.AbstractLuceneIndexTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneDataSource moved to org.neo4j.index.impl.lucene.explicit.LuceneDataSource |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneIndexImplementation moved to org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation |
From |
To |
|
Move Class org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexing moved to org.neo4j.kernel.impl.api.explicitindex.InternalAutoIndexing |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.ExactTxData moved to org.neo4j.index.impl.lucene.explicit.ExactTxData |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexReferenceFactory moved to org.neo4j.index.impl.lucene.explicit.IndexReferenceFactory |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneRecoveryIT moved to org.neo4j.index.impl.lucene.explicit.LuceneRecoveryIT |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.QueryIndexCommand moved to org.neo4j.index.impl.lucene.explicit.QueryIndexCommand |
From |
To |
|
Move Class org.neo4j.kernel.spi.legacyindex.IndexProviders moved to org.neo4j.kernel.spi.explicitindex.IndexProviders |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TestLuceneIndex moved to org.neo4j.index.impl.lucene.explicit.TestLuceneIndex |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.WritableIndexReferenceFactory moved to org.neo4j.index.impl.lucene.explicit.WritableIndexReferenceFactory |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneUtil moved to org.neo4j.index.impl.lucene.explicit.LuceneUtil |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.CommitContext moved to org.neo4j.index.impl.lucene.explicit.CommitContext |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneBatchInserterIndex moved to org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndex |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LowerCaseKeywordAnalyzer moved to org.neo4j.index.impl.lucene.explicit.LowerCaseKeywordAnalyzer |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TestMigration moved to org.neo4j.index.impl.lucene.explicit.TestMigration |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.CustomAnalyzer moved to org.neo4j.index.impl.lucene.explicit.CustomAnalyzer |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.DocToIdIterator moved to org.neo4j.index.impl.lucene.explicit.DocToIdIterator |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneBatchInserterIndexProviderNewImpl moved to org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndexProviderNewImpl |
From |
To |
|
Move Class org.neo4j.kernel.spi.legacyindex.IndexImplementation moved to org.neo4j.kernel.spi.explicitindex.IndexImplementation |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReferenceFactory moved to org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReferenceFactory |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.BatchInsertionIT moved to org.neo4j.index.impl.lucene.explicit.BatchInsertionIT |
From |
To |
|
Move Class org.neo4j.kernel.api.legacyindex.AutoIndexing moved to org.neo4j.kernel.api.explicitindex.AutoIndexing |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.NonUniqueIndexTest moved to org.neo4j.index.impl.lucene.explicit.NonUniqueIndexTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.DieCommand moved to org.neo4j.index.impl.lucene.explicit.DieCommand |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.Contains moved to org.neo4j.index.impl.lucene.explicit.Contains |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexCreationTest moved to org.neo4j.index.impl.lucene.explicit.IndexCreationTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TxData moved to org.neo4j.index.impl.lucene.explicit.TxData |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReference moved to org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReference |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexClockCache moved to org.neo4j.index.impl.lucene.explicit.IndexClockCache |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplier moved to org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier |
From |
To |
|
Move Class org.neo4j.kernel.api.exceptions.legacyindex.AutoIndexingKernelException moved to org.neo4j.kernel.api.exceptions.explicitindex.AutoIndexingKernelException |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexType moved to org.neo4j.index.impl.lucene.explicit.IndexType |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReferenceTest moved to org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReferenceTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.CloseTrackingIndexReader moved to org.neo4j.index.impl.lucene.explicit.CloseTrackingIndexReader |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TxDataHolder moved to org.neo4j.index.impl.lucene.explicit.TxDataHolder |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.RollbackCommand moved to org.neo4j.index.impl.lucene.explicit.RollbackCommand |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexTypeTest moved to org.neo4j.index.impl.lucene.explicit.IndexTypeTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TestAutoIndexReopen moved to org.neo4j.index.impl.lucene.explicit.TestAutoIndexReopen |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.WritableIndexReference moved to org.neo4j.index.impl.lucene.explicit.WritableIndexReference |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.TestIndexDelectionFs moved to org.neo4j.index.impl.lucene.explicit.TestIndexDelectionFs |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.LuceneDataSourceTest moved to org.neo4j.index.impl.lucene.explicit.LuceneDataSourceTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.WritableIndexReferenceFactoryTest moved to org.neo4j.index.impl.lucene.explicit.WritableIndexReferenceFactoryTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.WritableIndexReferenceTest moved to org.neo4j.index.impl.lucene.explicit.WritableIndexReferenceTest |
From |
To |
|
Move Class org.neo4j.index.impl.lucene.legacy.IndexIdentifier moved to org.neo4j.index.impl.lucene.explicit.IndexIdentifier |
From |
To |
|
Change Variable Type applierLookup : LegacyIndexApplierLookup to applierLookup : ExplicitIndexApplierLookup in method public shouldOnlyCreateOneApplierPerProvider() : void in class org.neo4j.kernel.impl.api.ExplicitBatchIndexApplierTest |
From |
To |
|
Change Variable Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method public nodeIndex(indexName String, configuration Map<String,String>) : ExplicitIndex in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction |
From |
To |
|
Change Variable Type primitiveHits : LegacyIndexHits to primitiveHits : ExplicitIndexHits in method private query(query Query, key String, value Object) : IndexHits<Long> in class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndex |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public relationshipManualIndexSearchWithBoundStartNode(indexName String, in Node, query Object) : Stream<WeightedRelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type indexUpgrader : TrackingLuceneLegacyIndexUpgrader to indexUpgrader : TrackingLuceneExplicitIndexUpgrader in method public ignoreFoldersWithoutIndexes() : void in class org.neo4j.upgrade.lucene.LuceneExplicitIndexUpgraderTest |
From |
To |
|
Change Variable Type legacyIndexProvider : LegacyIndexProvider to explicitIndexProvider : ExplicitIndexProvider in method public run(fs FileSystemAbstraction, storeDirectory File, config Config, userLogProvider LogProvider) : void in class org.neo4j.tools.migration.StoreMigration |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public relationshipManualIndexSearchWithBoundEndNode(indexName String, out Node, query Object) : Stream<WeightedRelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public relationshipAutoIndexSearch(query Object) : Stream<WeightedRelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public shouldReportIndexExistsWithMatchingConfiguration() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method private get(fs FileSystemAbstraction, pageCache PageCache, schemaIndexProvider SchemaIndexProvider, databaseHealth DatabaseHealth, storeDirectory File, transactionApplierTransformer Function<BatchTransactionApplierFacade,BatchTransactionApplierFacade>, monitors Monitors) : RecordStorageEngine in class org.neo4j.test.rule.RecordStorageEngineRule |
From |
To |
|
Change Variable Type index : LegacyIndex to index : ExplicitIndex in method public relationshipExplicitIndexGet(statement KernelStatement, indexName String, key String, value Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type indexMigrator : LegacyIndexMigrator to indexMigrator : ExplicitIndexMigrator in method public logErrorWithIndexNameOnIndexMigrationException() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public shouldReportIndexExists() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public shouldThrowOnIndexExistsWithMismatchingConfiguration() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type indexMigrator : LegacyIndexMigrator to indexMigrator : ExplicitIndexMigrator in method public transferOriginalDataToMigrationDirectory() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type applier : LegacyBatchIndexApplier to applier : ExplicitBatchIndexApplier in method public shouldOrderTransactionsMakingExplicitIndexChanges() : void in class org.neo4j.kernel.impl.api.ExplicitBatchIndexApplierTest |
From |
To |
|
Change Variable Type transaction : LegacyIndexProviderTransaction to transaction : ExplicitIndexProviderTransaction in method public nodeChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Change Variable Type indexInfos : List<LegacyIndexInfo> to indexInfos : List<ExplicitIndexInfo> in method public list() : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public relationshipManualIndexSearchWithBoundNodes(indexName String, in Node, out Node, query Object) : Stream<WeightedRelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type applierLookup : LegacyIndexApplierLookup to applierLookup : ExplicitIndexApplierLookup in method public shouldOrderTransactionsMakingExplicitIndexChanges() : void in class org.neo4j.kernel.impl.api.ExplicitBatchIndexApplierTest |
From |
To |
|
Change Variable Type indexMigrator : LegacyIndexMigrator to indexMigrator : ExplicitIndexMigrator in method public cleanupMigrationDirectory() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type indexMigrator : LegacyIndexMigrator to indexMigrator : ExplicitIndexMigrator in method public skipEmptyIndexStorageMigration() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type legacyIndexStore : LegacyIndexStore to explicitIndexStore : ExplicitIndexStore in method private buildKernel(appender TransactionAppender, indexingService IndexingService, storeLayer StoreReadLayer, databaseSchemaState DatabaseSchemaState, labelScanStore LabelScanStore, storageEngine StorageEngine, indexConfigStore IndexConfigStore, transactionIdStore TransactionIdStore, availabilityGuard AvailabilityGuard, clock Clock, propertyAccessor PropertyAccessor) : NeoStoreKernelModule in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Change Variable Type legacyIndexMigrator : LegacyIndexMigrator to explicitIndexMigrator : ExplicitIndexMigrator in method public migrate(storeDir File) : void in class org.neo4j.kernel.impl.storemigration.DatabaseMigrator |
From |
To |
|
Change Variable Type indexUpgrader : TrackingLuceneLegacyIndexUpgrader to indexUpgrader : TrackingLuceneExplicitIndexUpgrader in method public migrateValidIndexes() : void in class org.neo4j.upgrade.lucene.LuceneExplicitIndexUpgraderTest |
From |
To |
|
Change Variable Type index : LegacyIndex to index : ExplicitIndex in method public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public removalOfRelationshipIndexDoesNotClearNodeCommandsForNodeIndexWithSameName() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type providerTransaction : LegacyIndexProviderTransaction to providerTransaction : ExplicitIndexProviderTransaction in method public extractCommands(target Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public removalOfNodeIndexDoesNotClearRelationshipCommandsForRelationshipIndexWithSameName() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type results : List<LegacyIndexInfo> to results : List<ExplicitIndexInfo> in method public manualIndexDrop(explicitIndexName String) : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type changes : LegacyIndex to changes : ExplicitIndex in method public relationshipChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.CachingExplicitIndexTransactionState |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public close() : void in class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public relationshipManualIndexSeek(manualIndexName String, key String, value Object) : Stream<RelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type indexMigrator : LegacyIndexMigrator to indexMigrator : ExplicitIndexMigrator in method public transferMigratedIndexesToStoreDirectory() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type index : LuceneLegacyIndex to index : LuceneExplicitIndex in method public relationshipIndex(indexName String, configuration Map<String,String>) : ExplicitIndex in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public nodeManualIndexSearch(manualIndexName String, query Object) : Stream<WeightedNodeResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public tracksNodeCommands() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type changes : LegacyIndex to changes : ExplicitIndex in method public nodeChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.CachingExplicitIndexTransactionState |
From |
To |
|
Change Variable Type idIterator : LegacyIndexHits to idIterator : ExplicitIndexHits in method protected query(query Query, keyForDirectLookup String, valueForDirectLookup Object, additionalParametersOrNull QueryContext) : ExplicitIndexHits in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex |
From |
To |
|
Change Variable Type index : LegacyIndex to index : ExplicitIndex in method public relationshipExplicitIndexQuery(statement KernelStatement, indexName String, key String, queryOrQueryObject Object, startNode long, endNode long) : ExplicitIndexHits in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public tracksRelationshipCommands() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public nodeIndexDeletionRemovesCommands() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type cached : LegacyIndexHits to cached : ExplicitIndexHits in method public get(key String, value Object) : IndexHits<Long> in class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndex |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public relationshipAutoIndexSeek(key String, value Object) : Stream<RelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public relationshipManualIndexSearch(manualIndexName String, query Object) : Stream<WeightedRelationshipResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public relationshipIndexDeletionRemovesCommands() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public nodeAutoIndexSearch(query Object) : Stream<WeightedNodeResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public nodeManualIndexSeek(explicitIndexName String, key String, value Object) : Stream<NodeResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type legacyIndexes : LegacyIndexProviderLookup to explicitIndexes : ExplicitIndexProviderLookup in method public shouldCloseIndexAndLabelScanSnapshots() : void in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListingTest |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method private accumulatedSize(iterators Collection<ExplicitIndexHits>) : int in class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits |
From |
To |
|
Change Variable Type transaction : LegacyIndexProviderTransaction to transaction : ExplicitIndexProviderTransaction in method public relationshipChanges(indexName String) : ExplicitIndex in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Change Variable Type hits : LegacyIndexHits to hits : ExplicitIndexHits in method public nodeAutoIndexSeek(key String, value Object) : Stream<NodeResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type state : LegacyIndexTransactionStateImpl to state : ExplicitIndexTransactionStateImpl in method public shouldReportIndexDoesNotExist() : void in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImplTest |
From |
To |
|
Change Variable Type applier : LegacyBatchIndexApplier to applier : ExplicitBatchIndexApplier in method public shouldOnlyCreateOneApplierPerProvider() : void in class org.neo4j.kernel.impl.api.ExplicitBatchIndexApplierTest |
From |
To |
|
Change Variable Type indexUpgrader : LuceneLegacyIndexUpgrader to indexUpgrader : LuceneExplicitIndexUpgrader in method private migrateExplicitIndexes(progressMonitor MigrationProgressMonitor.Section) : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigrator |
From |
To |
|
Change Variable Type indexUpgrader : TrackingLuceneLegacyIndexUpgrader to indexUpgrader : TrackingLuceneExplicitIndexUpgrader in method public pointIncorrectIndexOnMigrationFailure() : void in class org.neo4j.upgrade.lucene.LuceneExplicitIndexUpgraderTest |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public relationshipManualIndexAdd(explicitIndexName String, relationship Relationship, key String, value Object) : Stream<BooleanResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public nodeManualIndex(explicitIndexName String) : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public nodeManualIndexExists(explicitIndexName String) : Stream<BooleanResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method public KernelTransactions(statementLocksFactory StatementLocksFactory, constraintIndexCreator ConstraintIndexCreator, statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, txHeaderFactory TransactionHeaderInformationFactory, transactionCommitProcess TransactionCommitProcess, indexConfigStore IndexConfigStore, explicitIndexProviderLookup ExplicitIndexProviderLookup, hooks TransactionHooks, transactionMonitor TransactionMonitor, availabilityGuard AvailabilityGuard, tracers Tracers, storageEngine StorageEngine, procedures Procedures, transactionIdStore TransactionIdStore, clock Clock, accessCapability AccessCapability) in class org.neo4j.kernel.impl.api.KernelTransactions |
From |
To |
|
Rename Parameter legacyIndexTransactionOrdering : SynchronizedArrayIdOrderingQueue to explicitIndexTransactionOrdering : SynchronizedArrayIdOrderingQueue in method private buildStorageEngine(propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, schemaState SchemaState, explicitIndexTransactionOrdering SynchronizedArrayIdOrderingQueue, operationalMode OperationalMode) : StorageEngine in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public manualIndexDrop(explicitIndexName String) : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public relationshipManualIndexRemove(explicitIndexName String, relationship Relationship, key String) : Stream<BooleanResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexReadOperations : LegacyIndexReadOperations to explicitIndexReadOperations : ExplicitIndexReadOperations in method public StatementOperationParts(keyReadOperations KeyReadOperations, keyWriteOperations KeyWriteOperations, entityReadOperations EntityReadOperations, entityWriteOperations EntityWriteOperations, schemaReadOperations SchemaReadOperations, schemaWriteOperations SchemaWriteOperations, schemaStateOperations SchemaStateOperations, lockingStatementOperations LockOperations, countsStatementOperations CountsOperations, explicitIndexReadOperations ExplicitIndexReadOperations, explicitIndexWriteOperations ExplicitIndexWriteOperations, queryRegistrationOperations QueryRegistrationOperations) in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public nodeManualIndexRemove(explicitIndexName String, node Node, key String) : Stream<BooleanResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter hasLegacyIndexChanges : boolean to hasExplicitIndexChanges : boolean in method package TransactionCommitment(hasExplicitIndexChanges boolean, transactionId long, transactionChecksum long, transactionCommitTimestamp long, logPosition LogPosition, transactionIdStore TransactionIdStore) in class org.neo4j.kernel.impl.transaction.log.TransactionCommitment |
From |
To |
|
Rename Parameter legacyIndexTransactionOrdering : IdOrderingQueue to explicitIndexTransactionOrdering : IdOrderingQueue in method public BatchingTransactionAppender(logFile LogFile, logRotation LogRotation, transactionMetadataCache TransactionMetadataCache, transactionIdStore TransactionIdStore, explicitIndexTransactionOrdering IdOrderingQueue, databaseHealth DatabaseHealth) in class org.neo4j.kernel.impl.transaction.log.BatchingTransactionAppender |
From |
To |
|
Rename Parameter legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method public RecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProviderMap SchemaIndexProviderMap, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode) in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Rename Parameter legacyIndexWriteOperations : LegacyIndexWriteOperations to explicitIndexWriteOperations : ExplicitIndexWriteOperations in method public StatementOperationParts(keyReadOperations KeyReadOperations, keyWriteOperations KeyWriteOperations, entityReadOperations EntityReadOperations, entityWriteOperations EntityWriteOperations, schemaReadOperations SchemaReadOperations, schemaWriteOperations SchemaWriteOperations, schemaStateOperations SchemaStateOperations, lockingStatementOperations LockOperations, countsStatementOperations CountsOperations, explicitIndexReadOperations ExplicitIndexReadOperations, explicitIndexWriteOperations ExplicitIndexWriteOperations, queryRegistrationOperations QueryRegistrationOperations) in class org.neo4j.kernel.impl.api.StatementOperationParts |
From |
To |
|
Rename Parameter legacyIndexTransactionOrdering : IdOrderingQueue to explicitIndexTransactionOrdering : IdOrderingQueue in method package ExtendedRecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProvider SchemaIndexProvider, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, transactionApplierTransformer Function<BatchTransactionApplierFacade,BatchTransactionApplierFacade>, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode) in class org.neo4j.test.rule.RecordStorageEngineRule.ExtendedRecordStorageEngine |
From |
To |
|
Rename Parameter legacyIndexTxStateSupplier : Supplier<LegacyIndexTransactionState> to explicitIndexTxStateSupplier : Supplier<ExplicitIndexTransactionState> in method public KernelTransactionImplementation(statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, hooks TransactionHooks, constraintIndexCreator ConstraintIndexCreator, procedures Procedures, headerInformationFactory TransactionHeaderInformationFactory, commitProcess TransactionCommitProcess, transactionMonitor TransactionMonitor, explicitIndexTxStateSupplier Supplier<ExplicitIndexTransactionState>, pool Pool<KernelTransactionImplementation>, clock Clock, transactionTracer TransactionTracer, lockTracer LockTracer, cursorTracerSupplier PageCursorTracerSupplier, storageEngine StorageEngine, accessCapability AccessCapability) in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Rename Parameter legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method private buildStorageEngine(propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, schemaState SchemaState, explicitIndexTransactionOrdering SynchronizedArrayIdOrderingQueue, operationalMode OperationalMode) : StorageEngine in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public nodeManualIndexAdd(explicitIndexName String, node Node, key String, value Object) : Stream<BooleanResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public relationshipManualIndex(explicitIndexName String) : Stream<ExplicitIndexInfo> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexTransactionOrdering : SynchronizedArrayIdOrderingQueue to explicitIndexTransactionOrdering : SynchronizedArrayIdOrderingQueue in method private buildTransactionLogs(logFiles PhysicalLogFiles, config Config, logProvider LogProvider, scheduler JobScheduler, fileSystemAbstraction FileSystemAbstraction, storageEngine StorageEngine, logEntryReader LogEntryReader<ReadableClosablePositionAwareChannel>, explicitIndexTransactionOrdering SynchronizedArrayIdOrderingQueue, transactionIdStore TransactionIdStore, logVersionRepository LogVersionRepository) : NeoStoreTransactionLogModule in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public relationshipManualIndexExists(explicitIndexName String) : Stream<BooleanResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexName : String to explicitIndexName : String in method public nodeManualIndexSeek(explicitIndexName String, key String, value Object) : Stream<NodeResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Rename Parameter legacyIndexStore : LegacyIndexStore to explicitIndexStore : ExplicitIndexStore in method public StateHandlingStatementOperations(storeLayer StoreReadLayer, propertyTrackers AutoIndexing, constraintIndexCreator ConstraintIndexCreator, explicitIndexStore ExplicitIndexStore) in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Parameter legacyIndexProviders : LegacyIndexProviderLookup to explicitIndexProviders : ExplicitIndexProviderLookup in method public NeoStoreFileListing(storeDir File, labelScanStore LabelScanStore, indexingService IndexingService, explicitIndexProviders ExplicitIndexProviderLookup, storageEngine StorageEngine) in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing |
From |
To |
|
Rename Parameter legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method package TestKernelTransactions(statementLocksFactory StatementLocksFactory, constraintIndexCreator ConstraintIndexCreator, statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, txHeaderFactory TransactionHeaderInformationFactory, transactionCommitProcess TransactionCommitProcess, indexConfigStore IndexConfigStore, explicitIndexProviderLookup ExplicitIndexProviderLookup, hooks TransactionHooks, transactionMonitor TransactionMonitor, availabilityGuard AvailabilityGuard, tracers Tracers, storageEngine StorageEngine, procedures Procedures, transactionIdStore TransactionIdStore, clock Clock, accessCapability AccessCapability) in class org.neo4j.kernel.impl.api.KernelTransactionsTest.TestKernelTransactions |
From |
To |
|
Rename Parameter legacyIndexProviderLookup : LegacyIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProviderLookup in method package ExtendedRecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProvider SchemaIndexProvider, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, transactionApplierTransformer Function<BatchTransactionApplierFacade,BatchTransactionApplierFacade>, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode) in class org.neo4j.test.rule.RecordStorageEngineRule.ExtendedRecordStorageEngine |
From |
To |
|
Rename Parameter hasLegacyIndexChanges : boolean to hasExplicitIndexChanges : boolean in method public setHasExplicitIndexChanges(hasExplicitIndexChanges boolean) : void in class org.neo4j.kernel.impl.transaction.log.FakeCommitment |
From |
To |
|
Rename Parameter legacyIndexTransactionOrdering : IdOrderingQueue to explicitIndexTransactionOrdering : IdOrderingQueue in method public RecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProviderMap SchemaIndexProviderMap, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProviderLookup ExplicitIndexProviderLookup, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode) in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Rename Parameter legacyIndexTransactionOrdering : SynchronizedArrayIdOrderingQueue to explicitIndexTransactionOrdering : SynchronizedArrayIdOrderingQueue in method package NeoStoreTransactionLogModule(logicalTransactionStore LogicalTransactionStore, logFileInformation LogFileInformation, logFiles PhysicalLogFiles, logFile LogFile, logRotation LogRotation, checkPointer CheckPointerImpl, appender TransactionAppender, explicitIndexTransactionOrdering SynchronizedArrayIdOrderingQueue) in class org.neo4j.kernel.NeoStoreTransactionLogModule |
From |
To |
|
Rename Parameter legacyIndexStore : LegacyIndexStore to explicitIndexStore : ExplicitIndexStore in method private buildStatementOperations(storeReadLayer StoreReadLayer, autoIndexing AutoIndexing, constraintIndexCreator ConstraintIndexCreator, databaseSchemaState DatabaseSchemaState, guard Guard, explicitIndexStore ExplicitIndexStore) : StatementOperationParts in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |