af7d0623c5940d20d87785ed7d184923f84cd863
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public restore(request ReadRequest) : CompletableFuture<ReadResponse> renamed to public read(request ReadRequest) : CompletableFuture<ReadResponse> in class io.atomix.protocols.log.roles.LogServerRole | From | To | |
Rename Method public index() : long renamed to public term() : long in class io.atomix.protocols.log.protocol.LogEntry | From | To | |
Rename Method public execute(request AppendRequest) : CompletableFuture<AppendResponse> renamed to public append(request AppendRequest) : CompletableFuture<AppendResponse> in class io.atomix.protocols.log.roles.LogServerRole | From | To | |
Change Parameter Type | 7 | ||
Change Parameter Type context : LogServerContext to context : DistributedLogServerContext in method protected LogServerRole(role Role, context DistributedLogServerContext) in class io.atomix.protocols.log.roles.LogServerRole | From | To | |
Change Parameter Type context : LogServerContext to context : DistributedLogServerContext in method private DistributedLogServer(context DistributedLogServerContext) in class io.atomix.protocols.log.DistributedLogServer | From | To | |
Change Parameter Type context : LogServerContext to context : DistributedLogServerContext in method package AsynchronousReplicator(context DistributedLogServerContext, log Logger) in class io.atomix.protocols.log.roles.AsynchronousReplicator | From | To | |
Change Parameter Type context : LogServerContext to context : DistributedLogServerContext in method package SynchronousReplicator(context DistributedLogServerContext, log Logger) in class io.atomix.protocols.log.roles.SynchronousReplicator | From | To | |
Change Parameter Type service : LogServerContext to service : DistributedLogServerContext in method public FollowerRole(service DistributedLogServerContext) in class io.atomix.protocols.log.roles.FollowerRole | From | To | |
Change Parameter Type context : LogServerContext to context : DistributedLogServerContext in method public LeaderRole(context DistributedLogServerContext) in class io.atomix.protocols.log.roles.LeaderRole | From | To | |
Change Parameter Type service : LogServerContext to service : DistributedLogServerContext in method public NoneRole(service DistributedLogServerContext) in class io.atomix.protocols.log.roles.NoneRole | From | To | |
Rename Class | 1 | ||
Rename Class io.atomix.protocols.log.impl.LogServerContext renamed to io.atomix.protocols.log.impl.DistributedLogServerContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute index : long to term : long in class io.atomix.protocols.log.protocol.LogEntry | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type context : LogServerContext to context : DistributedLogServerContext in class io.atomix.protocols.log.roles.AsynchronousReplicator | From | To | |
Change Attribute Type context : LogServerContext to context : DistributedLogServerContext in class io.atomix.protocols.log.DistributedLogServer | From | To | |
Change Attribute Type context : LogServerContext to context : DistributedLogServerContext in class io.atomix.protocols.log.roles.LogServerRole | From | To | |
Change Attribute Type context : LogServerContext to context : DistributedLogServerContext in class io.atomix.protocols.log.roles.SynchronousReplicator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter index : long to term : long in method public LogEntry(term long, timestamp long, value byte[]) in class io.atomix.protocols.log.protocol.LogEntry | From | To |