|
Change Parameter Type leader : MemberId to leader : String in method public ConfigureRequest(term long, leader String, index long, timestamp long, members Collection<RaftMember>) in class io.atomix.protocols.raft.protocol.ConfigureRequest |
From |
To |
|
Change Parameter Type candidate : MemberId to candidate : String in method public PollRequest(term long, candidate String, lastLogIndex long, lastLogTerm long) in class io.atomix.protocols.raft.protocol.PollRequest |
From |
To |
|
Change Parameter Type candidate : MemberId to candidate : String in method public VoteRequest(term long, candidate String, lastLogIndex long, lastLogTerm long) in class io.atomix.protocols.raft.protocol.VoteRequest |
From |
To |
|
Change Parameter Type leader : MemberId to leader : String in method public AppendRequest(term long, leader String, prevLogIndex long, prevLogTerm long, entries List<RaftLogEntry>, commitIndex long) in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Change Attribute Type leader : MemberId to leader : String in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Change Attribute Type leader : MemberId to leader : String in class io.atomix.protocols.raft.protocol.ConfigureRequest |
From |
To |
|
Change Attribute Type candidate : MemberId to candidate : String in class io.atomix.protocols.raft.protocol.PollRequest |
From |
To |
|
Change Attribute Type leader : MemberId to leader : String in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Change Attribute Type candidate : MemberId to candidate : String in class io.atomix.protocols.raft.protocol.VoteRequest |
From |
To |
|
Change Attribute Type leader : MemberId to leader : String in class io.atomix.protocols.raft.protocol.ConfigureRequest.Builder |
From |
To |
|
Change Attribute Type candidate : MemberId to candidate : String in class io.atomix.protocols.raft.protocol.PollRequest.Builder |
From |
To |
|
Change Attribute Type candidate : MemberId to candidate : String in class io.atomix.protocols.raft.protocol.VoteRequest.Builder |
From |
To |