|
Change Parameter Type partitioner : GroupPartitioner to partitioner : Partitioner in method package Partitions(partitions List<Partition>, partitioner Partitioner) in class io.atomix.group.partition.Partitions |
From |
To |
|
Change Parameter Type partition : GroupPartition to partition : Partition in method package PartitionMigration(source GroupMember, target GroupMember, partition Partition) in class io.atomix.group.partition.PartitionMigration |
From |
To |
|
Change Parameter Type connections : GroupConnectionManager to connections : ConnectionManager in method public Connection(memberId String, address Address, connections ConnectionManager) in class io.atomix.group.connection.Connection |
From |
To |
|
Change Parameter Type partitioner : GroupPartitioner to partitioner : Partitioner in method public partition(partitions int, partitioner Partitioner) : PartitionGroup in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Parameter Type connections : GroupConnectionManager to connections : ConnectionManager in method public LocalConnection(memberId String, address Address, connections ConnectionManager) in class io.atomix.group.connection.LocalConnection |
From |
To |
|
Change Parameter Type migration : GroupPartitionMigration to migration : PartitionMigration in method package handleMigration(migration PartitionMigration) : void in class io.atomix.group.partition.Partition |
From |
To |
|
Change Parameter Type callback : Consumer<GroupPartitionMigration> to callback : Consumer<PartitionMigration> in method public onMigration(callback Consumer<PartitionMigration>) : Listener<PartitionMigration> in class io.atomix.group.partition.Partition |
From |
To |
|
Change Parameter Type consumer : Consumer<GroupTask<T>> to consumer : Consumer<Task<T>> in method public onTask(consumer Consumer<Task<T>>) : Listener<Task<T>> in class io.atomix.group.tasks.LocalTaskQueue |
From |
To |
|
Change Parameter Type consumer : Consumer<GroupMessage<T>> to consumer : Consumer<Message<T>> in method public onMessage(topic String, consumer Consumer<Message<T>>) : Listener<Message<T>> in class io.atomix.group.connection.LocalConnection |
From |
To |
|
Change Parameter Type task : GroupTask to task : Task in method package onTask(task Task) : void in class io.atomix.group.tasks.LocalTaskQueue |
From |
To |
|
Change Parameter Type partitioner : GroupPartitioner to partitioner : Partitioner in method public PartitionGroup(subGroupId int, group MembershipGroup, members Collection<GroupMember>, numPartitions int, replicationFactor int, partitioner Partitioner) in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Parameter Type callback : Consumer<GroupTerm> to callback : Consumer<Term> in method public onElection(callback Consumer<Term>) : Listener<Term> in class io.atomix.group.election.Election |
From |
To |
|
Change Parameter Type task : GroupTask to task : Task in method private onTaskEvent(task Task) : void in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Parameter Type partitioner : GroupPartitioner to partitioner : Partitioner in method public partition(partitions int, partitioner Partitioner) : PartitionGroup in class io.atomix.group.DistributedGroup |
From |
To |
|
Change Parameter Type message : GroupMessage to message : Message in method package onMessage(message Message) : void in class io.atomix.group.connection.LocalConnection |
From |
To |
|
Change Parameter Type partitions : List<GroupPartition> to partitions : List<Partition> in method package Partitions(partitions List<Partition>, partitioner Partitioner) in class io.atomix.group.partition.Partitions |
From |
To |
|
Change Parameter Type callback : Consumer<GroupPartitionMigration> to callback : Consumer<PartitionMigration> in method public onMigration(callback Consumer<PartitionMigration>) : Listener<PartitionMigration> in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Parameter Type partitioner : GroupPartitioner to partitioner : Partitioner in method public partition(partitions int, partitioner Partitioner) : PartitionGroup in class io.atomix.group.SubGroup |
From |
To |
|
Change Return Type CompletableFuture<LocalGroupMember> to CompletableFuture<LocalMember> in method public join() : CompletableFuture<LocalMember> in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Return Type GroupTaskQueue to TaskQueue in method public tasks() : TaskQueue in class io.atomix.group.DistributedGroup |
From |
To |
|
Change Return Type GroupMessage<T> to Message<T> in method package setFuture(future CompletableFuture<Object>) : Message<T> in class io.atomix.group.connection.Message |
From |
To |
|
Change Return Type GroupTaskQueue to TaskQueue in method public tasks() : TaskQueue in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Return Type CompletableFuture<LocalGroupMember> to CompletableFuture<LocalMember> in method public join(memberId String) : CompletableFuture<LocalMember> in class io.atomix.group.DistributedGroup |
From |
To |
|
Change Return Type GroupTerm to Term in method public term() : Term in class io.atomix.group.election.Election |
From |
To |
|
Change Return Type GroupPartition to Partition in method public get(partitionId int) : Partition in class io.atomix.group.partition.Partitions |
From |
To |
|
Change Return Type GroupTaskQueue to TaskQueue in method public tasks() : TaskQueue in class io.atomix.group.SubGroup |
From |
To |
|
Change Return Type GroupPartitions to Partitions in method public partitions() : Partitions in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Return Type CompletableFuture<LocalGroupMember> to CompletableFuture<LocalMember> in method public join(memberId String) : CompletableFuture<LocalMember> in class io.atomix.group.SubGroup |
From |
To |
|
Change Return Type GroupElection to Election in method public election() : Election in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Return Type GroupPartition to Partition in method public get(value Object) : Partition in class io.atomix.group.partition.Partitions |
From |
To |
|
Change Return Type CompletableFuture<LocalGroupMember> to CompletableFuture<LocalMember> in method public join(memberId String) : CompletableFuture<LocalMember> in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Return Type Listener<GroupTerm> to Listener<Term> in method public onElection(callback Consumer<Term>) : Listener<Term> in class io.atomix.group.election.Election |
From |
To |
|
Change Return Type Listener<GroupPartitionMigration> to Listener<PartitionMigration> in method public onMigration(callback Consumer<PartitionMigration>) : Listener<PartitionMigration> in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Return Type GroupPartition to Partition in method public partition() : Partition in class io.atomix.group.partition.PartitionMigration |
From |
To |
|
Change Return Type CompletableFuture<LocalGroupMember> to CompletableFuture<LocalMember> in method public join() : CompletableFuture<LocalMember> in class io.atomix.group.DistributedGroup |
From |
To |
|
Change Return Type CompletableFuture<LocalGroupMember> to CompletableFuture<LocalMember> in method private join(memberId String, persistent boolean) : CompletableFuture<LocalMember> in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Return Type Iterator<GroupPartition> to Iterator<Partition> in method public iterator() : Iterator<Partition> in class io.atomix.group.partition.Partitions |
From |
To |
|
Change Return Type CompletableFuture<LocalGroupMember> to CompletableFuture<LocalMember> in method public join() : CompletableFuture<LocalMember> in class io.atomix.group.SubGroup |
From |
To |
|
Change Return Type Listener<GroupTask<T>> to Listener<Task<T>> in method public onTask(consumer Consumer<Task<T>>) : Listener<Task<T>> in class io.atomix.group.tasks.LocalTaskQueue |
From |
To |
|
Change Return Type Listener<GroupPartitionMigration> to Listener<PartitionMigration> in method public onMigration(callback Consumer<PartitionMigration>) : Listener<PartitionMigration> in class io.atomix.group.partition.Partition |
From |
To |
|
Change Return Type GroupElection to Election in method public election() : Election in class io.atomix.group.DistributedGroup |
From |
To |
|
Change Return Type GroupTask<T> to Task<T> in method package setFuture(future CompletableFuture<Boolean>) : Task<T> in class io.atomix.group.tasks.Task |
From |
To |
|
Change Return Type LocalMemberTaskQueue to LocalTaskQueue in method public tasks() : LocalTaskQueue in class io.atomix.group.LocalMember |
From |
To |
|
Change Return Type LocalMemberConnection to LocalConnection in method public connection() : LocalConnection in class io.atomix.group.LocalMember |
From |
To |
|
Change Return Type GroupElection to Election in method public election() : Election in class io.atomix.group.SubGroup |
From |
To |
|
Change Return Type Listener<GroupMessage<T>> to Listener<Message<T>> in method public onMessage(topic String, consumer Consumer<Message<T>>) : Listener<Message<T>> in class io.atomix.group.connection.LocalConnection |
From |
To |
|
Change Return Type MemberConnection to Connection in method public connection() : Connection in class io.atomix.group.GroupMember |
From |
To |
|
Move And Rename Class io.atomix.group.GroupTask moved and renamed to io.atomix.group.tasks.Task |
From |
To |
|
Move And Rename Class io.atomix.group.GroupTaskQueue moved and renamed to io.atomix.group.tasks.TaskQueue |
From |
To |
|
Move And Rename Class io.atomix.group.GroupHashRing moved and renamed to io.atomix.group.util.HashRing |
From |
To |
|
Move And Rename Class io.atomix.group.LocalMemberConnection moved and renamed to io.atomix.group.connection.LocalConnection |
From |
To |
|
Move And Rename Class io.atomix.group.GroupConnectionManager moved and renamed to io.atomix.group.connection.ConnectionManager |
From |
To |
|
Move And Rename Class io.atomix.group.GroupPartitioner moved and renamed to io.atomix.group.partition.Partitioner |
From |
To |
|
Move And Rename Class io.atomix.group.GroupMessage moved and renamed to io.atomix.group.connection.Message |
From |
To |
|
Move And Rename Class io.atomix.group.GroupPartitionMigration moved and renamed to io.atomix.group.partition.PartitionMigration |
From |
To |
|
Move And Rename Class io.atomix.group.GroupPartition moved and renamed to io.atomix.group.partition.Partition |
From |
To |
|
Move And Rename Class io.atomix.group.LocalMemberTaskQueue moved and renamed to io.atomix.group.tasks.LocalTaskQueue |
From |
To |
|
Move And Rename Class io.atomix.group.GroupTerm moved and renamed to io.atomix.group.election.Term |
From |
To |
|
Move And Rename Class io.atomix.group.GroupElection moved and renamed to io.atomix.group.election.Election |
From |
To |
|
Move And Rename Class io.atomix.group.GroupPartitions moved and renamed to io.atomix.group.partition.Partitions |
From |
To |
|
Move And Rename Class io.atomix.group.MemberConnection moved and renamed to io.atomix.group.connection.Connection |
From |
To |
|
Change Variable Type localMember : LocalGroupMember to localMember : LocalMember in method public testProperties() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member2 : LocalGroupMember to member2 : LocalMember in method public testPartitionMessage() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember : LocalGroupMember to localMember : LocalMember in method public testExpireLeave() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member3 : LocalGroupMember to member3 : LocalMember in method public testPartitionMessage() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member3 : LocalGroupMember to member3 : LocalMember in method public testAllTask() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember2 : LocalGroupMember to localMember2 : LocalMember in method public testSubGroupElect() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type subGroup : SubGroup to subGroup : SubGroupController in method protected onLeave(member GroupMember) : void in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Variable Type localMember2 : LocalGroupMember to localMember2 : LocalMember in method public testElectResign() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember2 : LocalGroupMember to localMember2 : LocalMember in method public testPersistentProperties() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember1 : LocalGroupMember to localMember1 : LocalMember in method public testSubGroupElect() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember : LocalGroupMember to localMember : LocalMember in method private testGroup(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedGroup>) : void in class io.atomix.AtomixGroupTest |
From |
To |
|
Change Variable Type member1 : LocalGroupMember to member1 : LocalMember in method public testPartitionMigration() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member : LocalGroupMember to member : LocalMember in method public testDirectTaskFailOnLeave() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member1 : LocalGroupMember to member1 : LocalMember in method public testAllTask() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember2 : LocalGroupMember to localMember2 : LocalMember in method public testElectClose() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember1 : LocalGroupMember to localMember1 : LocalMember in method public testElectResign() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type subGroup : SubGroup to subGroup : SubGroupController in method protected onJoin(member GroupMember) : void in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Variable Type member : LocalGroupMember to member : LocalMember in method public testDirectTaskFail() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member : LocalGroupMember to member : LocalMember in method public testDirectTask() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type migrations : List<GroupPartitionMigration> to migrations : List<PartitionMigration> in method private migratePartitionMembers(oldPartitions List<List<GroupMember>>, newPartitions List<List<GroupMember>>) : void in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Variable Type member : LocalGroupMember to member : LocalMember in method public main(args String[]) : void in class io.atomix.examples.election.LeaderElectionExample |
From |
To |
|
Change Variable Type localMember1 : LocalGroupMember to localMember1 : LocalMember in method public testPersistentProperties() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type partition : GroupPartition to partition : Partition in method private getOldPartitions() : List<List<GroupMember>> in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Variable Type member2 : LocalGroupMember to member2 : LocalMember in method public testAllTask() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type localMember : LocalGroupMember to localMember : LocalMember in method public testLeave() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member : LocalGroupMember to member : LocalMember in method private join(memberId String, persistent boolean) : CompletableFuture<LocalMember> in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Variable Type migration : GroupPartitionMigration to migration : PartitionMigration in method private migratePartitionMembers(oldPartitions List<List<GroupMember>>, newPartitions List<List<GroupMember>>) : void in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Variable Type subGroup : SubGroup to subGroup : SubGroupController in method protected onJoin(member GroupMember) : void in class io.atomix.group.partition.ConsistentHashGroup |
From |
To |
|
Change Variable Type listener : Listener<GroupTerm> to listener : Listener<Term> in method public onElection(callback Consumer<Term>) : Listener<Term> in class io.atomix.group.election.Election |
From |
To |
|
Change Variable Type partitions : List<GroupPartition> to partitions : List<Partition> in method public PartitionGroup(subGroupId int, group MembershipGroup, members Collection<GroupMember>, numPartitions int, replicationFactor int, partitioner Partitioner) in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Variable Type subGroup : SubGroup to subGroup : SubGroupController in method package handleRepartition(members List<GroupMember>) : void in class io.atomix.group.partition.Partition |
From |
To |
|
Change Variable Type localMember1 : LocalGroupMember to localMember1 : LocalMember in method public testElectClose() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Variable Type member1 : LocalGroupMember to member1 : LocalMember in method public testPartitionMessage() : void in class io.atomix.group.DistributedGroupTest |
From |
To |
|
Change Attribute Type connections : GroupConnectionManager to connections : ConnectionManager in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Attribute Type tasks : GroupTaskQueue to tasks : TaskQueue in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Attribute Type tasks : LocalMemberTaskQueue to tasks : TaskQueueController in class io.atomix.group.LocalMember |
From |
To |
|
Change Attribute Type connections : GroupConnectionManager to connections : ConnectionManager in class io.atomix.group.connection.Connection |
From |
To |
|
Change Attribute Type migrationListeners : Listeners<GroupPartitionMigration> to migrationListeners : Listeners<PartitionMigration> in class io.atomix.group.partition.Partition |
From |
To |
|
Change Attribute Type election : GroupElection to election : ElectionController in class io.atomix.group.MembershipGroup |
From |
To |
|
Change Attribute Type election : GroupElection to election : ElectionController in class io.atomix.group.SubGroup |
From |
To |
|
Change Attribute Type partitions : GroupPartitions to partitions : Partitions in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Attribute Type hashRing : GroupHashRing to hashRing : HashRing in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Attribute Type migrationListeners : Listeners<GroupPartitionMigration> to migrationListeners : Listeners<PartitionMigration> in class io.atomix.group.partition.PartitionGroup |
From |
To |
|
Change Attribute Type subGroups : Map<Integer,SubGroup> to subGroups : Map<Integer,SubGroupController> in class io.atomix.group.SubGroup |
From |
To |
|
Change Attribute Type taskListeners : Listeners<GroupTask<Object>> to taskListeners : Listeners<Task<Object>> in class io.atomix.group.tasks.LocalTaskQueue |
From |
To |
|
Change Attribute Type hashRing : GroupHashRing to hashRing : HashRing in class io.atomix.group.partition.ConsistentHashGroup |
From |
To |
|
Change Attribute Type connection : LocalMemberConnection to connection : ConnectionController in class io.atomix.group.LocalMember |
From |
To |
|
Change Attribute Type tasks : GroupTaskQueue to tasks : TaskQueue in class io.atomix.group.SubGroup |
From |
To |
|
Change Attribute Type partition : GroupPartition to partition : Partition in class io.atomix.group.partition.PartitionMigration |
From |
To |
|
Change Attribute Type connection : MemberConnection to connection : Connection in class io.atomix.group.GroupMember |
From |
To |
|
Change Attribute Type tasks : MemberTaskQueue to tasks : TaskQueueController in class io.atomix.group.GroupMember |
From |
To |
|
Change Attribute Type partitioner : GroupPartitioner to partitioner : Partitioner in class io.atomix.group.partition.Partitions |
From |
To |
|
Change Attribute Type partitions : List<GroupPartition> to partitions : List<Partition> in class io.atomix.group.partition.Partitions |
From |
To |
|
Change Attribute Type term : GroupTerm to term : Term in class io.atomix.group.election.Election |
From |
To |
|
Change Attribute Type electionListeners : Listeners<GroupTerm> to electionListeners : Listeners<Term> in class io.atomix.group.election.Election |
From |
To |