5e9477d0b917e1f28c259147379f422f98a38cea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public onCentralizedAffinityChange(fut GridDhtPartitionsExchangeFuture, crd boolean) : boolean renamed to public onServerLeft(fut GridDhtPartitionsExchangeFuture, crd boolean) : boolean in class org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager | From | To | |
Rename Method public applyAffinityFromFullMessage(fut GridDhtPartitionsExchangeFuture, msg GridDhtPartitionsFullMessage) : void renamed to public mergeExchangesOnServerLeft(fut GridDhtPartitionsExchangeFuture, msg GridDhtPartitionsFullMessage) : void in class org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager | From | To | |
Rename Method private initAffinityBasedOnPartitionsAvailability(topVer AffinityTopologyVersion, fut GridDhtPartitionsExchangeFuture, c IgniteClosure<ClusterNode,T>, initAff boolean) : Map<Integer,Map<Integer,List<T>>> renamed to private initAffinityOnNodeLeft0(topVer AffinityTopologyVersion, fut GridDhtPartitionsExchangeFuture, c IgniteClosure<ClusterNode,T>, initAff boolean) : Map<Integer,Map<Integer,List<T>>> in class org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager | From | To | |
Inline Method | 1 | ||
Inline Method public onReassignmentEnforced(fut GridDhtPartitionsExchangeFuture) : Map<Integer,CacheGroupAffinityMessage> inlined to public onServerLeftWithExchangeMergeProtocol(fut GridDhtPartitionsExchangeFuture) : Map<Integer,CacheGroupAffinityMessage> in class org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager | From | To | |
Change Return Type | 3 | ||
Change Return Type boolean to void in method public initPartitionsWhenAffinityReady(affVer AffinityTopologyVersion, exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Change Return Type boolean to void in method public initPartitionsWhenAffinityReady(affVer AffinityTopologyVersion, exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopology | From | To | |
Change Return Type boolean to void in method private initPartitions0(affVer AffinityTopologyVersion, exchFut GridDhtPartitionsExchangeFuture, updateSeq long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable leftNode : ClusterNode in method public onServerLeft(fut GridDhtPartitionsExchangeFuture, crd boolean) : boolean from class org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager | From | To |