|
Change Parameter Type inbound : Inbound to inbound : Inbound<M> in method public LoggingInbound(inbound Inbound<M>, messageLogger MessageLogger<AdvertisedSocketAddress>, me AdvertisedSocketAddress) in class org.neo4j.coreedge.raft.net.LoggingInbound |
From |
To |
|
Change Parameter Type handler : MessageHandler to handler : MessageHandler<M> in method public registerHandler(handler MessageHandler<M>) : void in class org.neo4j.coreedge.raft.net.Inbound |
From |
To |
|
Change Parameter Type inbound : Inbound to inbound : Inbound<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, inbound Inbound<RaftMessages.RaftMessage<MEMBER>>, outbound Outbound<MEMBER>, logProvider LogProvider, membershipManager RaftMembershipManager<MEMBER>, logShipping RaftLogShippingManager<MEMBER>, databaseHealthSupplier Supplier<DatabaseHealth>, monitors Monitors) in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |
|
Change Parameter Type handler : MessageHandler to handler : MessageHandler<M> in method public registerHandler(handler MessageHandler<M>) : void in class org.neo4j.coreedge.raft.net.LoggingInbound |
From |
To |
|
Change Parameter Type handler : MessageHandler to handler : MessageHandler<Message> in method public registerHandler(handler MessageHandler<Message>) : void in class org.neo4j.coreedge.raft.RaftTestNetwork.Inbound |
From |
To |
|
Change Parameter Type handler : Inbound.MessageHandler to handler : Inbound.MessageHandler<RaftMessages.RaftMessage<MEMBER>> in method public registerHandler(handler Inbound.MessageHandler<RaftMessages.RaftMessage<MEMBER>>) : void in class org.neo4j.coreedge.raft.RaftServer |
From |
To |
|
Change Parameter Type incomingMessage : Message to incomingMessage : RaftMessages.RaftMessage<MEMBER> in method public handle(incomingMessage RaftMessages.RaftMessage<MEMBER>) : void in class org.neo4j.coreedge.raft.RaftInstance |
From |
To |