|
Rename Method public appendEntry(entry T) : Indexed<T> renamed to public append(entry T) : Indexed<T> in class io.atomix.storage.journal.JournalSegmentWriter |
From |
To |
|
Rename Method public getEntry() : E renamed to public entry() : E in class io.atomix.storage.journal.Indexed |
From |
To |
|
Rename Method public appendEntry(entry Indexed<E>) : void renamed to public append(entry Indexed<E>) : void in class io.atomix.storage.journal.JournalWriterDelegate |
From |
To |
|
Rename Method public appendEntry(entry Indexed<E>) : void renamed to public append(entry Indexed<E>) : void in class io.atomix.storage.journal.JournalWriter |
From |
To |
|
Rename Method public appendEntry(entry T) : Indexed<T> renamed to public append(entry T) : Indexed<T> in class io.atomix.storage.journal.SegmentedJournalWriter |
From |
To |
|
Rename Method public getIndex() : long renamed to public index() : long in class io.atomix.storage.journal.Indexed |
From |
To |
|
Rename Method public appendEntry(entry Indexed<E>) : void renamed to public append(entry Indexed<E>) : void in class io.atomix.storage.journal.SegmentedJournalWriter |
From |
To |
|
Rename Method public getType() : Class<?> renamed to public type() : Class<?> in class io.atomix.storage.journal.Indexed |
From |
To |
|
Rename Method public previousLogTerm() : long renamed to public prevLogTerm() : long in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Rename Method public appendEntry(entry Indexed<E>) : void renamed to public append(entry Indexed<E>) : void in class io.atomix.storage.journal.JournalSegmentWriter |
From |
To |
|
Rename Method public appendEntry(entry T) : Indexed<T> renamed to public append(entry T) : Indexed<T> in class io.atomix.storage.journal.JournalWriterDelegate |
From |
To |
|
Rename Method public appendEntry(entry T) : Indexed<T> renamed to public append(entry T) : Indexed<T> in class io.atomix.storage.journal.JournalWriter |
From |
To |
|
Rename Method public getSize() : int renamed to public size() : int in class io.atomix.storage.journal.Indexed |
From |
To |
|
Rename Method public previousLogIndex() : long renamed to public prevLogIndex() : long in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Change Parameter Type entries : List<Indexed<RaftLogEntry>> to entries : List<RaftLogEntry> in method public AppendRequest(term long, leader MemberId, prevLogIndex long, prevLogTerm long, entries List<RaftLogEntry>, commitIndex long) in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Change Parameter Type entry : Indexed<RaftLogEntry> to entry : RaftLogEntry in method public addEntry(entry RaftLogEntry) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Change Parameter Type entries : Indexed<RaftLogEntry>... to entries : RaftLogEntry... in method public withEntries(entries RaftLogEntry...) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Change Parameter Type entries : List<Indexed<RaftLogEntry>> to entries : List<RaftLogEntry> in method public withEntries(entries List<RaftLogEntry>) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Change Return Type Indexed<E> to void in method public reset(index long) : void in class io.atomix.storage.journal.JournalReaderDelegate |
From |
To |
|
Change Return Type Indexed<E> to void in method public reset(index long) : void in class io.atomix.storage.journal.JournalReader |
From |
To |
|
Change Return Type Indexed<E> to void in method public reset(index long) : void in class io.atomix.storage.journal.SegmentedJournalReader |
From |
To |
|
Change Return Type AppendResponse to CompletableFuture<AppendResponse> in method protected handleAppend(request AppendRequest) : CompletableFuture<AppendResponse> in class io.atomix.protocols.raft.roles.PassiveRole |
From |
To |
|
Change Return Type Indexed<E> to void in method public reset(index long) : void in class io.atomix.storage.journal.JournalSegmentReader |
From |
To |
|
Change Return Type List<Indexed<RaftLogEntry>> to List<RaftLogEntry> in method public entries() : List<RaftLogEntry> in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Rename Parameter logTerm : long to lastLogTerm : long in method public VoteRequest(term long, candidate MemberId, lastLogIndex long, lastLogTerm long) in class io.atomix.protocols.raft.protocol.VoteRequest |
From |
To |
|
Rename Parameter logIndex : long to prevLogIndex : long in method public AppendRequest(term long, leader MemberId, prevLogIndex long, prevLogTerm long, entries List<RaftLogEntry>, commitIndex long) in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Rename Parameter logIndex : long to lastLogIndex : long in method public VoteRequest(term long, candidate MemberId, lastLogIndex long, lastLogTerm long) in class io.atomix.protocols.raft.protocol.VoteRequest |
From |
To |
|
Rename Parameter logTerm : long to lastLogTerm : long in method public PollRequest(term long, candidate MemberId, lastLogIndex long, lastLogTerm long) in class io.atomix.protocols.raft.protocol.PollRequest |
From |
To |
|
Rename Parameter logTerm : long to prevLogTerm : long in method public AppendRequest(term long, leader MemberId, prevLogIndex long, prevLogTerm long, entries List<RaftLogEntry>, commitIndex long) in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Rename Parameter logIndex : long to lastLogIndex : long in method public PollRequest(term long, candidate MemberId, lastLogIndex long, lastLogTerm long) in class io.atomix.protocols.raft.protocol.PollRequest |
From |
To |