|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method package ComparableRaftState(myself MemberId, votingMembers Set, replicationMembers Set, entryLog RaftLog, inFlightMap InFlightMap<RaftLogEntry>, logProvider LogProvider) in class org.neo4j.coreedge.core.consensus.explorer.ComparableRaftState |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public assertCacheIsUpdated(inFlightMap InFlightMap<RaftLogEntry>, key long) : void in class org.neo4j.coreedge.core.state.InFlightLogEntryReaderTest |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public applyTo(inFlightMap InFlightMap<RaftLogEntry>, log Log) : void in class org.neo4j.coreedge.core.consensus.outcome.BatchAppendLogEntries |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public applyTo(inFlightMap InFlightMap<RaftLogEntry>, log Log) : void in class org.neo4j.coreedge.core.consensus.outcome.RaftLogCommand |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public applyTo(inFlightMap InFlightMap<RaftLogEntry>, log Log) : void in class org.neo4j.coreedge.core.consensus.outcome.AppendLogEntry |
From |
To |
|
Change Parameter Type key : K to key : Long in method public remove(key Long) : boolean in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightMap |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> 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, inFlightMap InFlightMap<RaftLogEntry>, monitors Monitors) in class org.neo4j.coreedge.core.consensus.RaftMachine |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> 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, inFlightMap InFlightMap<RaftLogEntry>) in class org.neo4j.coreedge.core.consensus.shipping.RaftLogShippingManager |
From |
To |
|
Change Parameter Type key : K to key : Long in method public get(key Long) : V in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightMap |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public InFlightLogEntryReader(raftLog ReadableRaftLog, inFlightMap InFlightMap<RaftLogEntry>, removeReadIndexFromMap boolean) in class org.neo4j.coreedge.core.state.InFlightLogEntryReader |
From |
To |
|
Change Parameter Type key : K to key : Long in method public put(key Long, value V) : void in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightMap |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public RaftState(myself MemberId, termStorage StateStorage<TermState>, membership RaftMembership, entryLog RaftLog, voteStorage StateStorage<VoteState>, inFlightMap InFlightMap<RaftLogEntry>, logProvider LogProvider) in class org.neo4j.coreedge.core.consensus.state.RaftState |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method private startingFromIndexReturnEntries(inFlightMap InFlightMap<RaftLogEntry>, startIndex long, entry RaftLogEntry, otherEntries RaftLogEntry...) : void in class org.neo4j.coreedge.core.state.InFlightLogEntryReaderTest |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public CommandApplicationProcess(coreStateMachines CoreStateMachines, raftLog RaftLog, maxBatchSize int, flushEvery int, dbHealth Supplier<DatabaseHealth>, logProvider LogProvider, progressTracker ProgressTracker, lastFlushedStorage StateStorage<Long>, sessionTracker SessionTracker, applier CoreStateApplier, inFlightMap InFlightMap<RaftLogEntry>, monitors Monitors) in class org.neo4j.coreedge.core.state.CommandApplicationProcess |
From |
To |
|
Change Parameter Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> 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, inFlightMap InFlightMap<RaftLogEntry>) in class org.neo4j.coreedge.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Change Variable Type logEntryList : List<Object> to logEntryList : Map<Long,Object> in method public shouldRegisterAndUnregisterValues() : void in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightLogEntriesCacheTest |
From |
To |
|
Change Variable Type entries : InFlightMap<Object,Object> to entries : InFlightMap<Object> in method public shouldRegisterAndUnregisterValues() : void in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightLogEntriesCacheTest |
From |
To |
|
Change Variable Type entries : InFlightMap<Object,Object> to entries : InFlightMap<Object> in method public shouldNotReinsertValues() : void in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightLogEntriesCacheTest |
From |
To |
|
Change Variable Type cache : InFlightMap<Object,Object> to cache : InFlightMap<Object> in method public shouldNotReplaceRegisteredValues() : void in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightLogEntriesCacheTest |
From |
To |
|
Change Variable Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in method public applyTo() : void in class org.neo4j.coreedge.core.consensus.outcome.TruncateLogCommandTest |
From |
To |
|
Change Variable Type cache : InFlightMap<Long,RaftLogEntry> to cache : InFlightMap<RaftLogEntry> in method public applyTo() : void in class org.neo4j.coreedge.core.consensus.outcome.BatchAppendLogEntriesTest |
From |
To |
|
Change Variable Type cache : InFlightMap<Long,RaftLogEntry> to cache : InFlightMap<RaftLogEntry> in method public shouldUpdateCacheState() : void in class org.neo4j.coreedge.core.consensus.state.RaftStateTest |
From |
To |
|
Change Attribute Type map : Map<K,V> to map : SortedMap<Long,V> in class org.neo4j.coreedge.core.consensus.log.segmented.InFlightMap |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.state.InFlightLogEntryReaderTest |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.consensus.ConsensusModule |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.consensus.shipping.RaftLogShippingManager |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.consensus.RaftMachineBuilder |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.state.CommandApplicationProcess |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.consensus.explorer.ComparableRaftState |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.state.InFlightLogEntryReader |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.consensus.state.RaftState |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.consensus.shipping.RaftLogShipper |
From |
To |
|
Change Attribute Type inFlightMap : InFlightMap<Long,RaftLogEntry> to inFlightMap : InFlightMap<RaftLogEntry> in class org.neo4j.coreedge.core.state.CommandApplicationProcessTest |
From |
To |