|
Change Parameter Type kernelProvider : Supplier<KernelAPI> to kernelProvider : Supplier<InwardKernel> in method private createLabelIdCreator(config Config, componentSwitcherContainer ComponentSwitcherContainer, masterDelegateInvocationHandler DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelProvider Supplier<InwardKernel>) : TokenCreator in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Parameter Type kernelProvider : Supplier<KernelAPI> to kernelProvider : Supplier<InwardKernel> in method private createPropertyKeyCreator(config Config, componentSwitcherContainer ComponentSwitcherContainer, masterDelegateInvocationHandler DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelProvider Supplier<InwardKernel>) : TokenCreator in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public LabelTokenCreatorSwitcher(delegate DelegateInvocationHandler<TokenCreator>, master DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelSupplier Supplier<InwardKernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.ha.cluster.modeswitch.LabelTokenCreatorSwitcher |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public DefaultPropertyTokenCreator(kernelSupplier Supplier<InwardKernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.DefaultPropertyTokenCreator |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public DefaultLabelIdCreator(kernelSupplier Supplier<InwardKernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.DefaultLabelIdCreator |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public ConstraintIndexCreator(kernelSupplier Supplier<InwardKernel>, indexingService IndexingService, propertyAccessor PropertyAccessor) in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type engine : RecordStorageEngine to engine : StorageEngine in method package Transaction(engine StorageEngine, ktx KernelTransactions) in class org.neo4j.kernel.impl.newapi.NewKernel.Transaction |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public IsolatedTransactionTokenCreator(kernelSupplier Supplier<InwardKernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.IsolatedTransactionTokenCreator |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public DefaultRelationshipTypeCreator(kernelSupplier Supplier<InwardKernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.DefaultRelationshipTypeCreator |
From |
To |
|
Change Parameter Type engine : RecordStorageEngine to engine : StorageEngine in method package AllStoreHolder(engine StorageEngine, explicitIndexes Supplier<ExplicitIndexTransactionState>) in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type kernel : Supplier<KernelAPI> to kernel : Supplier<InwardKernel> in method public ExplicitIndexStore(config Config, indexStore IndexConfigStore, kernel Supplier<InwardKernel>, indexProviders Function<String,IndexImplementation>) in class org.neo4j.kernel.impl.index.ExplicitIndexStore |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public PropertyKeyCreatorSwitcher(delegate DelegateInvocationHandler<TokenCreator>, master DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelSupplier Supplier<InwardKernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.ha.cluster.modeswitch.PropertyKeyCreatorSwitcher |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in method public RelationshipTypeCreatorSwitcher(delegate DelegateInvocationHandler<TokenCreator>, master DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelSupplier Supplier<InwardKernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.ha.cluster.modeswitch.RelationshipTypeCreatorSwitcher |
From |
To |
|
Change Parameter Type kernelProvider : Supplier<KernelAPI> to kernelProvider : Supplier<InwardKernel> in method private createRelationshipTypeCreator(config Config, componentSwitcherContainer ComponentSwitcherContainer, masterInvocationHandler DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelProvider Supplier<InwardKernel>) : TokenCreator in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Variable Type kernel : KernelAPI to kernel : InwardKernel in method private clusterOverview(db GraphDatabaseFacade) : List<MemberInfo> in class org.neo4j.causalclustering.scenarios.ClusterOverviewIT |
From |
To |
|
Change Variable Type kernelAPI : KernelAPI to kernelAPI : InwardKernel in method private verifyThatThereAreExactlyOneIndexEntryPerNodeInTheIndexes(i int, data Pair<long[],long[]>) : void in class schema.IndexPopulationFlipRaceIT |
From |
To |
|
Change Variable Type kernelAPI : KernelAPI to kernelAPI : InwardKernel in method public getNumberOfRelationships() : int in class org.neo4j.server.rest.domain.GraphDbHelper |
From |
To |
|
Change Variable Type kernel : KernelAPI to kernel : InwardKernel in method public getOrCreate(name String) : int in class org.neo4j.kernel.impl.core.IsolatedTransactionTokenCreator |
From |
To |
|
Change Variable Type kernel : KernelAPI to kernel : InwardKernel in method private getMembers(db GraphDatabaseFacade) : List<Map<String,Object>> in class org.neo4j.causalclustering.scenarios.ClusterDiscoveryIT |
From |
To |
|
Change Variable Type kernelAPI : KernelAPI to kernelAPI : InwardKernel in method private propertyKeyCount(db GraphDatabaseAPI) : int in class org.neo4j.kernel.impl.core.ManyPropertyKeysIT |
From |
To |
|
Change Variable Type kernel : KernelAPI to kernel : InwardKernel in method private checkIndexCounts(store Store, db GraphDatabaseAPI) : void in class org.neo4j.storeupgrade.StoreUpgradeIT |
From |
To |
|
Change Variable Type kernelAPI : KernelAPI to kernelAPI : InwardKernel in method public getNumberOfNodes() : int in class org.neo4j.server.rest.domain.GraphDbHelper |
From |
To |
|
Change Variable Type kernelProvider : Supplier<KernelAPI> to kernelProvider : Supplier<InwardKernel> in method public HighlyAvailableEditionModule(platformModule PlatformModule) in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Variable Type kernelProvider : Supplier<KernelAPI> to kernelProvider : Supplier<InwardKernel> in method private buildKernel(appender TransactionAppender, indexingService IndexingService, storeLayer StoreReadLayer, databaseSchemaState DatabaseSchemaState, labelScanStore LabelScanStore, storageEngine StorageEngine, indexConfigStore IndexConfigStore, transactionIdStore TransactionIdStore, availabilityGuard AvailabilityGuard, clock SystemNanoClock, propertyAccessor PropertyAccessor) : NeoStoreKernelModule in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Change Variable Type stores : NeoStores to stores : StoreHolder in method package AllStoreHolder(engine StorageEngine, explicitIndexes Supplier<ExplicitIndexTransactionState>) in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Attribute Type kernel : KernelAPI to kernel : InwardKernel in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Attribute Type kernel : KernelAPI to kernel : InwardKernel in class org.neo4j.kernel.impl.api.KernelSchemaStateFlushingTest |
From |
To |
|
Change Attribute Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in class org.neo4j.kernel.ha.cluster.modeswitch.LabelTokenCreatorSwitcher |
From |
To |
|
Change Attribute Type kernel : KernelAPI to kernel : InwardKernel in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Attribute Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in class org.neo4j.kernel.ha.cluster.modeswitch.RelationshipTypeCreatorSwitcher |
From |
To |
|
Change Attribute Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in class org.neo4j.kernel.ha.cluster.modeswitch.PropertyKeyCreatorSwitcher |
From |
To |
|
Change Attribute Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in class org.neo4j.kernel.impl.core.IsolatedTransactionTokenCreator |
From |
To |
|
Change Attribute Type kernel : Supplier<KernelAPI> to kernel : Supplier<InwardKernel> in class org.neo4j.kernel.impl.index.ExplicitIndexStore |
From |
To |
|
Change Attribute Type kernel : KernelAPI to kernel : InwardKernel in class org.neo4j.kernel.impl.api.integrationtest.CompositeUniquenessConstraintValidationIT |
From |
To |
|
Change Attribute Type kernelAPI : Supplier<KernelAPI> to kernelAPI : Supplier<InwardKernel> in class org.neo4j.kernel.impl.factory.DataSourceModule |
From |
To |
|
Change Attribute Type kernelSupplier : Supplier<KernelAPI> to kernelSupplier : Supplier<InwardKernel> in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |