7eefc7b32a032425ccb382790596a9c0ea37243b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private maybeSendBatch() : void renamed to private maybeBackup() : void in class io.atomix.protocols.backup.roles.AsynchronousReplicator.BackupQueue | From | To | |
Rename Method private sendBatch() : void renamed to private backup() : void in class io.atomix.protocols.backup.roles.AsynchronousReplicator.BackupQueue | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type futures : Queue<CompletableFuture<Void>> to futures : Map<Long,CompletableFuture<Void>> in class io.atomix.protocols.backup.roles.SynchronousReplicator | From | To |