21554b3032378ee13424964ebd27011a89c798bb
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 325
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type registry : StateMachineRegistry to registry : RaftStateMachineRegistry in method public RaftServerContext(name String, type RaftMember.Type, localNodeId NodeId, protocol RaftServerProtocol, storage Storage, registry RaftStateMachineRegistry, threadPool ScheduledExecutorService, threadContext ThreadContext) in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
| Change Return Type | 3 | ||
| Change Return Type StateMachineRegistry to RaftStateMachineRegistry in method public register(type String, factory Supplier<RaftStateMachine>) : RaftStateMachineRegistry in class io.atomix.protocols.raft.impl.RaftStateMachineRegistry | From | To | |
| Change Return Type StateMachineRegistry to RaftStateMachineRegistry in method public getStateMachineRegistry() : RaftStateMachineRegistry in class io.atomix.protocols.raft.impl.RaftServerContext | From | To | |
| Change Return Type StateMachineRegistry to RaftStateMachineRegistry in method public unregister(type String) : RaftStateMachineRegistry in class io.atomix.protocols.raft.impl.RaftStateMachineRegistry | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class io.atomix.protocols.raft.roles.StateMachineRegistry moved and renamed to io.atomix.protocols.raft.impl.RaftStateMachineRegistry | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type stateMachineRegistry : StateMachineRegistry to stateMachineRegistry : RaftStateMachineRegistry in class io.atomix.protocols.raft.RaftServer.Builder | From | To | |
| Change Attribute Type registry : StateMachineRegistry to registry : RaftStateMachineRegistry in class io.atomix.protocols.raft.impl.RaftServerContext | From | To |