0db6927fa6579020ed4730e7625e45c26b0736b1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public compact(index long) : void from class io.atomix.storage.journal.DelegatingJournal to public compact(index long) : void from class io.atomix.protocols.raft.storage.log.RaftLog | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type delegate : Journal<RaftLogEntry> to journal : SegmentedJournal<RaftLogEntry> in method public RaftLog(journal SegmentedJournal<RaftLogEntry>, flushOnCommit boolean) in class io.atomix.protocols.raft.storage.log.RaftLog | From | To | |
Rename Attribute | 1 | ||
Rename Attribute delegate : Journal<RaftLogEntry> to journal : SegmentedJournal<RaftLogEntry> in class io.atomix.protocols.raft.storage.log.RaftLog | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type delegate : Journal<RaftLogEntry> to journal : SegmentedJournal<RaftLogEntry> in class io.atomix.protocols.raft.storage.log.RaftLog | From | To | |
Rename Parameter | 1 | ||
Rename Parameter delegate : Journal<RaftLogEntry> to journal : SegmentedJournal<RaftLogEntry> in method public RaftLog(journal SegmentedJournal<RaftLogEntry>, flushOnCommit boolean) in class io.atomix.protocols.raft.storage.log.RaftLog | From | To |