60f3b0f896bcfe59bbe1864f24b01da0100758ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type threadPoolExecutor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in method public DefaultRaftClient(clientId String, nodeId MemberId, cluster Collection<MemberId>, protocol RaftClientProtocol, threadContextFactory ThreadContextFactory) in class io.atomix.protocols.raft.impl.DefaultRaftClient | From | To | |
Change Parameter Type threadPoolExecutor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in method public RaftProxyManager(clientId String, memberId MemberId, protocol RaftClientProtocol, selectorManager MemberSelectorManager, threadContextFactory ThreadContextFactory) in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To | |
Rename Variable | 1 | ||
Rename Variable executor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in method public build() : RaftClient in class io.atomix.protocols.raft.impl.DefaultRaftClient.Builder | From | To | |
Rename Attribute | 1 | ||
Rename Attribute threadPoolExecutor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To | |
Change Variable Type | 3 | ||
Change Variable Type keepAliveFuture : ScheduledFuture<?> to keepAliveFuture : Scheduled in method private scheduleKeepAlive(lastKeepAliveTime long, timeout long, delta long) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To | |
Change Variable Type keepAliveFuture : ScheduledFuture<?> to keepAliveFuture : Scheduled in method public close() : CompletableFuture<Void> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To | |
Change Variable Type executor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in method public build() : RaftClient in class io.atomix.protocols.raft.impl.DefaultRaftClient.Builder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type keepAliveFutures : Map<Long,ScheduledFuture<?>> to keepAliveFutures : Map<Long,Scheduled> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To | |
Change Attribute Type threadPoolExecutor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To | |
Rename Parameter | 2 | ||
Rename Parameter threadPoolExecutor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in method public DefaultRaftClient(clientId String, nodeId MemberId, cluster Collection<MemberId>, protocol RaftClientProtocol, threadContextFactory ThreadContextFactory) in class io.atomix.protocols.raft.impl.DefaultRaftClient | From | To | |
Rename Parameter threadPoolExecutor : ScheduledExecutorService to threadContextFactory : ThreadContextFactory in method public RaftProxyManager(clientId String, memberId MemberId, protocol RaftClientProtocol, selectorManager MemberSelectorManager, threadContextFactory ThreadContextFactory) in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager | From | To |