|
Rename Variable localMember : LocalGroupMember to localMember1 : LocalGroupMember in method public testPersistentProperties() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Rename Variable tasks : Queue<Commit<GroupCommands.Submit>> to member : Member in method public ack(commit Commit<GroupCommands.Ack>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Rename Variable oldCommit : Commit<GroupCommands.SetProperty> to previous : Property in method public setProperty(commit Commit<GroupCommands.SetProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Rename Variable commit : Commit<GroupCommands.Join> to member : Member in method public close(session ServerSession) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Rename Variable properties : Map<String,Commit<GroupCommands.SetProperty>> to member : Member in method public setProperty(commit Commit<GroupCommands.SetProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Rename Variable join : Commit<GroupCommands.Join> to member : Member in method public submit(commit Commit<GroupCommands.Submit>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type left : Map<Long,Commit<GroupCommands.Join>> to left : Map<Long,Member> in method public close(session ServerSession) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type properties : Map<String,Commit<GroupCommands.SetProperty>> to member : Member in method public setProperty(commit Commit<GroupCommands.SetProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type join : Commit<GroupCommands.Join> to member : Member in method public submit(commit Commit<GroupCommands.Submit>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<String,Commit<GroupCommands.Join>>> to iterator : Iterator<Map.Entry<String,Member>> in method public close(session ServerSession) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type member : Commit<GroupCommands.Join> to member : Member in method public schedule(commit Commit<GroupCommands.Schedule>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type member : Commit<GroupCommands.Join> to member : Member in method public execute(commit Commit<GroupCommands.Execute>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type tasks : Queue<Commit<GroupCommands.Submit>> to member : Member in method public ack(commit Commit<GroupCommands.Ack>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type oldCommit : Commit<GroupCommands.SetProperty> to previous : Property in method public setProperty(commit Commit<GroupCommands.SetProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type commit : Commit<GroupCommands.Join> to member : Member in method public close(session ServerSession) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Attribute Type members : Map<String,Commit<GroupCommands.Join>> to members : Map<String,Member> in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Attribute Type sessions : Set<ServerSession> to sessions : Map<Long,GroupSession> in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Attribute Type candidates : Queue<Commit<GroupCommands.Join>> to candidates : Queue<Member> in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Attribute Type groupProperties : Map<String,Commit<GroupCommands.SetProperty>> to properties : Map<String,Property> in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Attribute Type future : CompletableFuture<Void> to future : CompletableFuture<Boolean> in class io.atomix.coordination.GroupTask |
From |
To |
|
Change Attribute Type properties : Map<String,Map<String,Commit<GroupCommands.SetProperty>>> to properties : Map<String,Property> in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Attribute Type leader : Commit<GroupCommands.Join> to leader : Member in class io.atomix.coordination.state.GroupState |
From |
To |