|
Change Parameter Type entries : List<Indexed<? extends Entry<?>>> to entries : List<Indexed<RaftLogEntry>> in method public withEntries(entries List<Indexed<RaftLogEntry>>) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Change Parameter Type entry : Indexed<? extends Entry<?>> to entry : Indexed<? extends RaftLogEntry> in method private applyEntry(entry Indexed<? extends RaftLogEntry>) : CompletableFuture<T> in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Parameter Type log : Log to log : RaftLog in method public resetState(log RaftLog) : void in class io.atomix.protocols.raft.cluster.impl.RaftMemberContext |
From |
To |
|
Change Parameter Type entry : Indexed<? extends Entry<?>> to entry : Indexed<? extends RaftLogEntry> in method public apply(entry Indexed<? extends RaftLogEntry>) : CompletableFuture<T> in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Parameter Type entry : Indexed<? extends Entry<?>> to entry : Indexed<? extends RaftLogEntry> in method private applyEntry(entry Indexed<? extends RaftLogEntry>, context ThreadContext) : CompletableFuture<T> in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Parameter Type entry : Indexed<? extends Entry<?>> to entry : Indexed<RaftLogEntry> in method public addEntry(entry Indexed<RaftLogEntry>) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Change Parameter Type entry : T to entry : E in method public Indexed(index long, entry E, size int) in class io.atomix.storage.journal.Indexed |
From |
To |
|
Change Parameter Type entries : List<Indexed<? extends Entry<?>>> to entries : List<Indexed<RaftLogEntry>> in method public AppendRequest(term long, leader NodeId, logIndex long, logTerm long, entries List<Indexed<RaftLogEntry>>, commitIndex long) in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Change Parameter Type mode : Reader.Mode to mode : RaftLogReader.Mode in method public createReader(index long, mode RaftLogReader.Mode) : RaftLogReader in class io.atomix.protocols.raft.storage.log.RaftLog |
From |
To |
|
Change Parameter Type entries : Indexed<? extends Entry<?>>... to entries : Indexed<RaftLogEntry>... in method public withEntries(entries Indexed<RaftLogEntry>...) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Move Method public currentIndex() : long from class io.atomix.protocols.raft.storage.log.LogReader to public currentIndex() : long from class io.atomix.storage.journal.JournalSegmentReader |
From |
To |
|
Move Method public lastIndex() : long from class io.atomix.protocols.raft.storage.log.LogWriter to public lastIndex() : long from class io.atomix.storage.journal.JournalSegment |
From |
To |
|
Move Method public toString() : String from class io.atomix.protocols.raft.storage.log.entry.InitializeEntry to public toString() : String from class io.atomix.protocols.raft.storage.log.entry.OperationEntry |
From |
To |
|
Move Method public reset() : void from class io.atomix.protocols.raft.storage.log.LogReader to public reset() : void from class io.atomix.storage.journal.JournalSegmentReader |
From |
To |
|
Move Method public nextIndex() : long from class io.atomix.protocols.raft.storage.log.LogReader to public nextIndex() : long from class io.atomix.storage.journal.JournalSegmentReader |
From |
To |
|
Move Method public close() : void from class io.atomix.protocols.raft.storage.log.LogWriter to public close() : void from class io.atomix.storage.journal.JournalSegment |
From |
To |
|
Move Method public close() : void from class io.atomix.protocols.raft.storage.log.Log to public close() : void from class io.atomix.storage.journal.JournalSegment |
From |
To |
|
Move Method public nextIndex() : long from class io.atomix.protocols.raft.storage.log.LogWriter to public nextIndex() : long from class io.atomix.storage.journal.JournalSegmentReader |
From |
To |
|
Move Method public close() : void from class io.atomix.protocols.raft.storage.log.LogReader to public close() : void from class io.atomix.storage.journal.JournalSegmentReader |
From |
To |
|
Move Attribute private DEFAULT_FLUSH_ON_COMMIT : boolean from class io.atomix.protocols.raft.storage.Storage to private DEFAULT_FLUSH_ON_COMMIT : boolean from class io.atomix.protocols.raft.storage.Storage.Builder |
From |
To |
|
Move Attribute private lock : Lock from class io.atomix.protocols.raft.storage.log.LogWriter to private lock : Lock from class io.atomix.storage.journal.SegmentedJournalReader |
From |
To |
|
Move Attribute private DEFAULT_RETAIN_STALE_SNAPSHOTS : boolean from class io.atomix.protocols.raft.storage.Storage to private DEFAULT_RETAIN_STALE_SNAPSHOTS : boolean from class io.atomix.protocols.raft.storage.Storage.Builder |
From |
To |
|
Move Attribute private open : boolean from class io.atomix.protocols.raft.storage.log.Log to private open : boolean from class io.atomix.storage.journal.JournalSegment |
From |
To |
|
Move Attribute private DEFAULT_ENTRY_BUFFER_SIZE : int from class io.atomix.protocols.raft.storage.Storage to private DEFAULT_ENTRY_BUFFER_SIZE : int from class io.atomix.storage.journal.SegmentedJournal.Builder |
From |
To |
|
Move Attribute private DEFAULT_DIRECTORY : String from class io.atomix.protocols.raft.storage.Storage to private DEFAULT_DIRECTORY : String from class io.atomix.storage.journal.SegmentedJournal.Builder |
From |
To |
|
Move Attribute private DEFAULT_FLUSH_ON_COMMIT : boolean from class io.atomix.protocols.raft.storage.Storage to private DEFAULT_FLUSH_ON_COMMIT : boolean from class io.atomix.protocols.raft.storage.log.RaftLog.Builder |
From |
To |
|
Move Attribute private DEFAULT_MAX_SEGMENT_SIZE : int from class io.atomix.protocols.raft.storage.Storage to private DEFAULT_MAX_SEGMENT_SIZE : int from class io.atomix.storage.journal.SegmentedJournal.Builder |
From |
To |
|
Move Attribute private DEFAULT_MAX_ENTRIES_PER_SEGMENT : int from class io.atomix.protocols.raft.storage.Storage to private DEFAULT_MAX_ENTRIES_PER_SEGMENT : int from class io.atomix.storage.journal.SegmentedJournal.Builder |
From |
To |
|
Move Attribute private lock : Lock from class io.atomix.protocols.raft.storage.log.LogReader to private lock : Lock from class io.atomix.storage.journal.SegmentedJournalWriter |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method protected configure(members Collection<RaftMember>) : CompletableFuture<Long> in class io.atomix.protocols.raft.roles.LeaderRole |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.PassiveRole |
From |
To |
|
Change Variable Type entry : Indexed<? extends Entry> to entry : Indexed<RaftLogEntry> in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.ActiveRole |
From |
To |
|
Change Variable Type lastEntry : Indexed<?> to lastEntry : Indexed<RaftLogEntry> in method package isLogUpToDate(lastIndex long, lastTerm long, request RaftRequest) : boolean in class io.atomix.protocols.raft.roles.ActiveRole |
From |
To |
|
Change Variable Type indexed : Indexed<InitializeEntry> to indexed : Indexed<RaftLogEntry> in method private appendInitialEntries() : void in class io.atomix.protocols.raft.roles.LeaderRole |
From |
To |
|
Change Variable Type reader : LogReader to reader : RaftLogReader in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.PassiveRole |
From |
To |
|
Change Variable Type entry : Indexed<? extends Entry<?>> to entry : Indexed<RaftLogEntry> in method private applyIndex(index long) : CompletableFuture<T> in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Variable Type reader : LogReader to reader : RaftLogReader in method protected checkPreviousEntry(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.ActiveRole |
From |
To |
|
Change Variable Type reader : LogReader to reader : RaftLogReader in method protected resetNextIndex(member RaftMemberContext) : void in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.ActiveRole |
From |
To |
|
Change Variable Type prevEntry : Indexed<? extends Entry<?>> to prevEntry : Indexed<RaftLogEntry> in method protected buildAppendEntriesRequest(member RaftMemberContext, lastIndex long) : AppendRequest in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method private appendInitialEntries() : void in class io.atomix.protocols.raft.roles.LeaderRole |
From |
To |
|
Change Variable Type entry : Indexed<? extends Entry<?>> to entry : Indexed<RaftLogEntry> in method protected checkPreviousEntry(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.ActiveRole |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method public closeSession(request CloseSessionRequest) : CompletableFuture<CloseSessionResponse> in class io.atomix.protocols.raft.roles.LeaderRole |
From |
To |
|
Change Variable Type entry : Indexed<? extends Entry<?>> to entry : Indexed<RaftLogEntry> in method protected buildAppendEntriesRequest(member RaftMemberContext, lastIndex long) : AppendRequest in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method private truncateUncommittedEntries() : void in class io.atomix.protocols.raft.roles.PassiveRole |
From |
To |
|
Change Variable Type reader : LogReader to reader : RaftLogReader in method protected buildAppendEmptyRequest(member RaftMemberContext) : AppendRequest in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Variable Type prevEntry : Indexed<? extends Entry<?>> to prevEntry : Indexed<RaftLogEntry> in method protected buildAppendEmptyRequest(member RaftMemberContext) : AppendRequest in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Variable Type existing : Indexed<? extends Entry<?>> to existing : Indexed<? extends RaftLogEntry> in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.PassiveRole |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method public keepAlive(request KeepAliveRequest) : CompletableFuture<KeepAliveResponse> in class io.atomix.protocols.raft.roles.LeaderRole |
From |
To |
|
Change Variable Type entries : List<Indexed<? extends Entry<?>>> to entries : List<Indexed<RaftLogEntry>> in method protected buildAppendEntriesRequest(member RaftMemberContext, lastIndex long) : AppendRequest in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Variable Type lastEntry : Indexed<?> to lastEntry : Indexed<RaftLogEntry> in method private sendVoteRequests() : void in class io.atomix.protocols.raft.roles.CandidateRole |
From |
To |
|
Change Variable Type lastEntry : Indexed<?> to lastEntry : Indexed<RaftLogEntry> in method private sendPollRequests() : void in class io.atomix.protocols.raft.roles.FollowerRole |
From |
To |
|
Change Variable Type existing : Indexed<? extends Entry<?>> to existing : Indexed<RaftLogEntry> in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.ActiveRole |
From |
To |
|
Change Variable Type reader : LogReader to reader : RaftLogReader in method protected buildAppendRequest(member RaftMemberContext, lastIndex long) : AppendRequest in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method public command(request CommandRequest) : CompletableFuture<CommandResponse> in class io.atomix.protocols.raft.roles.LeaderRole |
From |
To |
|
Change Variable Type writer : LogWriter to writer : RaftLogWriter in method public openSession(request OpenSessionRequest) : CompletableFuture<OpenSessionResponse> in class io.atomix.protocols.raft.roles.LeaderRole |
From |
To |
|
Change Variable Type reader : LogReader to reader : RaftLogReader in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.ActiveRole |
From |
To |
|
Change Variable Type entry : Indexed<? extends Entry> to entry : Indexed<RaftLogEntry> in method protected appendEntries(request AppendRequest) : AppendResponse in class io.atomix.protocols.raft.roles.PassiveRole |
From |
To |
|
Change Variable Type reader : LogReader to reader : RaftLogReader in method protected buildAppendEntriesRequest(member RaftMemberContext, lastIndex long) : AppendRequest in class io.atomix.protocols.raft.roles.AbstractAppender |
From |
To |
|
Change Return Type LogReader to RaftLogReader in method public getLogReader() : RaftLogReader in class io.atomix.protocols.raft.impl.RaftServerContext |
From |
To |
|
Change Return Type LogWriter to RaftLogWriter in method public getLogWriter() : RaftLogWriter in class io.atomix.protocols.raft.impl.RaftServerContext |
From |
To |
|
Change Return Type LogWriter to RaftLogWriter in method public writer() : RaftLogWriter in class io.atomix.protocols.raft.storage.log.RaftLog |
From |
To |
|
Change Return Type LogWriter to void in method public commit(index long) : void in class io.atomix.protocols.raft.storage.log.RaftLogWriter |
From |
To |
|
Change Return Type List<Indexed<? extends Entry<?>>> to List<Indexed<RaftLogEntry>> in method public entries() : List<Indexed<RaftLogEntry>> in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Change Return Type SegmentDescriptor to JournalSegmentDescriptor in method package copyTo(buffer Buffer) : JournalSegmentDescriptor in class io.atomix.storage.journal.JournalSegmentDescriptor |
From |
To |
|
Change Return Type Type<OpenSessionEntry> to String in method public type() : String in class io.atomix.protocols.raft.storage.log.entry.OpenSessionEntry |
From |
To |
|
Change Return Type T to E in method public entry() : E in class io.atomix.storage.journal.Indexed |
From |
To |
|
Change Return Type Log to RaftLog in method public getLog() : RaftLog in class io.atomix.protocols.raft.impl.RaftServerContext |
From |
To |
|
Change Return Type Entry.Type<T> to Class<?> in method public type() : Class<?> in class io.atomix.storage.journal.Indexed |
From |
To |
|
Change Return Type LogReader to RaftLogReader in method public createReader(index long, mode RaftLogReader.Mode) : RaftLogReader in class io.atomix.protocols.raft.storage.log.RaftLog |
From |
To |
|
Change Return Type LogReader to RaftLogReader in method public getLogReader() : RaftLogReader in class io.atomix.protocols.raft.cluster.impl.RaftMemberContext |
From |
To |
|
Change Return Type SegmentDescriptor to JournalSegmentDescriptor in method public build() : JournalSegmentDescriptor in class io.atomix.storage.journal.JournalSegmentDescriptor.Builder |
From |
To |
|
Change Return Type Indexed<T> to Indexed<E> in method public cast() : Indexed<E> in class io.atomix.storage.journal.Indexed |
From |
To |
|
Change Return Type LogWriter to void in method public truncate(index long) : void in class io.atomix.protocols.raft.storage.log.RaftLogWriter |
From |
To |
|
Change Attribute Type entries : List<Indexed<? extends Entry<?>>> to entries : List<Indexed<RaftLogEntry>> in class io.atomix.protocols.raft.protocol.AppendRequest.Builder |
From |
To |
|
Change Attribute Type reader : LogReader to reader : RaftLogReader in class io.atomix.protocols.raft.impl.RaftServerContext |
From |
To |
|
Change Attribute Type reader : LogReader to reader : RaftLogReader in class io.atomix.protocols.raft.cluster.impl.RaftMemberContext |
From |
To |
|
Change Attribute Type entry : T to entry : E in class io.atomix.storage.journal.Indexed |
From |
To |
|
Change Attribute Type segments : SegmentManager to log : RaftLog in class io.atomix.protocols.raft.storage.log.RaftLogWriter |
From |
To |
|
Change Attribute Type writer : LogWriter to writer : RaftLogWriter in class io.atomix.protocols.raft.impl.RaftServerContext |
From |
To |
|
Change Attribute Type log : Log to log : RaftLog in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Attribute Type entries : List<Indexed<? extends Entry<?>>> to entries : List<Indexed<RaftLogEntry>> in class io.atomix.protocols.raft.protocol.AppendRequest |
From |
To |
|
Change Attribute Type reader : LogReader to reader : RaftLogReader in class io.atomix.protocols.raft.impl.RaftServerStateMachineManager |
From |
To |
|
Change Attribute Type log : Log to log : RaftLog in class io.atomix.protocols.raft.impl.RaftServerContext |
From |
To |