086a03d997aaaea1c5f0fbd5a7fde327e99b88e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type CompletableFuture<Void> to CompletableFuture<long[]> in method private applyKeepAlive(entry Indexed<KeepAliveEntry>) : CompletableFuture<long[]> in class io.atomix.protocols.raft.impl.RaftServiceManager | From | To | |
Change Return Type CompletableFuture<Void> to CompletableFuture<Boolean> in method public keepAlive(index long, timestamp long, session RaftSessionContext, commandSequence long, eventIndex long) : CompletableFuture<Boolean> in class io.atomix.protocols.raft.service.impl.DefaultServiceContext | From | To | |
Change Variable Type | 1 | ||
Change Variable Type future : CompletableFuture<Void> to future : CompletableFuture<Boolean> in method public keepAlive(index long, timestamp long, session RaftSessionContext, commandSequence long, eventIndex long) : CompletableFuture<Boolean> in class io.atomix.protocols.raft.service.impl.DefaultServiceContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sessions : Map<SessionId,RaftProxyState> to sessions : Map<Long,RaftProxyState> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To |