ca85d2168f870a6355eb82ef04b3d2b49b8d34d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute segmentIds : Set<Integer> to segments : Set<Integer> in method public ReplicatedConsistentHash(hashFunction Hash, members List<Address>, primaryOwners int[]) in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash | From | To | |
Change Variable Type | 1 | ||
Change Variable Type capacityFactors : Map<Address,Float> to capacityFactors : float[] in method public doReadObject(unmarshaller ObjectInput) : DefaultConsistentHash in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type capacityFactors : Map<Address,Float> to capacityFactors : float[] in class org.infinispan.distribution.ch.impl.DefaultConsistentHash | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nodes : List<Address> to activeNodes : List<Address> in method public OwnershipStatistics(ch ConsistentHash, activeNodes List<Address>) in class org.infinispan.distribution.ch.impl.OwnershipStatistics | From | To |