bdee68351a3ce8c017cf0c493a1755a673707ed7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getSnapshotByIndex(index long) : Snapshot renamed to public getSnapshotsByIndex(index long) : Collection<Snapshot> in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore | From | To | |
Rename Variable | 2 | ||
Rename Variable snapshot : Snapshot to snapshots : Collection<Snapshot> in method private prepareIndex(index long) : void in class io.atomix.protocols.raft.impl.RaftServiceManager | From | To | |
Rename Variable snapshot : Snapshot to snapshots : Collection<Snapshot> in method protected appendEntries(member RaftMemberContext) : void in class io.atomix.protocols.raft.roles.LeaderAppender | From | To | |
Change Return Type | 1 | ||
Change Return Type Snapshot to Collection<Snapshot> in method public getSnapshotsByIndex(index long) : Collection<Snapshot> in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore | From | To | |
Rename Attribute | 1 | ||
Rename Attribute stateMachineSnapshots : Map<ServiceId,Snapshot> to serviceSnapshots : Map<ServiceId,Snapshot> in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore | From | To | |
Change Variable Type | 2 | ||
Change Variable Type snapshot : Snapshot to snapshots : Collection<Snapshot> in method private prepareIndex(index long) : void in class io.atomix.protocols.raft.impl.RaftServiceManager | From | To | |
Change Variable Type snapshot : Snapshot to snapshots : Collection<Snapshot> in method protected appendEntries(member RaftMemberContext) : void in class io.atomix.protocols.raft.roles.LeaderAppender | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type indexSnapshots : Map<Long,Snapshot> to indexSnapshots : Map<Long,Set<Snapshot>> in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore | From | To |