|
Change Parameter Type log : RaftLog to log : Log in method public withLog(log Log) : Builder in class net.kuujo.copycat.raft.Raft.Builder |
From |
To |
|
Change Parameter Type entries : List<RaftEntry> to entries : List<Entry> in method public withEntries(entries List<Entry>) : Builder in class net.kuujo.copycat.raft.rpc.AppendRequest.Builder |
From |
To |
|
Change Parameter Type log : BufferedLog to log : Log in method private readCommittedKeyedTestEntry(log Log, index long) : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Parameter Type log : RaftLog to log : Log in method public withLog(log Log) : Builder in class net.kuujo.copycat.Copycat.Builder |
From |
To |
|
Change Parameter Type entry : RaftEntry to entry : Entry in method public apply(entry Entry) : Object in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Parameter Type prevEntry : RaftEntry to prevEntry : Entry in method private commit(prevIndex long, prevEntry Entry, entries List<Entry>) : void in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Parameter Type entries : List<RaftEntry> to entries : List<Entry> in method private commit(prevIndex long, prevEntry Entry, entries List<Entry>) : void in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method public TestEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.RaftLogTest.TestEntry |
From |
To |
|
Change Parameter Type entries : RaftEntry... to entries : Entry... in method public withEntries(entries Entry...) : Builder in class net.kuujo.copycat.raft.rpc.AppendRequest.Builder |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method protected MemberEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.MemberEntry |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method protected Entry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.Entry |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method public RegisterEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.RegisterEntry |
From |
To |
|
Change Parameter Type log : BufferedLog to log : Log in method private writeTestEntry(log Log) : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method protected SessionEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.SessionEntry |
From |
To |
|
Change Parameter Type log : BufferedLog to log : Log in method private readUncommittedKeyedTestEntry(log Log, index long) : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Parameter Type log : BufferedLog to log : Log in method private checkLength(log Log, length long) : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method protected TimestampedEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.TimestampedEntry |
From |
To |
|
Change Parameter Type entry : RaftEntry to entry : Entry in method public appendEntry(entry Entry) : long in class net.kuujo.copycat.raft.log.Segment |
From |
To |
|
Change Parameter Type log : BufferedLog to log : Log in method private checkInitial(log Log) : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Parameter Type entry : RaftEntry to entry : Entry in method public appendEntry(entry Entry) : long in class net.kuujo.copycat.raft.log.Log |
From |
To |
|
Change Parameter Type log : BufferedLog to log : Log in method private readDeduplicatedTestEntry(log Log, index long) : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method public NoOpEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.NoOpEntry |
From |
To |
|
Change Parameter Type log : RaftLog to log : Log in method public RaftContext(log Log, stateMachine StateMachine, cluster ManagedCluster, topic String, context ExecutionContext) in class net.kuujo.copycat.raft.state.RaftContext |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method public KeepAliveEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.KeepAliveEntry |
From |
To |
|
Change Parameter Type entry : RaftEntry to entry : Entry in method public filter(entry Entry, compaction Compaction) : boolean in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Parameter Type log : RaftLog to log : Log in method private Raft(log Log, config RaftConfig, stateMachine StateMachine, cluster ManagedCluster, topic String, context ExecutionContext) in class net.kuujo.copycat.raft.Raft |
From |
To |
|
Change Parameter Type referenceManager : ReferenceManager<RaftEntry<?>> to referenceManager : ReferenceManager<Entry<?>> in method public OperationEntry(referenceManager ReferenceManager<Entry<?>>) in class net.kuujo.copycat.raft.log.entry.OperationEntry |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testReadOldEntry() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testCompact() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testDelete() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type prevEntry : RaftEntry to prevEntry : Entry in method private emptyCommit() : void in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testContainsIndex() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testRecoverAfterCompact() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testNoDedupeBeforeCommit() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type entry : RaftEntry to entry : Entry in method private getEntries(prevIndex long) : List<Entry> in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Variable Type entry : RaftEntry to entry : Entry in method private doAppendEntries(request AppendRequest) : AppendResponse in class net.kuujo.copycat.raft.state.ActiveState |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testContainsIndex() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type lastEntry : RaftEntry to lastEntry : Entry in method private sendPollRequests() : void in class net.kuujo.copycat.raft.state.FollowerState |
From |
To |
|
Change Variable Type prevEntry : RaftEntry to prevEntry : Entry in method private entriesCommit() : void in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testCompact() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testRecoverBeforeCompact() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type entry : RaftEntry to entry : Entry in method private doCheckPreviousEntry(request AppendRequest) : AppendResponse in class net.kuujo.copycat.raft.state.ActiveState |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testWriteReadKeyedEntry() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testCommitEntryAfterSegment() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testRecoverAfterCompact() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testRecoverRead() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type entry : RaftEntry to entry : Entry in method private logUpToDate(index long, term long, request Request) : boolean in class net.kuujo.copycat.raft.state.ActiveState |
From |
To |
|
Change Variable Type lastEntry : RaftEntry to lastEntry : Entry in method private sendVoteRequests() : void in class net.kuujo.copycat.raft.state.CandidateState |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testReadOldEntry() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type openLog : BufferedLog to openLog : Log in method public testCommitEntry() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testWriteReadKeyedEntry() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testCommitEntryAfterSegment() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type entries : List<RaftEntry> to entries : List<Entry> in method private entriesCommit() : void in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testNoDedupeBeforeCommit() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type match : RaftEntry to match : Entry in method private doAppendEntries(request AppendRequest) : AppendResponse in class net.kuujo.copycat.raft.state.ActiveState |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testRecoverRead() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type entries : List<RaftEntry> to entries : List<Entry> in method private getEntries(prevIndex long) : List<Entry> in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testCommitEntry() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type log : BufferedLog to log : Log in method public testRecoverBeforeCompact() : void in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Variable Type entry : RaftEntry to entry : Entry in method public writeObject(buffer Buffer, serializer Serializer) : void in class net.kuujo.copycat.raft.rpc.AppendRequest |
From |
To |
|
Change Return Type BufferedLog to Log in method private createLog() : Log in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Return Type BufferedLog to Log in method private createLog(config LogConfig) : Log in class net.kuujo.copycat.raft.log.RaftLogTest |
From |
To |
|
Change Return Type BufferedLog to Log in method public skip(entries long) : Log in class net.kuujo.copycat.raft.log.Log |
From |
To |
|
Change Return Type List<RaftEntry> to List<Entry> in method private getEntries(prevIndex long) : List<Entry> in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Return Type RaftEntry to Entry in method private getPrevEntry(prevIndex long) : Entry in class net.kuujo.copycat.raft.state.LeaderState.Replicator.Replica |
From |
To |
|
Change Return Type BufferedLog to Log in method public truncate(index long) : Log in class net.kuujo.copycat.raft.log.Log |
From |
To |
|
Change Return Type RaftLog to Log in method public getLog() : Log in class net.kuujo.copycat.raft.state.RaftContext |
From |
To |
|
Change Return Type RaftEntry to Entry in method public acquire() : Entry in class net.kuujo.copycat.raft.log.entry.Entry |
From |
To |
|
Change Return Type List<RaftEntry> to List<Entry> in method public entries() : List<Entry> in class net.kuujo.copycat.raft.rpc.AppendRequest |
From |
To |
|
Change Return Type BufferedLog to Log in method public build() : Log in class net.kuujo.copycat.raft.log.Log.Builder |
From |
To |