|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.AppendLogEntry |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method private startingFromIndexReturnEntries(inFlightCache InFlightCache, startIndex long, entry RaftLogEntry, otherEntries RaftLogEntry...) : void in class org.neo4j.causalclustering.core.state.InFlightLogEntryReaderTest |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public inFlightCache(inFlightCache InFlightCache) : RaftMachineBuilder in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public InFlightLogEntryReader(raftLog ReadableRaftLog, inFlightCache InFlightCache, pruneAfterRead boolean) in class org.neo4j.causalclustering.core.state.InFlightLogEntryReader |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public RaftState(myself MemberId, termStorage StateStorage<TermState>, membership RaftMembership, entryLog RaftLog, voteStorage StateStorage<VoteState>, inFlightCache InFlightCache, logProvider LogProvider) in class org.neo4j.causalclustering.core.consensus.state.RaftState |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public RaftMachine(myself MemberId, termStorage StateStorage<TermState>, voteStorage StateStorage<VoteState>, entryLog RaftLog, electionTimeout long, heartbeatInterval long, renewableTimeoutService RenewableTimeoutService, outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, membershipManager RaftMembershipManager, logShipping RaftLogShippingManager, inFlightCache InFlightCache, refuseToBecomeLeader boolean, monitors Monitors, clock Clock) in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.TruncateLogCommand |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method package ComparableRaftState(myself MemberId, votingMembers Set<MemberId>, replicationMembers Set<MemberId>, entryLog RaftLog, inFlightCache InFlightCache, logProvider LogProvider) in class org.neo4j.causalclustering.core.consensus.explorer.ComparableRaftState |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method package RaftLogShipper(outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, raftLog ReadableRaftLog, clock Clock, leader MemberId, follower MemberId, leaderTerm long, leaderCommit long, retryTimeMillis long, catchupBatchSize int, maxAllowedShippingLag int, inFlightCache InFlightCache) in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.BatchAppendLogEntries |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public CommandApplicationProcess(raftLog RaftLog, maxBatchSize int, flushEvery int, dbHealth Supplier<DatabaseHealth>, logProvider LogProvider, progressTracker ProgressTracker, sessionTracker SessionTracker, coreState CoreState, inFlightCache InFlightCache, monitors Monitors) in class org.neo4j.causalclustering.core.state.CommandApplicationProcess |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public RaftLogShippingManager(outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, raftLog ReadableRaftLog, clock Clock, myself MemberId, membership RaftMembership, retryTimeMillis long, catchupBatchSize int, maxAllowedShippingLag int, inFlightCache InFlightCache) in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShippingManager |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.RaftLogCommand |
From |
To |
|
Rename Attribute removeReadIndexFromMap : boolean to pruneAfterRead : boolean in class org.neo4j.causalclustering.core.state.InFlightLogEntryReader |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.ConsensusModule |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.CommandApplicationProcess |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.InFlightLogEntryReader |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.CommandApplicationProcessTest |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.InFlightLogEntryReaderTest |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShippingManager |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.explorer.ComparableRaftState |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.state.RaftState |
From |
To |
|
Rename Attribute useInFlightMap : boolean to useCache : boolean in class org.neo4j.causalclustering.core.state.InFlightLogEntryReader |
From |
To |
|
Rename Attribute inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShippingManager |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.CommandApplicationProcess |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.explorer.ComparableRaftState |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.InFlightLogEntryReader |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.state.RaftState |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.CommandApplicationProcessTest |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.state.InFlightLogEntryReaderTest |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in class org.neo4j.causalclustering.core.consensus.ConsensusModule |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public RaftState(myself MemberId, termStorage StateStorage<TermState>, membership RaftMembership, entryLog RaftLog, voteStorage StateStorage<VoteState>, inFlightCache InFlightCache, logProvider LogProvider) in class org.neo4j.causalclustering.core.consensus.state.RaftState |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.TruncateLogCommand |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method package ComparableRaftState(myself MemberId, votingMembers Set<MemberId>, replicationMembers Set<MemberId>, entryLog RaftLog, inFlightCache InFlightCache, logProvider LogProvider) in class org.neo4j.causalclustering.core.consensus.explorer.ComparableRaftState |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public inFlightCache(inFlightCache InFlightCache) : RaftMachineBuilder in class org.neo4j.causalclustering.core.consensus.RaftMachineBuilder |
From |
To |
|
Rename Parameter removeReadIndexFromMap : boolean to pruneAfterRead : boolean in method public InFlightLogEntryReader(raftLog ReadableRaftLog, inFlightCache InFlightCache, pruneAfterRead boolean) in class org.neo4j.causalclustering.core.state.InFlightLogEntryReader |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public CommandApplicationProcess(raftLog RaftLog, maxBatchSize int, flushEvery int, dbHealth Supplier<DatabaseHealth>, logProvider LogProvider, progressTracker ProgressTracker, sessionTracker SessionTracker, coreState CoreState, inFlightCache InFlightCache, monitors Monitors) in class org.neo4j.causalclustering.core.state.CommandApplicationProcess |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public RaftLogShippingManager(outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, raftLog ReadableRaftLog, clock Clock, myself MemberId, membership RaftMembership, retryTimeMillis long, catchupBatchSize int, maxAllowedShippingLag int, inFlightCache InFlightCache) in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShippingManager |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.RaftLogCommand |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.AppendLogEntry |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public RaftMachine(myself MemberId, termStorage StateStorage<TermState>, voteStorage StateStorage<VoteState>, entryLog RaftLog, electionTimeout long, heartbeatInterval long, renewableTimeoutService RenewableTimeoutService, outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, membershipManager RaftMembershipManager, logShipping RaftLogShippingManager, inFlightCache InFlightCache, refuseToBecomeLeader boolean, monitors Monitors, clock Clock) in class org.neo4j.causalclustering.core.consensus.RaftMachine |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method private startingFromIndexReturnEntries(inFlightCache InFlightCache, startIndex long, entry RaftLogEntry, otherEntries RaftLogEntry...) : void in class org.neo4j.causalclustering.core.state.InFlightLogEntryReaderTest |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method package RaftLogShipper(outbound Outbound<MemberId,RaftMessages.RaftMessage>, logProvider LogProvider, raftLog ReadableRaftLog, clock Clock, leader MemberId, follower MemberId, leaderTerm long, leaderCommit long, retryTimeMillis long, catchupBatchSize int, maxAllowedShippingLag int, inFlightCache InFlightCache) in class org.neo4j.causalclustering.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public applyTo(inFlightCache InFlightCache, log Log) : void in class org.neo4j.causalclustering.core.consensus.outcome.BatchAppendLogEntries |
From |
To |
|
Rename Parameter inFlightMap : InFlightMap<RaftLogEntry> to inFlightCache : InFlightCache in method public InFlightLogEntryReader(raftLog ReadableRaftLog, inFlightCache InFlightCache, pruneAfterRead boolean) in class org.neo4j.causalclustering.core.state.InFlightLogEntryReader |
From |
To |