|
Change Parameter Type partitions : Map<PartitionId,AsyncConsistentMap<K,V>> to partitions : Map<Integer,AsyncConsistentMap<K,V>> in method public PartitionedAsyncConsistentMap(name String, partitions Map<Integer,AsyncConsistentMap<K,V>>, keyHasher Hasher<K>) in class io.atomix.primitives.map.impl.PartitionedAsyncConsistentMap |
From |
To |
|
Change Parameter Type keyHasher : Partitioner<K> to keyHasher : Hasher<K> in method public PartitionedAsyncConsistentMap(name String, partitions Map<Integer,AsyncConsistentMap<K,V>>, keyHasher Hasher<K>) in class io.atomix.primitives.map.impl.PartitionedAsyncConsistentMap |
From |
To |
|
Change Parameter Type partitions : Map<PartitionId,AsyncDocumentTree<V>> to partitions : Map<Integer,AsyncDocumentTree<V>> in method public PartitionedAsyncDocumentTree(name String, partitions Map<Integer,AsyncDocumentTree<V>>, pathHasher Hasher<DocumentPath>) in class io.atomix.primitives.tree.impl.PartitionedAsyncDocumentTree |
From |
To |
|
Change Parameter Type pathHasher : Partitioner<DocumentPath> to pathHasher : Hasher<DocumentPath> in method public PartitionedAsyncDocumentTree(name String, partitions Map<Integer,AsyncDocumentTree<V>>, pathHasher Hasher<DocumentPath>) in class io.atomix.primitives.tree.impl.PartitionedAsyncDocumentTree |
From |
To |
|
Change Parameter Type members : Map<PartitionId,DistributedPrimitiveCreator> to members : Map<Integer,DistributedPrimitiveCreator> in method public FederatedDistributedPrimitiveCreator(members Map<Integer,DistributedPrimitiveCreator>, buckets int) in class io.atomix.primitives.impl.FederatedDistributedPrimitiveCreator |
From |
To |
|
Change Variable Type hasher : Partitioner<byte[]> to hasher : Hasher<byte[]> in method public newAsyncConsistentMap(name String, serializer Serializer) : AsyncConsistentMap<K,V> in class io.atomix.primitives.impl.FederatedDistributedPrimitiveCreator |
From |
To |
|
Change Variable Type maps : Map<PartitionId,AsyncConsistentMap<byte[],byte[]>> to maps : Map<Integer,AsyncConsistentMap<byte[],byte[]>> in method public newAsyncConsistentMap(name String, serializer Serializer) : AsyncConsistentMap<K,V> in class io.atomix.primitives.impl.FederatedDistributedPrimitiveCreator |
From |
To |
|
Change Variable Type trees : Map<PartitionId,AsyncDocumentTree<V>> to trees : Map<Integer,AsyncDocumentTree<V>> in method public newAsyncDocumentTree(name String, serializer Serializer, ordering Ordering) : AsyncDocumentTree<V> in class io.atomix.primitives.impl.FederatedDistributedPrimitiveCreator |
From |
To |
|
Change Variable Type partitionPrimitiveCreators : Map<PartitionId,DistributedPrimitiveCreator> to partitionPrimitiveCreators : Map<Integer,DistributedPrimitiveCreator> in method protected Atomix(metadata AtomixMetadata, cluster ManagedCluster, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicator, partitions Collection<BasePartition>) in class io.atomix.Atomix |
From |
To |
|
Change Variable Type hasher : Partitioner<DocumentPath> to hasher : Hasher<DocumentPath> in method public newAsyncDocumentTree(name String, serializer Serializer, ordering Ordering) : AsyncDocumentTree<V> in class io.atomix.primitives.impl.FederatedDistributedPrimitiveCreator |
From |
To |
|
Change Attribute Type members : TreeMap<PartitionId,DistributedPrimitiveCreator> to members : TreeMap<Integer,DistributedPrimitiveCreator> in class io.atomix.primitives.impl.FederatedDistributedPrimitiveCreator |
From |
To |
|
Change Attribute Type partitions : TreeMap<PartitionId,AsyncConsistentMap<K,V>> to partitions : TreeMap<Integer,AsyncConsistentMap<K,V>> in class io.atomix.primitives.map.impl.PartitionedAsyncConsistentMap |
From |
To |
|
Change Attribute Type sortedMemberPartitionIds : List<PartitionId> to sortedMemberPartitionIds : List<Integer> in class io.atomix.primitives.impl.FederatedDistributedPrimitiveCreator |
From |
To |
|
Change Attribute Type keyHasher : Partitioner<K> to keyHasher : Hasher<K> in class io.atomix.primitives.map.impl.PartitionedAsyncConsistentMap |
From |
To |
|
Change Attribute Type pathHasher : Partitioner<DocumentPath> to pathHasher : Hasher<DocumentPath> in class io.atomix.primitives.tree.impl.PartitionedAsyncDocumentTree |
From |
To |
|
Change Attribute Type partitions : TreeMap<PartitionId,AsyncDocumentTree<V>> to partitions : TreeMap<Integer,AsyncDocumentTree<V>> in class io.atomix.primitives.tree.impl.PartitionedAsyncDocumentTree |
From |
To |