|
Change Parameter Type timeoutService : TimeoutService to renewableTimeoutService : RenewableTimeoutService in method public timeoutService(renewableTimeoutService RenewableTimeoutService) : RaftInstanceBuilder<MEMBER> in class org.neo4j.coreedge.raft.RaftInstanceBuilder |
From |
To |
|
Change Parameter Type timeoutService : TimeoutService to renewableTimeoutService : RenewableTimeoutService in method public RaftInstance(myself MEMBER, termStore TermStore, voteStore VoteStore<MEMBER>, entryLog RaftLog, electionTimeout long, heartbeatInterval long, renewableTimeoutService RenewableTimeoutService, inbound Inbound, outbound Outbound<MEMBER>, leaderWaitTimeout long, logProvider LogProvider, membershipManager RaftMembershipManager<MEMBER>, logShipping RaftLogShippingManager<MEMBER>) in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Change Parameter Type raftTimeoutService : ScheduledTimeoutService to raftTimeoutService : DelayedRenewableTimeoutService in method public CoreServerStartupProcess(localDatabase LocalDatabase, dataSourceManager DataSourceManager, idGeneratorFactory ReplicatedIdGeneratorFactory, raft RaftInstance<CoreMember>, raftLog RaftLog, raftServer RaftServer<CoreMember>, catchupServer CatchupServer, raftTimeoutService DelayedRenewableTimeoutService, membershipWaiter MembershipWaiter<CoreMember>, joinCatchupTimeout long) in class org.neo4j.coreedge.server.core.CoreServerStartupProcess |
From |
To |
|
Change Parameter Type raftTimeoutService : ScheduledTimeoutService to raftTimeoutService : DelayedRenewableTimeoutService in method private createRaft(life LifeSupport, outbound Outbound<AdvertisedSocketAddress>, discoveryService CoreDiscoveryService, config Config, messageLogger MessageLogger<AdvertisedSocketAddress>, raftLog RaftLog, termStore TermStore, voteStore VoteStore, myself CoreMember, logProvider LogProvider, raftServer RaftServer<CoreMember>, raftTimeoutService DelayedRenewableTimeoutService) : RaftInstance<CoreMember> in class org.neo4j.coreedge.server.core.EnterpriseCoreEditionModule |
From |
To |
|
Change Parameter Type timeouts : ScheduledTimeoutService to timeouts : DelayedRenewableTimeoutService in method public ScheduledTimeout(timeoutTimestampMillis long, timeoutLength long, randomRange long, handler TimeoutHandler, timeouts DelayedRenewableTimeoutService) in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutService.ScheduledTimeout |
From |
To |
|
Change Parameter Type name : TimeoutService.TimeoutName to name : RenewableTimeoutService.TimeoutName in method public invokeTimeout(name RenewableTimeoutService.TimeoutName) : void in class org.neo4j.coreedge.raft.RaftTestFixture.Members |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldNotBecomeLeaderByVotesFromFutureTerm() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeoutService : ScheduledTimeoutService to timeoutService : DelayedRenewableTimeoutService in method public shouldNotTimeOutWhenRenewedWithinTimeoutPeriod() : void in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutServiceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldVoteFalseForCandidateInOldTerm() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public candidateShouldWinElectionAndBecomeLeader() : void in class org.neo4j.coreedge.raft.roles.ElectionTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldNotBecomeLeaderByVotesFromOldTerm() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldNotBecomeLeaderWhenMembersVoteNo() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public leaderShouldSendHeartBeatsOnHeartbeatTimeout() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeoutService : ScheduledTimeoutService to timeoutService : DelayedRenewableTimeoutService in method public stopShouldStopDatabase() : void in class org.neo4j.coreedge.CoreServerStartupProcessTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldBecomeLeaderInMajorityOf5() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldRequestVotesOnElectionTimeout() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldBecomeLeaderInMajorityOf3() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldNotBecomeLeaderWhenVotingOnItself() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldPersistAtSpecifiedLogIndex() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldNotBecomeLeaderOnMultipleVotesFromSameMember() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeoutService : ScheduledTimeoutService to timeoutService : DelayedRenewableTimeoutService in method public shouldTimeOutAfterTimeoutPeriod() : void in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutServiceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldThrowExceptionIfReceivesClientRequestWithNoLeaderElected() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public newMembersShouldBeIncludedInHeartbeatMessages() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type raftTimeoutService : ScheduledTimeoutService to raftTimeoutService : DelayedRenewableTimeoutService in method public EnterpriseCoreEditionModule(platformModule PlatformModule, discoveryServiceFactory DiscoveryServiceFactory) in class org.neo4j.coreedge.server.core.EnterpriseCoreEditionModule |
From |
To |
|
Change Variable Type timeoutService : ScheduledTimeoutService to timeoutService : DelayedRenewableTimeoutService in method public startShouldDeleteStoreAndStartNewDatabase() : void in class org.neo4j.coreedge.CoreServerStartupProcessTest |
From |
To |
|
Change Variable Type timeout : TimeoutService.Timeout to timeout : RenewableTimeoutService.Timeout in method public shouldTimeOutAfterTimeoutPeriod() : void in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutServiceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public shouldSendHeartBeatsAfterBecomingLeader() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public candidateShouldLoseElectionAndRemainCandidate() : void in class org.neo4j.coreedge.raft.roles.ElectionTest |
From |
To |
|
Change Variable Type timeout : TimeoutService.Timeout to timeout : RenewableTimeoutService.Timeout in method public shouldNotTimeOutWhenRenewedWithinTimeoutPeriod() : void in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutServiceTest |
From |
To |
|
Change Variable Type timeouts : ControlledTimeoutService to timeouts : ControlledRenewableTimeoutService in method public candidateShouldVoteForTheSameCandidateInTheSameTerm() : void in class org.neo4j.coreedge.raft.roles.ElectionTest |
From |
To |
|
Change Attribute Type timeouts : ScheduledTimeoutService to timeouts : DelayedRenewableTimeoutService in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutService.ScheduledTimeout |
From |
To |
|
Change Attribute Type timeoutService : TimeoutService to renewableTimeoutService : RenewableTimeoutService in class org.neo4j.coreedge.raft.RaftInstanceBuilder |
From |
To |
|
Change Attribute Type timeoutService : TimeoutService to renewableTimeoutService : RenewableTimeoutService in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Change Attribute Type timeoutService : ControlledTimeoutService to timeoutService : ControlledRenewableTimeoutService in class org.neo4j.coreedge.raft.RaftTestFixture.MemberFixture |
From |
To |
|
Change Attribute Type timeoutService : ScheduledTimeoutService to timeoutService : DelayedRenewableTimeoutService in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Change Attribute Type electionTimer : TimeoutService.Timeout to electionTimer : RenewableTimeoutService.Timeout in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Rename Parameter timeoutService : TimeoutService to renewableTimeoutService : RenewableTimeoutService in method public RaftInstance(myself MEMBER, termStore TermStore, voteStore VoteStore<MEMBER>, entryLog RaftLog, electionTimeout long, heartbeatInterval long, renewableTimeoutService RenewableTimeoutService, inbound Inbound, outbound Outbound<MEMBER>, leaderWaitTimeout long, logProvider LogProvider, membershipManager RaftMembershipManager<MEMBER>, logShipping RaftLogShippingManager<MEMBER>) in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Rename Parameter timeoutService : TimeoutService to renewableTimeoutService : RenewableTimeoutService in method public timeoutService(renewableTimeoutService RenewableTimeoutService) : RaftInstanceBuilder<MEMBER> in class org.neo4j.coreedge.raft.RaftInstanceBuilder |
From |
To |
|
Rename Parameter milliseconds : long to delayInMillis : long in method public create(name TimeoutName, delayInMillis long, randomRangeInMillis long, handler TimeoutHandler) : Timeout in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutService |
From |
To |
|
Rename Parameter randomRange : long to randomRangeInMillis : long in method public create(name TimeoutName, delayInMillis long, randomRangeInMillis long, handler TimeoutHandler) : Timeout in class org.neo4j.coreedge.raft.DelayedRenewableTimeoutService |
From |
To |