|
Change Parameter Type address : InetSocketAddress to address : String in method public AdvertisedSocketAddress(address String) in class org.neo4j.coreedge.server.AdvertisedSocketAddress |
From |
To |
|
Change Parameter Type raftStorageExceptionHandler : RaftStorageExceptionHandler to databaseHealthSupplier : Supplier<DatabaseHealth> 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>, databaseHealthSupplier Supplier<DatabaseHealth>, clock Clock) in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Change Parameter Type membershipState : RaftMembershipImpl<MEMBER> to membershipState : RaftMembershipState<MEMBER> in method public RaftMembershipStateMachine(raftLog ReadableRaftLog, clock Clock, electionTimeout long, membershipDriver MembershipDriver<MEMBER>, logProvider LogProvider, catchupTimeout long, membershipState RaftMembershipState<MEMBER>) in class org.neo4j.coreedge.raft.membership.RaftMembershipStateMachine |
From |
To |
|
Change Parameter Type serverAddress : InetSocketAddress to serverAddress : String in method private bootstrapHelloServer(serverAddress String) : Channel in class org.neo4j.coreedge.server.ChannelKeepAliveTest |
From |
To |
|
Change Parameter Type ex : RaftStorageException to cause : Throwable in method public panic(cause Throwable) : void in class org.neo4j.coreedge.raft.RaftInstanceTest.TestDatabaseHealth |
From |
To |
|
Change Parameter Type raftStorageExceptionHandler : RaftStorageExceptionHandler to databaseHealthSupplier : Supplier<DatabaseHealth> in method private createRaft(life LifeSupport, outbound Outbound<AdvertisedSocketAddress>, discoveryService CoreDiscoveryService, config Config, messageLogger MessageLogger<AdvertisedSocketAddress>, raftLog RaftLog, termStore TermStore, voteStore VoteStore<CoreMember>, myself CoreMember, logProvider LogProvider, raftServer RaftServer<CoreMember>, raftTimeoutService DelayedRenewableTimeoutService, databaseHealthSupplier Supplier<DatabaseHealth>, raftMembershipState RaftMembershipState<CoreMember>) : RaftInstance<CoreMember> in class org.neo4j.coreedge.server.core.EnterpriseCoreEditionModule |
From |
To |
|
Move Attribute private databaseHealthSupplier : Supplier<DatabaseHealth> from class org.neo4j.coreedge.server.core.RaftStorageExceptionHandler to private databaseHealthSupplier : Supplier<DatabaseHealth> from class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Move Attribute private fileSystemAbstraction : FileSystemAbstraction from class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationState to private fileSystemAbstraction : FileSystemAbstraction from class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Move Attribute private currentStoreChannel : StoreChannel from class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationState to private currentStoreChannel : StoreChannel from class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Move Attribute private numberOfEntriesBeforeRotation : int from class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationState to private numberOfEntriesBeforeRotation : int from class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Move Attribute private databaseHealthSupplier : Supplier<DatabaseHealth> from class org.neo4j.coreedge.server.core.RaftStorageExceptionHandler to private databaseHealthSupplier : Supplier<DatabaseHealth> from class org.neo4j.coreedge.raft.RaftInstanceBuilder |
From |
To |
|
Move Attribute private buffer : ByteBuffer from class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationState to private buffer : ByteBuffer from class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Move Attribute private databaseHealthSupplier : Supplier<DatabaseHealth> from class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationState to private databaseHealthSupplier : Supplier<DatabaseHealth> from class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Move Attribute private currentStoreFile : File from class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationState to private currentStoreFile : File from class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.DurableTermStore moved to org.neo4j.coreedge.raft.state.term.DurableTermStore |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.InMemoryTermStore moved to org.neo4j.coreedge.raft.state.term.InMemoryTermStore |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.DurableVoteStore moved to org.neo4j.coreedge.raft.state.vote.DurableVoteStore |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.InMemoryVoteStore moved to org.neo4j.coreedge.raft.state.vote.InMemoryVoteStore |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.FollowerStates moved to org.neo4j.coreedge.raft.state.follower.FollowerStates |
From |
To |
|
Move Class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationStateTest moved to org.neo4j.coreedge.raft.state.id_allocation.OnDiskIdAllocationStateTest |
From |
To |
|
Move Class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationState moved to org.neo4j.coreedge.raft.state.id_allocation.InMemoryIdAllocationState |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.FollowerState moved to org.neo4j.coreedge.raft.state.follower.FollowerState |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.TermStore moved to org.neo4j.coreedge.raft.state.term.TermStore |
From |
To |
|
Move Class org.neo4j.coreedge.raft.state.VoteStore moved to org.neo4j.coreedge.raft.state.vote.VoteStore |
From |
To |
|
Move Class org.neo4j.coreedge.raft.replication.id.OnDiskIdAllocationState moved to org.neo4j.coreedge.raft.state.id_allocation.OnDiskIdAllocationState |
From |
To |
|
Rename Variable localReplicator : LocalReplicator<MEMBER,MEMBER> to leaderOnlyReplicator : LeaderOnlyReplicator<MEMBER,MEMBER> in method public build() : RaftInstance<MEMBER> in class org.neo4j.coreedge.raft.RaftInstanceBuilder |
From |
To |
|
Rename Variable raftStorageExceptionHandler : TestRaftStorageExceptionHandler to databaseHealth : TestDatabaseHealth in method public shouldPanicWhenFailingToHandleMessageAtBootstrapTime() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Rename Variable marshall : CoreReplicatedContentMarshal to marshal : CoreReplicatedContentMarshal in method public EnterpriseCoreEditionModule(platformModule PlatformModule, discoveryServiceFactory DiscoveryServiceFactory) in class org.neo4j.coreedge.server.core.EnterpriseCoreEditionModule |
From |
To |
|
Rename Variable raftStorageExceptionHandler : TestRaftStorageExceptionHandler to databaseHealth : TestDatabaseHealth in method public shouldPanicWhenFailingToHandleMessageUnderNormalConditions() : void in class org.neo4j.coreedge.raft.RaftInstanceTest |
From |
To |
|
Rename Parameter raftStorageExceptionHandler : RaftStorageExceptionHandler to databaseHealthSupplier : Supplier<DatabaseHealth> in method private createRaft(life LifeSupport, outbound Outbound<AdvertisedSocketAddress>, discoveryService CoreDiscoveryService, config Config, messageLogger MessageLogger<AdvertisedSocketAddress>, raftLog RaftLog, termStore TermStore, voteStore VoteStore<CoreMember>, myself CoreMember, logProvider LogProvider, raftServer RaftServer<CoreMember>, raftTimeoutService DelayedRenewableTimeoutService, databaseHealthSupplier Supplier<DatabaseHealth>, raftMembershipState RaftMembershipState<CoreMember>) : RaftInstance<CoreMember> in class org.neo4j.coreedge.server.core.EnterpriseCoreEditionModule |
From |
To |
|
Rename Parameter raftStorageExceptionHandler : RaftStorageExceptionHandler to databaseHealthSupplier : Supplier<DatabaseHealth> 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>, databaseHealthSupplier Supplier<DatabaseHealth>, clock Clock) in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Rename Parameter ex : RaftStorageException to cause : Throwable in method public panic(cause Throwable) : void in class org.neo4j.coreedge.raft.RaftInstanceTest.TestDatabaseHealth |
From |
To |