|
Change Parameter Type messages : Message... to messages : RaftMessage<CoreMember>... in method public send(to CoreMember, messages RaftMessage<CoreMember>...) : void in class org.neo4j.coreedge.raft.net.RaftOutbound |
From |
To |
|
Change Parameter Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in method public RaftInstance(myself MEMBER, termStorage StateStorage<TermState>, voteStorage StateStorage<VoteState<MEMBER>>, entryLog RaftLog, raftStateMachine RaftStateMachine, electionTimeout long, heartbeatInterval long, renewableTimeoutService RenewableTimeoutService, defaultStrategy CoreServerSelectionStrategy, outbound Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>>, logProvider LogProvider, membershipManager RaftMembershipManager<MEMBER>, logShipping RaftLogShippingManager<MEMBER>, databaseHealthSupplier Supplier<DatabaseHealth>, inFlightMap InFlightMap<Long,RaftLogEntry>, monitors Monitors, localDatabase LocalDatabase) in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Change Parameter Type outbound : Outbound<AdvertisedSocketAddress> to outbound : Outbound<AdvertisedSocketAddress,Message> in method public RaftOutbound(outbound Outbound<AdvertisedSocketAddress,Message>, localDatabase LocalDatabase) in class org.neo4j.coreedge.raft.net.RaftOutbound |
From |
To |
|
Change Parameter Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in method public outbound(outbound Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>>) : RaftInstanceBuilder<MEMBER> in class org.neo4j.coreedge.raft.RaftInstanceBuilder |
From |
To |
|
Change Parameter Type messages : Message... to messages : MESSAGE... in method public send(to MEMBER, messages MESSAGE...) : void in class org.neo4j.coreedge.raft.net.LoggingOutbound |
From |
To |
|
Change Parameter Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in method public LeaderOnlyReplicator(source MEMBER, outbound Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>>) in class org.neo4j.coreedge.raft.replication.LeaderOnlyReplicator |
From |
To |
|
Change Parameter Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in method package RaftLogShipper(outbound Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>>, logProvider LogProvider, raftLog ReadableRaftLog, clock Clock, leader MEMBER, follower MEMBER, leaderTerm long, leaderCommit long, retryTimeMillis long, catchupBatchSize int, maxAllowedShippingLag int, inFlightMap InFlightMap<Long,RaftLogEntry>) in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Change Parameter Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in method public RaftReplicator(leaderLocator LeaderLocator<MEMBER>, me MEMBER, outbound Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>>, sessionPool LocalSessionPool<MEMBER>, progressTracker ProgressTracker, retryStrategy RetryStrategy) in class org.neo4j.coreedge.raft.replication.RaftReplicator |
From |
To |
|
Change Parameter Type messages : Message... to messages : RaftMessages.RaftMessage<RaftTestMember>... in method public send(to RaftTestMember, messages RaftMessages.RaftMessage<RaftTestMember>...) : void in class org.neo4j.coreedge.raft.OutboundMessageCollector |
From |
To |
|
Change Parameter Type messages : Message... to messages : RaftMessages.RaftMessage<RaftTestMember>... in method public send(to RaftTestMember, messages RaftMessages.RaftMessage<RaftTestMember>...) : void in class org.neo4j.coreedge.raft.DirectNetworking.Outbound |
From |
To |
|
Change Parameter Type messages : Message... to messages : MESSAGE... in method public send(to MEMBER, messages MESSAGE...) : void in class org.neo4j.coreedge.raft.net.Outbound |
From |
To |
|
Change Parameter Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,MESSAGE> in method public LoggingOutbound(outbound Outbound<MEMBER,MESSAGE>, me MEMBER, messageLogger MessageLogger<MEMBER>) in class org.neo4j.coreedge.raft.net.LoggingOutbound |
From |
To |
|
Change Parameter Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in method public RaftLogShippingManager(outbound Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>>, logProvider LogProvider, raftLog ReadableRaftLog, clock Clock, myself MEMBER, membership RaftMembership<MEMBER>, retryTimeMillis long, catchupBatchSize int, maxAllowedShippingLag int, inFlightMap InFlightMap<Long,RaftLogEntry>) in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShippingManager |
From |
To |
|
Change Parameter Type outbound : Outbound<AdvertisedSocketAddress> to outbound : Outbound<AdvertisedSocketAddress,Message> in method private createRaft(life LifeSupport, outbound Outbound<AdvertisedSocketAddress,Message>, discoveryService CoreTopologyService, config Config, messageLogger MessageLogger<AdvertisedSocketAddress>, raftLog RaftLog, raftStateMachine RaftStateMachine, fileSystem FileSystemAbstraction, clusterStateDirectory File, myself CoreMember, logProvider LogProvider, raftServer RaftServer<CoreMember>, raftTimeoutService DelayedRenewableTimeoutService, databaseHealthSupplier Supplier<DatabaseHealth>, inFlightMap InFlightMap<Long,RaftLogEntry>, monitors Monitors, jobScheduler JobScheduler, localDatabase LocalDatabase) : RaftInstance<CoreMember> in class org.neo4j.coreedge.server.core.EnterpriseCoreEditionModule |
From |
To |
|
Change Parameter Type messages : Message... to messages : MESSAGE... in method public send(to Object, messages MESSAGE...) : void in class org.neo4j.coreedge.raft.replication.RaftReplicatorTest.CapturingOutbound |
From |
To |
|
Change Attribute Type outbound : Outbound<RaftTestMember> to outbound : Outbound<RaftTestMember,Message> in class org.neo4j.coreedge.raft.membership.RaftGroupMembershipTest |
From |
To |
|
Change Attribute Type outbound : Outbound<AdvertisedSocketAddress> to outbound : Outbound<AdvertisedSocketAddress,Message> in class org.neo4j.coreedge.raft.net.RaftOutbound |
From |
To |
|
Change Attribute Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in class org.neo4j.coreedge.raft.replication.LeaderOnlyReplicator |
From |
To |
|
Change Attribute Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,MESSAGE> in class org.neo4j.coreedge.raft.net.LoggingOutbound |
From |
To |
|
Change Attribute Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShippingManager |
From |
To |
|
Change Attribute Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in class org.neo4j.coreedge.raft.RaftInstanceBuilder |
From |
To |
|
Change Attribute Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Change Attribute Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in class org.neo4j.coreedge.raft.replication.RaftReplicator |
From |
To |
|
Change Attribute Type outbound : Outbound<RaftTestMember> to outbound : Outbound<RaftTestMember,RaftMessages.RaftMessage<RaftTestMember>> in class org.neo4j.coreedge.raft.AppendEntriesMessageFlowTest |
From |
To |
|
Change Attribute Type outbound : Outbound<MEMBER> to outbound : Outbound<MEMBER,RaftMessages.RaftMessage<MEMBER>> in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |