|
Change Parameter Type asyncElector : AsyncLeaderElector<T> to asyncElector : AsyncLeaderElection<T> in method public BlockingLeaderElection(asyncElector AsyncLeaderElection<T>, operationTimeoutMillis long) in class io.atomix.election.impl.BlockingLeaderElection |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicCounterBuilder in class io.atomix.counter.AtomicCounterType |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedSetBuilder<E> in class io.atomix.set.DistributedSetType |
From |
To |
|
Change Parameter Type consistency : ReadConsistency to consistency : Consistency in method public withConsistency(consistency Consistency) : B in class io.atomix.primitive.DistributedPrimitiveBuilder |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedPrimitiveBuilder in class io.atomix.protocols.raft.RaftTest.TestPrimitiveType |
From |
To |
|
Change Parameter Type event : MapEvent<String,byte[]> to event : MapEvent<String,String> in method public event(event MapEvent<String,String>) : void in class io.atomix.map.impl.ConsistentMapTest.TestMapEventListener |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : ConsistentMapBuilder<K,V> in class io.atomix.map.ConsistentMapType |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : WorkQueueBuilder<E> in class io.atomix.queue.WorkQueueType |
From |
To |
|
Change Parameter Type o1 : Map.Entry<String,byte[]> to o1 : Map.Entry<String,String> in method public compare(o1 Map.Entry<String,String>, o2 Map.Entry<String,String>) : int in class io.atomix.multimap.impl.ConsistentSetMultimapTest.EntryComparator |
From |
To |
|
Change Parameter Type backups : Set<NodeId> to backups : List<NodeId> in method public ReplicaInfo(term long, primary NodeId, backups List<NodeId>) in class io.atomix.protocols.backup.ReplicaInfo |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicValueBuilder<V> in class io.atomix.value.AtomicValueType |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : ConsistentMultimapBuilder<K,V> in class io.atomix.multimap.ConsistentMultimapType |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : LeaderElectorBuilder<T> in class io.atomix.election.LeaderElectorType |
From |
To |
|
Change Parameter Type event : MapEvent<String,byte[]> to event : MapEvent<String,String> in method public event(event MapEvent<String,String>) : void in class io.atomix.map.impl.ConsistentTreeMapTest.TestMapEventListener |
From |
To |
|
Change Parameter Type o2 : Map.Entry<String,byte[]> to o2 : Map.Entry<String,String> in method public compare(o1 Map.Entry<String,String>, o2 Map.Entry<String,String>) : int in class io.atomix.multimap.impl.ConsistentSetMultimapTest.EntryComparator |
From |
To |
|
Change Parameter Type partitions : PartitionService to managementService : PrimitiveManagementService in method public DocumentTreeProxyBuilder(name String, managementService PrimitiveManagementService) in class io.atomix.tree.impl.DocumentTreeProxyBuilder |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicCounterMapBuilder<K> in class io.atomix.map.AtomicCounterMapType |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedLockBuilder in class io.atomix.lock.DistributedLockType |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicIdGeneratorBuilder in class io.atomix.generator.AtomicIdGeneratorType |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DocumentTreeBuilder<V> in class io.atomix.tree.DocumentTreeType |
From |
To |
|
Change Parameter Type event : LeadershipEvent<byte[]> to event : LeadershipEvent<NodeId> in method public onEvent(event LeadershipEvent<NodeId>) : void in class io.atomix.election.impl.LeaderElectionTest.LeaderEventListener |
From |
To |
|
Change Parameter Type event : DocumentTreeEvent<byte[]> to event : DocumentTreeEvent<String> in method public event(event DocumentTreeEvent<String>) : void in class io.atomix.tree.impl.DocumentTreeTest.TestEventListener |
From |
To |
|
Change Parameter Type partitions : Collection<PartitionMetadata> to partitionGroups : Collection<ManagedPartitionGroup> in method public withPartitionGroups(partitionGroups Collection<ManagedPartitionGroup>) : Builder in class io.atomix.Atomix.Builder |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : ConsistentTreeMapBuilder<K,V> in class io.atomix.map.ConsistentTreeMapType |
From |
To |
|
Change Parameter Type leaderElector : AsyncLeaderElector<String> to leaderElector : AsyncLeaderElection<String> in method public LeaderElectorResource(leaderElector AsyncLeaderElection<String>) in class io.atomix.rest.resources.LeaderElectorResource |
From |
To |
|
Change Parameter Type client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedPrimitiveBuilder in class io.atomix.protocols.raft.proxy.impl.TestPrimitiveType |
From |
To |
|
Move Class io.atomix.primitives.map.impl.MapEntryUpdateResult moved to io.atomix.map.impl.MapEntryUpdateResult |
From |
To |
|
Move Class io.atomix.primitives.map.ConsistentMapException moved to io.atomix.map.ConsistentMapException |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentTreeMapOperations moved to io.atomix.map.impl.ConsistentTreeMapOperations |
From |
To |
|
Move Class io.atomix.primitives.transaction.TransactionLog moved to io.atomix.transaction.TransactionLog |
From |
To |
|
Move Class io.atomix.primitives.value.impl.AtomicValueOperations moved to io.atomix.value.impl.AtomicValueOperations |
From |
To |
|
Move Class io.atomix.primitives.multimap.ConsistentMultimap moved to io.atomix.multimap.ConsistentMultimap |
From |
To |
|
Move Class io.atomix.primitives.map.ConsistentMapType moved to io.atomix.map.ConsistentMapType |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentTreeMapProxy moved to io.atomix.map.impl.ConsistentTreeMapProxy |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations.Withdraw moved to io.atomix.election.impl.LeaderElectionOperations.Withdraw |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentMapTest moved to io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Move Class io.atomix.primitives.counter.impl.BlockingAtomicCounter moved to io.atomix.counter.impl.BlockingAtomicCounter |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.TranscodingAsyncWorkQueue moved to io.atomix.queue.impl.TranscodingAsyncWorkQueue |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.ConsistentSetMultimapEvents moved to io.atomix.multimap.impl.ConsistentSetMultimapEvents |
From |
To |
|
Move Class io.atomix.primitives.lock.impl.DistributedLockProxy moved to io.atomix.lock.impl.DistributedLockProxy |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentMapServiceTest moved to io.atomix.map.impl.ConsistentMapServiceTest |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentTreeMapService moved to io.atomix.map.impl.ConsistentTreeMapService |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentTreeBuilder moved to io.atomix.tree.DocumentTreeBuilder |
From |
To |
|
Move Class io.atomix.primitives.map.impl.AtomicCounterMapServiceTest moved to io.atomix.map.impl.AtomicCounterMapServiceTest |
From |
To |
|
Move Class io.atomix.primitives.set.SetEventListener moved to io.atomix.set.SetEventListener |
From |
To |
|
Move Class io.atomix.primitives.map.impl.CommitResult moved to io.atomix.map.impl.CommitResult |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.ConsistentSetMultimapProxy moved to io.atomix.multimap.impl.ConsistentSetMultimapProxy |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorEvents moved to io.atomix.election.impl.LeaderElectorEvents |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentMapOperations moved to io.atomix.map.impl.ConsistentMapOperations |
From |
To |
|
Move Class io.atomix.primitives.leadership.LeaderElectorType moved to io.atomix.election.LeaderElectorType |
From |
To |
|
Move Class io.atomix.primitives.set.impl.DelegatingAsyncDistributedSet moved to io.atomix.set.impl.DelegatingAsyncDistributedSet |
From |
To |
|
Move Class io.atomix.primitives.counter.AtomicCounterType moved to io.atomix.counter.AtomicCounterType |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.WorkQueueService moved to io.atomix.queue.impl.WorkQueueService |
From |
To |
|
Move Class io.atomix.primitives.lock.impl.BlockingDistributedLock moved to io.atomix.lock.impl.BlockingDistributedLock |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.ConsistentSetMultimapOperations moved to io.atomix.multimap.impl.ConsistentSetMultimapOperations |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentTreeListener moved to io.atomix.tree.DocumentTreeListener |
From |
To |
|
Move Class io.atomix.protocols.raft.partition.impl.RaftPartition moved to io.atomix.protocols.raft.partition.RaftPartition |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DefaultDocumentTreeTest moved to io.atomix.tree.impl.DefaultDocumentTreeTest |
From |
To |
|
Move Class io.atomix.primitives.map.AsyncAtomicCounterMap moved to io.atomix.map.AsyncAtomicCounterMap |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.TranscodingAsyncDocumentTree moved to io.atomix.tree.impl.TranscodingAsyncDocumentTree |
From |
To |
|
Move Class io.atomix.primitives.counter.impl.AtomicCounterServiceTest moved to io.atomix.counter.impl.AtomicCounterServiceTest |
From |
To |
|
Move Class io.atomix.primitives.set.AsyncDistributedSet moved to io.atomix.set.AsyncDistributedSet |
From |
To |
|
Move Class io.atomix.primitives.set.DistributedSet moved to io.atomix.set.DistributedSet |
From |
To |
|
Move Class io.atomix.primitives.value.impl.BlockingAtomicValue moved to io.atomix.value.impl.BlockingAtomicValue |
From |
To |
|
Move Class io.atomix.primitives.map.AsyncConsistentTreeMap moved to io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DefaultDocumentTreeNode moved to io.atomix.tree.impl.DefaultDocumentTreeNode |
From |
To |
|
Move Class io.atomix.primitives.counter.impl.AtomicCounterService moved to io.atomix.counter.impl.AtomicCounterService |
From |
To |
|
Move Class io.atomix.primitives.map.AtomicCounterMapType moved to io.atomix.map.AtomicCounterMapType |
From |
To |
|
Move Class io.atomix.primitives.map.impl.BlockingConsistentTreeMap moved to io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DocumentTreeOperations moved to io.atomix.tree.impl.DocumentTreeOperations |
From |
To |
|
Move Class io.atomix.primitives.map.MapEventListener moved to io.atomix.map.MapEventListener |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.ConsistentSetMultimapService moved to io.atomix.multimap.impl.ConsistentSetMultimapService |
From |
To |
|
Move Class io.atomix.primitives.map.impl.BlockingAtomicCounterMap moved to io.atomix.map.impl.BlockingAtomicCounterMap |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DelegatingAsyncDocumentTree moved to io.atomix.tree.impl.DelegatingAsyncDocumentTree |
From |
To |
|
Move Class io.atomix.primitives.generator.impl.IdGeneratorTest moved to io.atomix.generator.impl.IdGeneratorTest |
From |
To |
|
Move Class io.atomix.primitives.value.impl.AtomicValueEvents moved to io.atomix.value.impl.AtomicValueEvents |
From |
To |
|
Move Class io.atomix.primitives.leadership.LeaderElectorBuilder moved to io.atomix.election.LeaderElectorBuilder |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.ConsistentSetMultimapTest moved to io.atomix.multimap.impl.ConsistentSetMultimapTest |
From |
To |
|
Move Class io.atomix.primitives.value.impl.TranscodingAsyncAtomicValue moved to io.atomix.value.impl.TranscodingAsyncAtomicValue |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentMapService moved to io.atomix.map.impl.ConsistentMapService |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.NodeUpdate moved to io.atomix.tree.impl.NodeUpdate |
From |
To |
|
Move Class io.atomix.primitives.queue.WorkQueueType moved to io.atomix.queue.WorkQueueType |
From |
To |
|
Move Class io.atomix.primitives.map.ConsistentMap moved to io.atomix.map.ConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.generator.AsyncAtomicIdGenerator moved to io.atomix.generator.AsyncAtomicIdGenerator |
From |
To |
|
Move Class io.atomix.primitives.map.AsyncConsistentMap moved to io.atomix.map.AsyncConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.ConsistentMultimapFactory moved to io.atomix.multimap.impl.ConsistentMultimapFactory |
From |
To |
|
Move Class io.atomix.primitives.queue.WorkQueueStats moved to io.atomix.queue.WorkQueueStats |
From |
To |
|
Move Class io.atomix.primitives.map.impl.DelegatingAsyncConsistentTreeMap moved to io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Move Class io.atomix.primitives.tree.AsyncDocumentTree moved to io.atomix.tree.AsyncDocumentTree |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DocumentTreeResult moved to io.atomix.tree.impl.DocumentTreeResult |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentTreeEvent moved to io.atomix.tree.DocumentTreeEvent |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.BlockingWorkQueue moved to io.atomix.queue.impl.BlockingWorkQueue |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentTreeNode moved to io.atomix.tree.DocumentTreeNode |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations.ElectionChangeOperation moved to io.atomix.election.impl.LeaderElectionOperations.ElectionChangeOperation |
From |
To |
|
Move Class io.atomix.primitives.map.MapEvent moved to io.atomix.map.MapEvent |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentMapEvents moved to io.atomix.map.impl.ConsistentMapEvents |
From |
To |
|
Move Class io.atomix.primitives.map.impl.AtomicCounterMapOperations moved to io.atomix.map.impl.AtomicCounterMapOperations |
From |
To |
|
Move Class io.atomix.primitives.map.impl.TranscodingAsyncConsistentTreeMap moved to io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Move Class io.atomix.primitives.value.AtomicValue moved to io.atomix.value.AtomicValue |
From |
To |
|
Move Class io.atomix.primitives.leadership.LeadershipEventListener moved to io.atomix.election.LeadershipEventListener |
From |
To |
|
Move Class io.atomix.primitives.queue.AsyncWorkQueue moved to io.atomix.queue.AsyncWorkQueue |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations moved to io.atomix.election.impl.LeaderElectorOperations |
From |
To |
|
Move Class io.atomix.primitives.map.impl.NotNullAsyncConsistentMap moved to io.atomix.map.impl.NotNullAsyncConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.TranscodingAsyncLeaderElector moved to io.atomix.election.impl.TranscodingAsyncLeaderElector |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.ConsistentSetMultimapServiceTest moved to io.atomix.multimap.impl.ConsistentSetMultimapServiceTest |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations.Anoint moved to io.atomix.election.impl.LeaderElectionOperations.Anoint |
From |
To |
|
Move Class io.atomix.primitives.value.AtomicValueType moved to io.atomix.value.AtomicValueType |
From |
To |
|
Move Class io.atomix.primitives.PrimitivesService moved to io.atomix.PrimitivesService |
From |
To |
|
Move Class io.atomix.primitives.counter.AsyncAtomicCounter moved to io.atomix.counter.AsyncAtomicCounter |
From |
To |
|
Move Class io.atomix.primitives.value.AtomicValueEventListener moved to io.atomix.value.AtomicValueEventListener |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentPath moved to io.atomix.tree.DocumentPath |
From |
To |
|
Move Class io.atomix.primitives.lock.DistributedLockBuilder moved to io.atomix.lock.DistributedLockBuilder |
From |
To |
|
Move Class io.atomix.primitives.set.DistributedSetType moved to io.atomix.set.DistributedSetType |
From |
To |
|
Move Class io.atomix.primitives.lock.DistributedLock moved to io.atomix.lock.DistributedLock |
From |
To |
|
Move Class io.atomix.primitives.leadership.Leader moved to io.atomix.election.Leader |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations.ElectionOperation moved to io.atomix.election.impl.LeaderElectionOperations.ElectionOperation |
From |
To |
|
Move Class io.atomix.primitives.queue.WorkQueue moved to io.atomix.queue.WorkQueue |
From |
To |
|
Move Class io.atomix.primitives.map.impl.PartitionedAsyncConsistentMap moved to io.atomix.map.impl.PartitionedAsyncConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.value.impl.AtomicValueService moved to io.atomix.value.impl.AtomicValueService |
From |
To |
|
Move Class io.atomix.primitives.leadership.Leadership moved to io.atomix.election.Leadership |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.TranscodingAsyncLeaderElector.InternalLeadershipEventListener moved to io.atomix.election.impl.TranscodingAsyncLeaderElection.InternalLeadershipEventListener |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentTreeMapTest moved to io.atomix.map.impl.ConsistentTreeMapTest |
From |
To |
|
Move Class io.atomix.primitives.generator.AtomicIdGeneratorType moved to io.atomix.generator.AtomicIdGeneratorType |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DocumentTreeProxy moved to io.atomix.tree.impl.DocumentTreeProxy |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.BlockingDocumentTree moved to io.atomix.tree.impl.BlockingDocumentTree |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DocumentTreeService moved to io.atomix.tree.impl.DocumentTreeService |
From |
To |
|
Move Class io.atomix.primitives.map.impl.TranscodingAsyncAtomicCounterMap moved to io.atomix.map.impl.TranscodingAsyncAtomicCounterMap |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.WorkQueueProxy moved to io.atomix.queue.impl.WorkQueueProxy |
From |
To |
|
Move Class io.atomix.primitives.map.AtomicCounterMap moved to io.atomix.map.AtomicCounterMap |
From |
To |
|
Move Class io.atomix.primitives.map.impl.UnmodifiableAsyncConsistentMap moved to io.atomix.map.impl.UnmodifiableAsyncConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.map.ConsistentTreeMapType moved to io.atomix.map.ConsistentTreeMapType |
From |
To |
|
Move Class io.atomix.primitives.value.AtomicValueEvent moved to io.atomix.value.AtomicValueEvent |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.BlockingConsistentMultimap moved to io.atomix.multimap.impl.BlockingConsistentMultimap |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.TranscodingAsyncConsistentMultimap moved to io.atomix.multimap.impl.TranscodingAsyncConsistentMultimap |
From |
To |
|
Move Class io.atomix.primitives.map.impl.MapUpdate moved to io.atomix.map.impl.MapUpdate |
From |
To |
|
Move Class io.atomix.primitives.map.impl.BlockingConsistentMap moved to io.atomix.map.impl.BlockingConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.transaction.Transactional moved to io.atomix.transaction.Transactional |
From |
To |
|
Move Class io.atomix.primitives.transaction.TransactionId moved to io.atomix.transaction.TransactionId |
From |
To |
|
Move Class io.atomix.primitives.lock.impl.DistributedLockOperations moved to io.atomix.lock.impl.DistributedLockOperations |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations.Promote moved to io.atomix.election.impl.LeaderElectionOperations.Promote |
From |
To |
|
Move Class io.atomix.primitives.multimap.AsyncConsistentMultimap moved to io.atomix.multimap.AsyncConsistentMultimap |
From |
To |
|
Move Class io.atomix.primitives.lock.DistributedLockType moved to io.atomix.lock.DistributedLockType |
From |
To |
|
Move Class io.atomix.primitives.lock.impl.DistributedLockTest moved to io.atomix.lock.impl.DistributedLockTest |
From |
To |
|
Move Class io.atomix.primitives.map.impl.ConsistentMapProxy moved to io.atomix.map.impl.ConsistentMapProxy |
From |
To |
|
Move Class io.atomix.primitives.set.impl.BlockingDistributedSet moved to io.atomix.set.impl.BlockingDistributedSet |
From |
To |
|
Move Class io.atomix.primitives.map.impl.CachingAsyncConsistentMap moved to io.atomix.map.impl.CachingAsyncConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentTree moved to io.atomix.tree.DocumentTree |
From |
To |
|
Move Class io.atomix.primitives.multimap.MultimapEventListener moved to io.atomix.multimap.MultimapEventListener |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.WorkQueueEvents moved to io.atomix.queue.impl.WorkQueueEvents |
From |
To |
|
Move Class io.atomix.primitives.counter.impl.AtomicCounterProxy moved to io.atomix.counter.impl.AtomicCounterProxy |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.WorkQueueServiceTest moved to io.atomix.queue.impl.WorkQueueServiceTest |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentException moved to io.atomix.tree.DocumentException |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations.Run moved to io.atomix.election.impl.LeaderElectionOperations.Run |
From |
To |
|
Move Class io.atomix.primitives.tree.DocumentTreeType moved to io.atomix.tree.DocumentTreeType |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DocumentTreeEvents moved to io.atomix.tree.impl.DocumentTreeEvents |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.PartitionedAsyncDocumentTree moved to io.atomix.tree.impl.PartitionedAsyncDocumentTree |
From |
To |
|
Move Class io.atomix.primitives.map.impl.DelegatingAsyncConsistentMap moved to io.atomix.map.impl.DelegatingAsyncConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.set.SetEvent moved to io.atomix.set.SetEvent |
From |
To |
|
Move Class io.atomix.primitives.map.ConsistentTreeMap moved to io.atomix.map.ConsistentTreeMap |
From |
To |
|
Move Class io.atomix.primitives.map.impl.AtomicCounterMapProxy moved to io.atomix.map.impl.AtomicCounterMapProxy |
From |
To |
|
Move Class io.atomix.primitives.map.impl.TranscodingAsyncConsistentMap moved to io.atomix.map.impl.TranscodingAsyncConsistentMap |
From |
To |
|
Move Class io.atomix.primitives.generator.AtomicIdGenerator moved to io.atomix.generator.AtomicIdGenerator |
From |
To |
|
Move Class io.atomix.primitives.map.ConsistentMapBackedJavaMap moved to io.atomix.map.ConsistentMapBackedJavaMap |
From |
To |
|
Move Class io.atomix.primitives.counter.impl.AtomicCounterOperations moved to io.atomix.counter.impl.AtomicCounterOperations |
From |
To |
|
Move Class io.atomix.primitives.generator.impl.BlockingAtomicIdGenerator moved to io.atomix.generator.impl.BlockingAtomicIdGenerator |
From |
To |
|
Move Class io.atomix.primitives.queue.Task moved to io.atomix.queue.Task |
From |
To |
|
Move Class io.atomix.primitives.PrimitiveTypes moved to io.atomix.PrimitiveTypes |
From |
To |
|
Move Class io.atomix.primitives.value.AsyncAtomicValue moved to io.atomix.value.AsyncAtomicValue |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.WorkQueueTest moved to io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Move Class io.atomix.primitives.multimap.ConsistentMultimapType moved to io.atomix.multimap.ConsistentMultimapType |
From |
To |
|
Move Class io.atomix.primitives.lock.impl.DistributedLockService moved to io.atomix.lock.impl.DistributedLockService |
From |
To |
|
Move Class io.atomix.primitives.counter.AtomicCounter moved to io.atomix.counter.AtomicCounter |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DocumentTreeTest moved to io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Move Class io.atomix.primitives.map.impl.AtomicCounterMapTest moved to io.atomix.map.impl.AtomicCounterMapTest |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DefaultDocumentTree moved to io.atomix.tree.impl.DefaultDocumentTree |
From |
To |
|
Move Class io.atomix.primitives.leadership.impl.LeaderElectorOperations.Evict moved to io.atomix.election.impl.LeaderElectionOperations.Evict |
From |
To |
|
Move Class io.atomix.primitives.map.impl.RollbackResult moved to io.atomix.map.impl.RollbackResult |
From |
To |
|
Move Class io.atomix.primitives.map.ConsistentMapBuilder moved to io.atomix.map.ConsistentMapBuilder |
From |
To |
|
Move Class io.atomix.primitives.multimap.impl.DelegatingAsyncConsistentMultimap moved to io.atomix.multimap.impl.DelegatingAsyncConsistentMultimap |
From |
To |
|
Move Class io.atomix.primitives.tree.NoSuchDocumentPathException moved to io.atomix.tree.NoSuchDocumentPathException |
From |
To |
|
Move Class io.atomix.primitives.tree.IllegalDocumentNameException moved to io.atomix.tree.IllegalDocumentNameException |
From |
To |
|
Move Class io.atomix.primitives.map.impl.PrepareResult moved to io.atomix.map.impl.PrepareResult |
From |
To |
|
Move Class io.atomix.primitives.queue.Topic moved to io.atomix.queue.Topic |
From |
To |
|
Move Class io.atomix.primitives.tree.IllegalDocumentModificationException moved to io.atomix.tree.IllegalDocumentModificationException |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.CachingAsyncDocumentTree moved to io.atomix.tree.impl.CachingAsyncDocumentTree |
From |
To |
|
Move Class io.atomix.primitives.lock.impl.DistributedLockEvents moved to io.atomix.lock.impl.DistributedLockEvents |
From |
To |
|
Move Class io.atomix.primitives.generator.impl.DelegatingIdGenerator moved to io.atomix.generator.impl.DelegatingIdGenerator |
From |
To |
|
Move Class io.atomix.primitives.lock.impl.LockEvent moved to io.atomix.lock.impl.LockEvent |
From |
To |
|
Move Class io.atomix.primitives.queue.impl.WorkQueueOperations moved to io.atomix.queue.impl.WorkQueueOperations |
From |
To |
|
Move Class io.atomix.protocols.backup.partition.impl.PrimaryBackupPartition moved to io.atomix.protocols.backup.partition.PrimaryBackupPartition |
From |
To |
|
Move Class io.atomix.primitives.map.impl.AtomicCounterMapService moved to io.atomix.map.impl.AtomicCounterMapService |
From |
To |
|
Move Class io.atomix.primitives.value.impl.AtomicValueProxy moved to io.atomix.value.impl.AtomicValueProxy |
From |
To |
|
Move Class io.atomix.primitives.tree.impl.DocumentTreeServiceTest moved to io.atomix.tree.impl.DocumentTreeServiceTest |
From |
To |
|
Move Class io.atomix.primitives.multimap.MultimapEvent moved to io.atomix.multimap.MultimapEvent |
From |
To |
|
Move Class io.atomix.primitives.lock.AsyncDistributedLock moved to io.atomix.lock.AsyncDistributedLock |
From |
To |
|
Move Class io.atomix.primitives.leadership.LeadershipEvent moved to io.atomix.election.LeadershipEvent |
From |
To |
|
Change Variable Type event : MapEvent<String,byte[]> to event : MapEvent<String,String> in method public testTransactionCommit() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type update1 : MapUpdate<String,byte[]> to update1 : MapUpdate<String,String> in method public testTransactionPrepare() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type ab : Versioned<byte[]> to ab : Versioned<String> in method public testCreate() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type leadership2 : Leadership<byte[]> to leadership2 : Leadership<NodeId> in method public testWithdraw() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type elector2 : LeaderElectorProxy to election2 : AsyncLeaderElection<NodeId> in method public testAnoint() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type task : Task<byte[]> to task : Task<String> in method public testCompleteAttemptWithIncorrectSession() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type map : ConsistentSetMultimapProxy to map : AsyncConsistentMultimap<String,String> in method public containsTest() : void in class io.atomix.multimap.impl.ConsistentSetMultimapTest |
From |
To |
|
Change Variable Type update1 : MapUpdate<String,byte[]> to update1 : MapUpdate<String,String> in method public testTransactionRollback() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type event : MapEvent<String,byte[]> to event : MapEvent<String,String> in method public testMapListeners() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type newA : Versioned<byte[]> to newA : Versioned<String> in method public testSet() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type naturalIterator : Iterator<Map.Entry<String,Versioned<byte[]>>> to naturalIterator : Iterator<Map.Entry<String,Versioned<String>>> in method public testOrder() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type elector1 : LeaderElectorProxy to election1 : AsyncLeaderElection<NodeId> in method public testWithdraw() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type leadership1 : Leadership<byte[]> to leadership1 : Leadership<NodeId> in method public testWithdraw() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type ac : Versioned<byte[]> to ac : Versioned<String> in method public testGetChildren() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type ab : Versioned<byte[]> to ab : Versioned<String> in method public testRecursiveCreate() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type event : MapEvent<String,byte[]> to event : MapEvent<String,String> in method public testTransactionRollback() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type elector3 : LeaderElectorProxy to election3 : AsyncLeaderElection<NodeId> in method public testAnoint() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type elector1 : LeaderElectorProxy to election1 : AsyncLeaderElection<NodeId> in method public testPromote() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type ab : Versioned<byte[]> to ab : Versioned<String> in method public testRemove() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type ad : Versioned<byte[]> to ad : Versioned<String> in method public testSet() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type elector2 : LeaderElectorProxy to election2 : AsyncLeaderElection<NodeId> in method public testLeaderSessionClose() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type elector2 : LeaderElectorProxy to election2 : AsyncLeaderElection<NodeId> in method public testNonLeaderSessionClose() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type event : DocumentTreeEvent<byte[]> to event : DocumentTreeEvent<String> in method public testNotifications() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type a : Versioned<byte[]> to a : Versioned<String> in method public testCreate() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type elector1 : LeaderElectorProxy to election1 : AsyncLeaderElection<NodeId> in method public testQueries() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type rawFooValue : byte[] to fooValue : String in method public testNullValues() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type item3 : byte[] to item3 : String in method public testAutomaticTaskProcessing() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type item : byte[] to item : String in method public testCompleteAttemptWithIncorrectSession() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type ab : Versioned<byte[]> to ab : Versioned<String> in method public testReplaceVersion() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type update4 : MapUpdate<String,byte[]> to update4 : MapUpdate<String,String> in method public testTransactionPrepare() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type item1 : byte[] to item1 : String in method public testTakeAndComplete() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type ac : Versioned<byte[]> to ac : Versioned<String> in method public testCreate() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type elector1 : LeaderElectorProxy to election1 : AsyncLeaderElection<NodeId> in method public testNonLeaderSessionClose() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type map : ConsistentTreeMapProxy to map : AsyncConsistentTreeMap<String,String> in method public treeMapFunctionsTest() : void in class io.atomix.map.impl.ConsistentTreeMapTest |
From |
To |
|
Change Variable Type a : Versioned<byte[]> to a : Versioned<String> in method public testRecursiveCreate() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type remove1 : MapUpdate<String,byte[]> to remove1 : MapUpdate<String,String> in method public testTransactionCommit() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type a : Versioned<byte[]> to a : Versioned<String> in method public testRemove() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type proxyBuilder : PrimitiveProxy.Builder to proxyBuilder : PrimitiveProxy.Builder<MultiPrimaryProtocol> in method public build() : PrimitiveProxy in class io.atomix.protocols.backup.impl.DefaultPrimaryBackupClient.ProxyBuilder |
From |
To |
|
Change Variable Type map : ConsistentTreeMapProxy to map : AsyncConsistentTreeMap<String,String> in method public mapListenerTests() : void in class io.atomix.map.impl.ConsistentTreeMapTest |
From |
To |
|
Change Variable Type task2 : byte[] to task2 : String in method public testAdd() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type ab : Versioned<byte[]> to ab : Versioned<String> in method public testGetChildren() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type update2 : MapUpdate<String,byte[]> to update2 : MapUpdate<String,String> in method public testTransactionPrepare() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type map : ConsistentTreeMapProxy to map : AsyncConsistentTreeMap<String,String> in method public testBasicMapOperations() : void in class io.atomix.map.impl.ConsistentTreeMapTest |
From |
To |
|
Change Variable Type x : Versioned<byte[]> to x : Versioned<String> in method public testCreate() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type callback : Function<Commit<byte[]>,byte[]> to operation : InternalOperation in method public apply(commit Commit<byte[]>) : byte[] in class io.atomix.primitive.service.impl.DefaultServiceExecutor |
From |
To |
|
Change Variable Type abc : Versioned<byte[]> to abc : Versioned<String> in method public testRecursiveCreate() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type futures : List<CompletableFuture<Partition>> to futures : List<CompletableFuture<ManagedPartitionGroup>> in method public open(managementService PartitionManagementService) : CompletableFuture<PartitionService> in class io.atomix.primitive.partition.impl.DefaultPartitionService |
From |
To |
|
Change Variable Type item1 : byte[] to item1 : String in method public testAutomaticTaskProcessing() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type ac : Versioned<byte[]> to ac : Versioned<String> in method public testRemove() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type service : LeaderElectorService to service : LeaderElectionService in method public testSnapshot() : void in class io.atomix.election.impl.LeaderElectionServiceTest |
From |
To |
|
Change Variable Type elector3 : LeaderElectorProxy to election3 : AsyncLeaderElection<NodeId> in method public testPromote() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type event : DocumentTreeEvent<byte[]> to event : DocumentTreeEvent<String> in method public testFilteredNotifications() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type newAB : Versioned<byte[]> to newAB : Versioned<String> in method public testSet() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type root : Versioned<byte[]> to root : Versioned<String> in method public testQueries() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type x : Versioned<byte[]> to x : Versioned<String> in method public testSet() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type children : Map<String,Versioned<byte[]>> to children : Map<String,Versioned<String>> in method public testGetChildren() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type rootChildren : Map<String,Versioned<byte[]>> to rootChildren : Map<String,Versioned<String>> in method public testGetChildren() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type item1 : byte[] to item1 : String in method public testUnexpectedClientClose() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type elector2 : LeaderElectorProxy to election2 : AsyncLeaderElection<NodeId> in method public testWithdraw() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type rawBarValue : byte[] to barValue : String in method public testBasicMapOperations() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type item1 : byte[] to item1 : String in method public testAddMultiple() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type map : ConsistentSetMultimapProxy to map : AsyncConsistentMultimap<String,String> in method public testSize() : void in class io.atomix.multimap.impl.ConsistentSetMultimapTest |
From |
To |
|
Change Variable Type rawFooValue : byte[] to fooValue : String in method public testBasicMapOperations() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type x : Versioned<byte[]> to x : Versioned<String> in method public testRemove() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type ab : Versioned<byte[]> to ab : Versioned<String> in method public testReplaceValue() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type a : Versioned<byte[]> to a : Versioned<String> in method public testGetChildren() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type insertionIterator : Iterator<Map.Entry<String,Versioned<byte[]>>> to insertionIterator : Iterator<Map.Entry<String,Versioned<String>>> in method public testOrder() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type event : MapEvent<String,byte[]> to event : MapEvent<String,String> in method public mapListenerTests() : void in class io.atomix.map.impl.ConsistentTreeMapTest |
From |
To |
|
Change Variable Type newAB : Versioned<byte[]> to newAB : Versioned<String> in method public testReplaceValue() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type rawBarValue : byte[] to barValue : String in method public testNullValues() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type item2 : byte[] to item2 : String in method public testAddMultiple() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type update1 : MapUpdate<String,byte[]> to update1 : MapUpdate<String,String> in method public testTransactionCommit() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type elector1 : LeaderElectorProxy to election1 : AsyncLeaderElection<NodeId> in method public testLeaderSessionClose() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type removedTask : Task<byte[]> to removedTask : Task<String> in method public testTakeAndComplete() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type update5 : MapUpdate<String,byte[]> to update5 : MapUpdate<String,String> in method public testTransactionPrepare() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type map : ConsistentSetMultimapProxy to map : AsyncConsistentMultimap<String,String> in method public testAccessors() : void in class io.atomix.multimap.impl.ConsistentSetMultimapTest |
From |
To |
|
Change Variable Type elector2 : LeaderElectorProxy to election2 : AsyncLeaderElection<NodeId> in method public testPromote() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type elector1 : LeaderElectorProxy to election1 : AsyncLeaderElection<NodeId> in method public testAnoint() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type item : byte[] to item : String in method public testDestroy() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type newAB : Versioned<byte[]> to newAB : Versioned<String> in method public testReplaceVersion() : void in class io.atomix.tree.impl.DocumentTreeTest |
From |
To |
|
Change Variable Type update3 : MapUpdate<String,byte[]> to update3 : MapUpdate<String,String> in method public testTransactionPrepare() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Change Variable Type item : byte[] to item : String in method public testAdd() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type map : ConsistentSetMultimapProxy to map : AsyncConsistentMultimap<String,String> in method public addAndRemoveTest() : void in class io.atomix.multimap.impl.ConsistentSetMultimapTest |
From |
To |
|
Change Variable Type task2 : byte[] to task2 : String in method public testDestroy() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type item2 : byte[] to item2 : String in method public testAutomaticTaskProcessing() : void in class io.atomix.queue.impl.WorkQueueTest |
From |
To |
|
Change Variable Type elector2 : LeaderElectorProxy to election2 : AsyncLeaderElection<NodeId> in method public testQueries() : void in class io.atomix.election.impl.LeaderElectionTest |
From |
To |
|
Change Variable Type currFoo : byte[] to currFoo : String in method public testTransactionCommit() : void in class io.atomix.map.impl.ConsistentMapTest |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getCounterNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DocumentTreeBuilder<V> in class io.atomix.tree.DocumentTreeType |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getValueNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter numPartitions : int to corePartitions : int in method public withCoordinationPartitions(corePartitions int) : Builder in class io.atomix.Atomix.Builder |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedSetBuilder<E> in class io.atomix.set.DistributedSetType |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : ConsistentMultimapBuilder<K,V> in class io.atomix.multimap.ConsistentMultimapType |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : ConsistentMapBuilder<K,V> in class io.atomix.map.ConsistentMapType |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getIdGeneratorNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : LeaderElectorBuilder<T> in class io.atomix.election.LeaderElectorType |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getLockNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : WorkQueueBuilder<E> in class io.atomix.queue.WorkQueueType |
From |
To |
|
Rename Parameter partitions : PartitionService to managementService : PrimitiveManagementService in method public DocumentTreeProxyBuilder(name String, managementService PrimitiveManagementService) in class io.atomix.tree.impl.DocumentTreeProxyBuilder |
From |
To |
|
Rename Parameter partitions : Collection<PartitionMetadata> to partitionGroups : Collection<ManagedPartitionGroup> in method public withPartitionGroups(partitionGroups Collection<ManagedPartitionGroup>) : Builder in class io.atomix.Atomix.Builder |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicValueBuilder<V> in class io.atomix.value.AtomicValueType |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getQueueNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter httpPort : int to dataPartitions : int in method public withDataPartitions(dataPartitions int) : Builder in class io.atomix.Atomix.Builder |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getSetNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedLockBuilder in class io.atomix.lock.DistributedLockType |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicCounterMapBuilder<K> in class io.atomix.map.AtomicCounterMapType |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getTreeNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedPrimitiveBuilder in class io.atomix.protocols.raft.RaftTest.TestPrimitiveType |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getMapNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter dataDir : File to dataDirectory : File in method public withDataDirectory(dataDirectory File) : Builder in class io.atomix.Atomix.Builder |
From |
To |
|
Rename Parameter primitivesService : PrimitivesService to primitives : PrimitivesService in method public getElectionsNames(primitives PrimitivesService) : Response in class io.atomix.rest.resources.PrimitivesResource |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicCounterBuilder in class io.atomix.counter.AtomicCounterType |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : ConsistentTreeMapBuilder<K,V> in class io.atomix.map.ConsistentTreeMapType |
From |
To |
|
Rename Parameter timeout : Duration to maxTimeout : Duration in method public withMaxTimeout(maxTimeout Duration) : Builder in class io.atomix.protocols.raft.RaftProtocol.Builder |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : DistributedPrimitiveBuilder in class io.atomix.protocols.raft.proxy.impl.TestPrimitiveType |
From |
To |
|
Rename Parameter client : PrimitiveClient to managementService : PrimitiveManagementService in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : AtomicIdGeneratorBuilder in class io.atomix.generator.AtomicIdGeneratorType |
From |
To |
|
Rename Parameter timeout : Duration to minTimeout : Duration in method public withMinTimeout(minTimeout Duration) : Builder in class io.atomix.protocols.raft.RaftProtocol.Builder |
From |
To |