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