|
Rename Method public onNewEntry(prevLogIndex long, prevLogTerm long, newLogEntry RaftLogEntry, leaderContext LeaderContext) : void renamed to public onNewEntries(prevLogIndex long, prevLogTerm long, newLogEntries RaftLogEntry[], leaderContext LeaderContext) : void in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Rename Method private sendNewEntry(prevLogIndex long, prevLogTerm long, newEntry RaftLogEntry, leaderContext LeaderContext) : void renamed to private sendNewEntries(prevLogIndex long, prevLogTerm long, newEntries RaftLogEntry[], leaderContext LeaderContext) : void in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Change Parameter Type newLogEntry : RaftLogEntry to newLogEntries : RaftLogEntry[] in method public NewEntries(prevLogIndex long, prevLogTerm long, newLogEntries RaftLogEntry[]) in class org.neo4j.coreedge.raft.outcome.ShipCommand.NewEntries |
From |
To |
|
Change Parameter Type newEntry : RaftLogEntry to newEntries : RaftLogEntry[] in method private sendNewEntries(prevLogIndex long, prevLogTerm long, newEntries RaftLogEntry[], leaderContext LeaderContext) : void in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Change Parameter Type newLogEntry : RaftLogEntry to newLogEntries : RaftLogEntry[] in method public onNewEntries(prevLogIndex long, prevLogTerm long, newLogEntries RaftLogEntry[], leaderContext LeaderContext) : void in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Rename Parameter newEntry : RaftLogEntry to newEntries : RaftLogEntry[] in method private sendNewEntries(prevLogIndex long, prevLogTerm long, newEntries RaftLogEntry[], leaderContext LeaderContext) : void in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Rename Parameter newLogEntry : RaftLogEntry to newLogEntries : RaftLogEntry[] in method public onNewEntries(prevLogIndex long, prevLogTerm long, newLogEntries RaftLogEntry[], leaderContext LeaderContext) : void in class org.neo4j.coreedge.raft.replication.shipping.RaftLogShipper |
From |
To |
|
Rename Parameter newLogEntry : RaftLogEntry to newLogEntries : RaftLogEntry[] in method public NewEntries(prevLogIndex long, prevLogTerm long, newLogEntries RaftLogEntry[]) in class org.neo4j.coreedge.raft.outcome.ShipCommand.NewEntries |
From |
To |