|
Change Parameter Type commit : Commit<MembershipGroupCommands.Send> to commit : Commit<GroupCommands.Send> in method public send(commit Commit<GroupCommands.Send>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.Leave> to commit : Commit<GroupCommands.Leave> in method public leave(commit Commit<GroupCommands.Leave>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.Execute> to commit : Commit<GroupCommands.Execute> in method public execute(commit Commit<GroupCommands.Execute>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedMembershipGroup> to factory : Function<Atomix,DistributedGroup> in method private testGroup(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedGroup>) : void in class io.atomix.AtomixGroupTest |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.Listen> to commit : Commit<GroupCommands.Listen> in method public listen(commit Commit<GroupCommands.Listen>) : Set<String> in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.RemoveProperty> to commit : Commit<GroupCommands.RemoveProperty> in method public removeProperty(commit Commit<GroupCommands.RemoveProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.Schedule> to commit : Commit<GroupCommands.Schedule> in method public schedule(commit Commit<GroupCommands.Schedule>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.Resign> to commit : Commit<GroupCommands.Resign> in method public resign(commit Commit<GroupCommands.Resign>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.Join> to commit : Commit<GroupCommands.Join> in method public join(commit Commit<GroupCommands.Join>) : String in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.GetProperty> to commit : Commit<GroupCommands.GetProperty> in method public getProperty(commit Commit<GroupCommands.GetProperty>) : Object in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type commit : Commit<MembershipGroupCommands.SetProperty> to commit : Commit<GroupCommands.SetProperty> in method public setProperty(commit Commit<GroupCommands.SetProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Parameter Type message : MembershipGroupCommands.Message to message : GroupCommands.Message in method private handle(message GroupCommands.Message) : void in class io.atomix.coordination.DistributedGroup.InternalLocalGroupMember |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method public testSend() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type properties : Map<String,Commit<MembershipGroupCommands.SetProperty>> to properties : Map<String,Commit<GroupCommands.SetProperty>> in method public leave(commit Commit<GroupCommands.Leave>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type join : Commit<MembershipGroupCommands.Join> to join : Commit<GroupCommands.Join> in method public send(commit Commit<GroupCommands.Send>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method public testElectResign() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type properties : Map<String,Commit<MembershipGroupCommands.SetProperty>> to properties : Map<String,Commit<GroupCommands.SetProperty>> in method public close(session Session) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method public testElectResign() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type properties : Map<String,Commit<MembershipGroupCommands.SetProperty>> to properties : Map<String,Commit<GroupCommands.SetProperty>> in method public setProperty(commit Commit<GroupCommands.SetProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method private testGroup(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedGroup>) : void in class io.atomix.AtomixGroupTest |
From |
To |
|
Change Variable Type join : Commit<MembershipGroupCommands.Join> to join : Commit<GroupCommands.Join> in method public leave(commit Commit<GroupCommands.Leave>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method public testElectClose() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type previous : Commit<MembershipGroupCommands.SetProperty> to previous : Commit<GroupCommands.SetProperty> in method public removeProperty(commit Commit<GroupCommands.RemoveProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method private testGroup(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedGroup>) : void in class io.atomix.AtomixGroupTest |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method public testProperties() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type member : Commit<MembershipGroupCommands.Join> to member : Commit<GroupCommands.Join> in method public schedule(commit Commit<GroupCommands.Schedule>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type commit : Commit<MembershipGroupCommands.Join> to commit : Commit<GroupCommands.Join> in method private electLeader() : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type entry : Map.Entry<Long,Commit<MembershipGroupCommands.Join>> to entry : Map.Entry<Long,Commit<GroupCommands.Join>> in method public close(session Session) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type left : Map<Long,Commit<MembershipGroupCommands.Join>> to left : Map<Long,Commit<GroupCommands.Join>> in method public close(session Session) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type properties : Map<String,Commit<MembershipGroupCommands.SetProperty>> to properties : Map<String,Commit<GroupCommands.SetProperty>> in method public getProperty(commit Commit<GroupCommands.GetProperty>) : Object in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method public testPersistentProperties() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method public testLeave() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method public testJoin() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type member : Commit<MembershipGroupCommands.Join> to member : Commit<GroupCommands.Join> in method public execute(commit Commit<GroupCommands.Execute>) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type commit : Commit<MembershipGroupCommands.Join> to commit : Commit<GroupCommands.Join> in method public close(session Session) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type group : DistributedMembershipGroup to group : DistributedGroup in method public main(args String[]) : void in class io.atomix.examples.election.LeaderElectionExample |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method public testPersistentProperties() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type group : DistributedMembershipGroup to group : DistributedGroup in method public main(args String[]) : void in class io.atomix.examples.group.DistributedGroupExample |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method public testProperties() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method public testLeave() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type group1 : DistributedMembershipGroup to group1 : DistributedGroup in method public testJoin() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method public testSend() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type group2 : DistributedMembershipGroup to group2 : DistributedGroup in method public testElectClose() : void in class io.atomix.coordination.DistributedGroupTest |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<String,Commit<MembershipGroupCommands.Join>>> to iterator : Iterator<Map.Entry<String,Commit<GroupCommands.Join>>> in method public close(session Session) : void in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type value : Commit<MembershipGroupCommands.SetProperty> to value : Commit<GroupCommands.SetProperty> in method public getProperty(commit Commit<GroupCommands.GetProperty>) : Object in class io.atomix.coordination.state.GroupState |
From |
To |
|
Change Variable Type properties : Map<String,Commit<MembershipGroupCommands.SetProperty>> to properties : Map<String,Commit<GroupCommands.SetProperty>> in method public removeProperty(commit Commit<GroupCommands.RemoveProperty>) : void in class io.atomix.coordination.state.GroupState |
From |
To |