|
Change Parameter Type providerLookup : Function<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in method public ExplicitIndexTransactionStateImpl(indexConfigStore IndexConfigStore, explicitIndexProvider ExplicitIndexProvider) in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Change Parameter Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in method package TestKernelTransactions(statementLocksFactory StatementLocksFactory, constraintIndexCreator ConstraintIndexCreator, statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, txHeaderFactory TransactionHeaderInformationFactory, transactionCommitProcess TransactionCommitProcess, indexConfigStore IndexConfigStore, explicitIndexProviderLookup ExplicitIndexProvider, hooks TransactionHooks, transactionMonitor TransactionMonitor, availabilityGuard AvailabilityGuard, tracers Tracers, storageEngine StorageEngine, procedures Procedures, transactionIdStore TransactionIdStore, clock SystemNanoClock, accessCapability AccessCapability, autoIndexing AutoIndexing, versionContextSupplier VersionContextSupplier, tokenHolders TokenHolders) in class org.neo4j.kernel.impl.api.KernelTransactionsTest.TestKernelTransactions |
From |
To |
|
Change Parameter Type providerLookup : Function<String,IndexImplementation> to provider : ExplicitIndexProvider in method public Direct(provider ExplicitIndexProvider) in class org.neo4j.kernel.impl.api.ExplicitIndexApplierLookup.Direct |
From |
To |
|
Change Parameter Type indexProviders : Map<String,IndexImplementation> to indexProvider : ExplicitIndexProvider in method public DatabaseMigrator(progressMonitor MigrationProgressMonitor, fs FileSystemAbstraction, config Config, logService LogService, indexProviderMap IndexProviderMap, indexProvider ExplicitIndexProvider, pageCache PageCache, format RecordFormats, tailScanner LogTailScanner) in class org.neo4j.kernel.impl.storemigration.DatabaseMigrator |
From |
To |
|
Change Parameter Type indexProviders : Map<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in method package TestExplicitIndexMigrator(fileSystem FileSystemAbstraction, explicitIndexProvider ExplicitIndexProvider, logProvider LogProvider, successfullMigration boolean) in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest.TestExplicitIndexMigrator |
From |
To |
|
Change Parameter Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in method package ExtendedRecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, tokenHolders TokenHolders, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProvider IndexProvider, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProviderLookup ExplicitIndexProvider, 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 explicitIndexProviders : ExplicitIndexProviderLookup to explicitIndexProviders : ExplicitIndexProvider in method package NeoStoreFileIndexListing(labelScanStore LabelScanStore, indexingService IndexingService, explicitIndexProviders ExplicitIndexProvider) in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileIndexListing |
From |
To |
|
Change Parameter Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProvider : ExplicitIndexProvider in method public RecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, tokenHolders TokenHolders, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProviderMap IndexProviderMap, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProvider ExplicitIndexProvider, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode, versionContextSupplier VersionContextSupplier) in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Change Parameter Type indexProviders : Map<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in method public ExplicitIndexMigrator(fileSystem FileSystemAbstraction, explicitIndexProvider ExplicitIndexProvider, logProvider LogProvider) in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigrator |
From |
To |
|
Change Parameter Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in method public KernelTransactions(statementLocksFactory StatementLocksFactory, constraintIndexCreator ConstraintIndexCreator, statementOperations StatementOperationParts, schemaWriteGuard SchemaWriteGuard, txHeaderFactory TransactionHeaderInformationFactory, transactionCommitProcess TransactionCommitProcess, indexConfigStore IndexConfigStore, explicitIndexProviderLookup ExplicitIndexProvider, hooks TransactionHooks, transactionMonitor TransactionMonitor, availabilityGuard AvailabilityGuard, tracers Tracers, storageEngine StorageEngine, procedures Procedures, transactionIdStore TransactionIdStore, clock SystemNanoClock, cpuClockRef AtomicReference<CpuClock>, heapAllocationRef AtomicReference<HeapAllocation>, accessCapability AccessCapability, autoIndexing AutoIndexing, explicitIndexStore ExplicitIndexStore, versionContextSupplier VersionContextSupplier, collectionsFactorySupplier CollectionsFactorySupplier, constraintSemantics ConstraintSemantics, schemaState SchemaState, indexProviders IndexingProvidersService, tokenHolders TokenHolders) in class org.neo4j.kernel.impl.api.KernelTransactions |
From |
To |
|
Change Parameter Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in method private buildStorageEngine(explicitIndexProviderLookup ExplicitIndexProvider, indexConfigStore IndexConfigStore, schemaState SchemaState, explicitIndexTransactionOrdering SynchronizedArrayIdOrderingQueue, operationalMode OperationalMode, versionContextSupplier VersionContextSupplier) : StorageEngine in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Change Parameter Type indexProviders : Function<String,IndexImplementation> to defaultExplicitIndexProvider : ExplicitIndexProvider in method public ExplicitIndexStore(config Config, indexStore IndexConfigStore, kernel Supplier<Kernel>, defaultExplicitIndexProvider ExplicitIndexProvider) in class org.neo4j.kernel.impl.index.ExplicitIndexStore |
From |
To |
|
Change Parameter Type dependencyResolver : DependencyResolver to userDataSupplier : Supplier<UsageData> in method public RESTApiModule(webServer WebServer, config Config, userDataSupplier Supplier<UsageData>, logProvider LogProvider) in class org.neo4j.server.modules.RESTApiModule |
From |
To |
|
Change Parameter Type explicitIndexProviders : ExplicitIndexProviderLookup to explicitIndexProviders : ExplicitIndexProvider in method public NeoStoreFileListing(storeDir File, logFiles LogFiles, labelScanStore LabelScanStore, indexingService IndexingService, explicitIndexProviders ExplicitIndexProvider, storageEngine StorageEngine) in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing |
From |
To |
|
Change Variable Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in method private get(fs FileSystemAbstraction, pageCache PageCache, indexProvider IndexProvider, databaseHealth DatabaseHealth, storeDirectory File, transactionApplierTransformer Function<BatchTransactionApplierFacade,BatchTransactionApplierFacade>, monitors Monitors) : RecordStorageEngine in class org.neo4j.test.rule.RecordStorageEngineRule |
From |
To |
|
Change Variable Type indexProviders : HashMap<String,IndexImplementation> to indexProviders : ExplicitIndexProvider in method public transferMigratedIndexesToStoreDirectory() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type indexProviders : HashMap<String,IndexImplementation> to indexProviders : ExplicitIndexProvider in method public logErrorWithIndexNameOnIndexMigrationException() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type explicitIndexProvider : ExplicitIndexProvider to migrationIndexProvider : DefaultExplicitIndexProvider 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 indexProviders : HashMap<String,IndexImplementation> to indexProviders : ExplicitIndexProvider in method public transferOriginalDataToMigrationDirectory() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type indexProviders : HashMap<String,IndexImplementation> to indexProviders : ExplicitIndexProvider in method public skipEmptyIndexStorageMigration() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type indexProviders : HashMap<String,IndexImplementation> to indexProviders : ExplicitIndexProvider in method public cleanupMigrationDirectory() : void in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest |
From |
To |
|
Change Variable Type explicitIndexes : ExplicitIndexProviderLookup to explicitIndexes : ExplicitIndexProvider in method public shouldCloseIndexAndLabelScanSnapshots() : void in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListingTest |
From |
To |
|
Change Attribute Type indexProviders : Function<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in class org.neo4j.kernel.impl.index.ExplicitIndexStore |
From |
To |
|
Change Attribute Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in class org.neo4j.jmx.impl.StoreSizeBeanTest |
From |
To |
|
Change Attribute Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Change Attribute Type providerLookup : Function<String,IndexImplementation> to provider : ExplicitIndexProvider in class org.neo4j.kernel.impl.api.ExplicitIndexApplierLookup.Direct |
From |
To |
|
Change Attribute Type indexProviders : Map<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in class org.neo4j.kernel.impl.storemigration.DatabaseMigrator |
From |
To |
|
Change Attribute Type explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProviderLookup : ExplicitIndexProvider in class org.neo4j.jmx.impl.StoreSizeBean.StoreSizeImpl |
From |
To |
|
Change Attribute Type providerLookup : Function<String,IndexImplementation> to providerLookup : ExplicitIndexProvider in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Change Attribute Type indexProviders : Map<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigrator |
From |
To |
|
Change Attribute Type explicitIndexProviders : ExplicitIndexProviderLookup to explicitIndexProviders : ExplicitIndexProvider in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileIndexListing |
From |
To |
|
Change Attribute Type dependencyResolver : DependencyResolver to userDataSupplier : Supplier<UsageData> in class org.neo4j.server.modules.RESTApiModule |
From |
To |
|
Rename Parameter indexProviders : Function<String,IndexImplementation> to defaultExplicitIndexProvider : ExplicitIndexProvider in method public ExplicitIndexStore(config Config, indexStore IndexConfigStore, kernel Supplier<Kernel>, defaultExplicitIndexProvider ExplicitIndexProvider) in class org.neo4j.kernel.impl.index.ExplicitIndexStore |
From |
To |
|
Rename Parameter dependencyResolver : DependencyResolver to userDataSupplier : Supplier<UsageData> in method public RESTApiModule(webServer WebServer, config Config, userDataSupplier Supplier<UsageData>, logProvider LogProvider) in class org.neo4j.server.modules.RESTApiModule |
From |
To |
|
Rename Parameter indexProviders : Map<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in method public ExplicitIndexMigrator(fileSystem FileSystemAbstraction, explicitIndexProvider ExplicitIndexProvider, logProvider LogProvider) in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigrator |
From |
To |
|
Rename Parameter providerLookup : Function<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in method public ExplicitIndexTransactionStateImpl(indexConfigStore IndexConfigStore, explicitIndexProvider ExplicitIndexProvider) in class org.neo4j.kernel.impl.api.state.ExplicitIndexTransactionStateImpl |
From |
To |
|
Rename Parameter providerLookup : Function<String,IndexImplementation> to provider : ExplicitIndexProvider in method public Direct(provider ExplicitIndexProvider) in class org.neo4j.kernel.impl.api.ExplicitIndexApplierLookup.Direct |
From |
To |
|
Rename Parameter indexProviders : Map<String,IndexImplementation> to indexProvider : ExplicitIndexProvider in method public DatabaseMigrator(progressMonitor MigrationProgressMonitor, fs FileSystemAbstraction, config Config, logService LogService, indexProviderMap IndexProviderMap, indexProvider ExplicitIndexProvider, pageCache PageCache, format RecordFormats, tailScanner LogTailScanner) in class org.neo4j.kernel.impl.storemigration.DatabaseMigrator |
From |
To |
|
Rename Parameter indexProviders : Map<String,IndexImplementation> to explicitIndexProvider : ExplicitIndexProvider in method package TestExplicitIndexMigrator(fileSystem FileSystemAbstraction, explicitIndexProvider ExplicitIndexProvider, logProvider LogProvider, successfullMigration boolean) in class org.neo4j.kernel.impl.storemigration.participant.ExplicitIndexMigratorTest.TestExplicitIndexMigrator |
From |
To |
|
Rename Parameter explicitIndexProviderLookup : ExplicitIndexProviderLookup to explicitIndexProvider : ExplicitIndexProvider in method public RecordStorageEngine(storeDir File, config Config, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, tokenHolders TokenHolders, schemaState SchemaState, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProviderMap IndexProviderMap, indexingServiceMonitor IndexingService.Monitor, databaseHealth DatabaseHealth, explicitIndexProvider ExplicitIndexProvider, indexConfigStore IndexConfigStore, explicitIndexTransactionOrdering IdOrderingQueue, idGeneratorFactory IdGeneratorFactory, idController IdController, monitors Monitors, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, operationalMode OperationalMode, versionContextSupplier VersionContextSupplier) in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |