a5faf2aa591caf9d86d1e059691cab06b19c69d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type future : CompletableFuture<Long> to future : ComposableFuture<Long> in method public takeSnapshot(index long) : CompletableFuture<Long> in class io.atomix.protocols.raft.service.RaftServiceContext | From | To | |
Extract Variable | 1 | ||
Extract Variable existingPendingSnapshot : PendingSnapshot in method public takeSnapshot(index long) : CompletableFuture<Long> from class io.atomix.protocols.raft.service.RaftServiceContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type future : CompletableFuture<Void> to future : CompletableFuture<Long> in class io.atomix.protocols.raft.service.RaftServiceContext.PendingSnapshot | From | To |