c7315446a0449799184c8ca7d77bb6fd074105fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getHeartbeatTime() : long renamed to private computeHeartbeatTime() : long in class io.atomix.protocols.raft.roles.LeaderAppender | From | To | |
Rename Variable | 1 | ||
Rename Variable newHeartbeatFuture : CompletableFuture<Long> to future : TimestampedFuture<Long> in method public appendEntries() : CompletableFuture<Long> in class io.atomix.protocols.raft.roles.LeaderAppender | From | To | |
Change Variable Type | 1 | ||
Change Variable Type newHeartbeatFuture : CompletableFuture<Long> to future : TimestampedFuture<Long> in method public appendEntries() : CompletableFuture<Long> in class io.atomix.protocols.raft.roles.LeaderAppender | From | To |