|
Change Parameter Type renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in method public RaftMachine(myself MemberId, termStorage StateStorage<TermState>, voteStorage StateStorage<VoteState>, entryLog RaftLog, electionTimeout long, heartbeatInterval long, timerService TimerService, outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, membershipManager RaftMembershipManager, logShipping RaftLogShippingManager, inFlightMap InFlightMap<RaftLogEntry>, refuseToBecomeLeader boolean, monitors Monitors, clock Clock) in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Change Parameter Type name : TimeoutName to name : TimerName in method public invoke(name TimerName) : void in class org.neo4j.causalclustering.core.consensus.schedule.OnDemandTimerService |
From |
To |
|
Change Parameter Type renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in method public timerService(timerService TimerService) : RaftMachineBuilder in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Change Parameter Type timeoutService : RenewableTimeoutService to timerService : TimerService in method public CatchupPollingProcess(logProvider LogProvider, localDatabase LocalDatabase, startStopOnStoreCopy Lifecycle, catchUpClient CatchUpClient, connectionStrategy CoreMemberSelectionStrategy, timerService TimerService, txPullIntervalMillis long, applier BatchingTxApplier, monitors Monitors, storeCopyProcess StoreCopyProcess, databaseHealthSupplier Supplier<DatabaseHealth>) in class org.neo4j.causalclustering.catchup.tx.CatchupPollingProcess |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderByVotesFromFutureTerm() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldThrowExceptionIfReceivesClientRequestWithNoLeaderElected() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderWhenMembersVoteNo() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldAppendNewLeaderBarrierAfterBecomingLeader() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public newMembersShouldBeIncludedInHeartbeatMessages() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderByVotesFromOldTerm() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type catchupTimeoutService : DelayedRenewableTimeoutService to timerService : TimerService in method package EnterpriseReadReplicaEditionModule(platformModule PlatformModule, discoveryServiceFactory DiscoveryServiceFactory) in class org.neo4j.causalclustering.readreplica.EnterpriseReadReplicaEditionModule |
From |
To |
|
Change Variable Type timeoutService : DelayedRenewableTimeoutService to timerService : TimerService in method private createTimerService() : TimerService in class org.neo4j.causalclustering.core.consensus.election.Fixture |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldPersistAtSpecifiedLogIndex() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeoutService : DelayedRenewableTimeoutService to timerService : TimerService in method package Fixture(memberIds Set<MemberId>, net TestNetwork, electionTimeout long, heartbeatInterval long) in class org.neo4j.causalclustering.core.consensus.election.Fixture |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderOnMultipleVotesFromSameMember() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public leaderShouldSendHeartBeatsOnHeartbeatTimeout() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldBecomeLeaderInMajorityOf3() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderWhenVotingOnItself() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldBecomeLeaderInMajorityOf5() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeoutService : DelayedRenewableTimeoutService to scheduler : JobScheduler in method public tearDown() : void in class org.neo4j.causalclustering.core.consensus.election.Fixture |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldRequestVotesOnElectionTimeout() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Change Variable Type timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldVoteFalseForCandidateInOldTerm() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable catchupTimeoutService : DelayedRenewableTimeoutService to timerService : TimerService in method package EnterpriseReadReplicaEditionModule(platformModule PlatformModule, discoveryServiceFactory DiscoveryServiceFactory) in class org.neo4j.causalclustering.readreplica.EnterpriseReadReplicaEditionModule |
From |
To |
|
Rename Variable timeoutService : DelayedRenewableTimeoutService to timerService : TimerService in method private createTimerService() : TimerService in class org.neo4j.causalclustering.core.consensus.election.Fixture |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldPersistAtSpecifiedLogIndex() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeoutService : DelayedRenewableTimeoutService to timerService : TimerService in method package Fixture(memberIds Set<MemberId>, net TestNetwork, electionTimeout long, heartbeatInterval long) in class org.neo4j.causalclustering.core.consensus.election.Fixture |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderOnMultipleVotesFromSameMember() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public leaderShouldSendHeartBeatsOnHeartbeatTimeout() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderWhenVotingOnItself() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldBecomeLeaderInMajorityOf3() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldBecomeLeaderInMajorityOf5() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldRequestVotesOnElectionTimeout() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldVoteFalseForCandidateInOldTerm() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderByVotesFromFutureTerm() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldThrowExceptionIfReceivesClientRequestWithNoLeaderElected() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderWhenMembersVoteNo() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldAppendNewLeaderBarrierAfterBecomingLeader() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public newMembersShouldBeIncludedInHeartbeatMessages() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Variable timeouts : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in method public shouldNotBecomeLeaderByVotesFromOldTerm() : void in class org.neo4j.causalclustering.core.consensus.RaftMachineTest |
From |
To |
|
Rename Attribute timeoutService : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in class org.neo4j.causalclustering.core.consensus.RaftTestFixture.MemberFixture |
From |
To |
|
Rename Attribute timeout : RenewableTimeout to timer : Timer in class org.neo4j.causalclustering.catchup.tx.CatchupPollingProcess |
From |
To |
|
Rename Attribute timeout : RenewableTimeout to timer : Timer in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Rename Attribute renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Rename Attribute timeoutService : RenewableTimeoutService to timerService : TimerService in class org.neo4j.causalclustering.catchup.tx.CatchupPollingProcess |
From |
To |
|
Rename Attribute renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Change Attribute Type renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Change Attribute Type heartbeatTimer : RenewableTimeoutService.RenewableTimeout to heartbeatTimer : Timer in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Change Attribute Type electionTimer : RenewableTimeoutService.RenewableTimeout to electionTimer : Timer in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Change Attribute Type renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Change Attribute Type timeoutService : RenewableTimeoutService to timerService : TimerService in class org.neo4j.causalclustering.catchup.tx.CatchupPollingProcess |
From |
To |
|
Change Attribute Type timeoutService : ControlledRenewableTimeoutService to timerService : OnDemandTimerService in class org.neo4j.causalclustering.core.consensus.RaftTestFixture.MemberFixture |
From |
To |
|
Change Attribute Type scheduler : Neo4jJobScheduler to scheduler : JobScheduler in class org.neo4j.causalclustering.core.consensus.schedule.TimerService |
From |
To |
|
Change Attribute Type timeout : RenewableTimeout to timer : Timer in class org.neo4j.causalclustering.catchup.tx.CatchupPollingProcess |
From |
To |
|
Change Attribute Type timeout : RenewableTimeout to timer : Timer in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Rename Parameter renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in method public timerService(timerService TimerService) : RaftMachineBuilder in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Rename Parameter timeoutService : RenewableTimeoutService to timerService : TimerService in method public CatchupPollingProcess(logProvider LogProvider, localDatabase LocalDatabase, startStopOnStoreCopy Lifecycle, catchUpClient CatchUpClient, connectionStrategy CoreMemberSelectionStrategy, timerService TimerService, txPullIntervalMillis long, applier BatchingTxApplier, monitors Monitors, storeCopyProcess StoreCopyProcess, databaseHealthSupplier Supplier<DatabaseHealth>) in class org.neo4j.causalclustering.catchup.tx.CatchupPollingProcess |
From |
To |
|
Rename Parameter renewableTimeoutService : RenewableTimeoutService to timerService : TimerService in method public RaftMachine(myself MemberId, termStorage StateStorage<TermState>, voteStorage StateStorage<VoteState>, entryLog RaftLog, electionTimeout long, heartbeatInterval long, timerService TimerService, outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, membershipManager RaftMembershipManager, logShipping RaftLogShippingManager, inFlightMap InFlightMap<RaftLogEntry>, refuseToBecomeLeader boolean, monitors Monitors, clock Clock) in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |