|
Rename Class net.kuujo.copycat.coordination.AsyncLeaderElectionTest renamed to net.kuujo.copycat.coordination.DistributedElectionTest |
From |
To |
|
Rename Class net.kuujo.copycat.collections.AsyncMap renamed to net.kuujo.copycat.collections.DistributedMap |
From |
To |
|
Rename Class net.kuujo.copycat.atomic.AsyncReferenceTest renamed to net.kuujo.copycat.atomic.DistributedReferenceTest |
From |
To |
|
Rename Class net.kuujo.copycat.collections.AsyncSetTest renamed to net.kuujo.copycat.collections.DistributedSetTest |
From |
To |
|
Rename Class net.kuujo.copycat.coordination.AsyncLockTest renamed to net.kuujo.copycat.coordination.DistributedLockTest |
From |
To |
|
Rename Class net.kuujo.copycat.coordination.AsyncLeaderElection renamed to net.kuujo.copycat.coordination.DistributedElection |
From |
To |
|
Rename Class net.kuujo.copycat.collections.AsyncMapTest renamed to net.kuujo.copycat.collections.DistributedMapTest |
From |
To |
|
Rename Class net.kuujo.copycat.collections.AsyncTopic renamed to net.kuujo.copycat.collections.DistributedTopic |
From |
To |
|
Rename Class net.kuujo.copycat.atomic.AsyncReference renamed to net.kuujo.copycat.atomic.DistributedReference |
From |
To |
|
Rename Class net.kuujo.copycat.collections.AsyncSet renamed to net.kuujo.copycat.collections.DistributedSet |
From |
To |
|
Rename Class net.kuujo.copycat.coordination.AsyncLock renamed to net.kuujo.copycat.coordination.DistributedLock |
From |
To |
|
Change Variable Type reference : AsyncReference<String> to reference : DistributedReference<String> in method public testSetGet() : void in class net.kuujo.copycat.atomic.DistributedReferenceTest |
From |
To |
|
Change Variable Type set1 : AsyncSet<String> to set1 : DistributedSet<String> in method public testSetAddRemove() : void in class net.kuujo.copycat.collections.DistributedSetTest |
From |
To |
|
Change Variable Type reference : AsyncReference<String> to reference : DistributedReference<String> in method public testChangeEvent() : void in class net.kuujo.copycat.atomic.DistributedReferenceTest |
From |
To |
|
Change Variable Type map : AsyncMap<String,String> to map : DistributedMap<String,String> in method public testMapSize() : void in class net.kuujo.copycat.collections.DistributedMapTest |
From |
To |
|
Change Variable Type map : AsyncMap<String,String> to map : DistributedMap<String,String> in method public testMapTtl() : void in class net.kuujo.copycat.collections.DistributedMapTest |
From |
To |
|
Change Variable Type reference2 : AsyncReference<Integer> to reference2 : DistributedReference<Integer> in method public testCompareAndSet() : void in class net.kuujo.copycat.atomic.DistributedReferenceTest |
From |
To |
|
Change Variable Type election : AsyncLeaderElection to election : DistributedElection in method public testElection() : void in class net.kuujo.copycat.coordination.DistributedElectionTest |
From |
To |
|
Change Variable Type map : AsyncMap<String,String> to map : DistributedMap<String,String> in method public testPutGetRemove() : void in class net.kuujo.copycat.collections.DistributedMapTest |
From |
To |
|
Change Variable Type set2 : AsyncSet<String> to set2 : DistributedSet<String> in method public testSetAddRemove() : void in class net.kuujo.copycat.collections.DistributedSetTest |
From |
To |
|
Change Variable Type reference : AsyncReference<String> to reference : DistributedReference<String> in method public testMembershipChange() : void in class net.kuujo.copycat.atomic.DistributedReferenceTest |
From |
To |
|
Change Variable Type reference1 : AsyncReference<Integer> to reference1 : DistributedReference<Integer> in method public testCompareAndSet() : void in class net.kuujo.copycat.atomic.DistributedReferenceTest |
From |
To |
|
Change Variable Type handler : MessageHandler<T,U> to handler : MessageHandler<Object,U> in method private receive(buffer Buffer) : CompletableFuture<U> in class net.kuujo.copycat.transport.LocalConnection |
From |
To |
|
Change Variable Type lock : AsyncLock to lock : DistributedLock in method public testLockUnlock() : void in class net.kuujo.copycat.coordination.DistributedLockTest |
From |
To |