e72abbb07370f0db1747c545026cf9ffe80b363a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 39
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public serverName() : String from class io.atomix.protocols.raft.impl.DefaultRaftServer to public getName() : String from class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
Rename Variable | 2 | ||
Rename Variable node : MemberId to member : MemberId in method protected sendRequest(request T, sender BiFunction<MemberId,T,CompletableFuture<U>>, future CompletableFuture<U>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyConnection | From | To | |
Rename Variable callback : Runnable to task : Runnable in method private runTasks() : void in class io.atomix.protocols.raft.impl.DefaultRaftOperationExecutor | From | To | |
Rename Attribute | 7 | ||
Rename Attribute node : MemberId to member : MemberId in class io.atomix.protocols.raft.proxy.impl.RaftProxyConnection | From | To | |
Rename Attribute log : RaftLog to raftLog : RaftLog in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
Rename Attribute snapshot : SnapshotStore to snapshotStore : SnapshotStore in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
Rename Attribute writer : RaftLogWriter to logWriter : RaftLogWriter in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
Rename Attribute LOGGER : Logger to log : Logger in class io.atomix.protocols.raft.cluster.impl.RaftClusterContext | From | To | |
Rename Attribute LOGGER : Logger to log : Logger in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
Rename Attribute reader : RaftLogReader to logReader : RaftLogReader in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type log : RaftLog to log : Logger in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter node : MemberId to member : MemberId in method protected handleResponse(request T, sender BiFunction, member MemberId, response RaftResponse, error Throwable, future CompletableFuture) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyConnection | From | To |