129be29e96cfaba3bb7645c66981de62646f820c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public partitionUpdateCounters(grpId int, cntrMap CachePartitionPartialCountersMap) : void renamed to public addPartitionUpdateCounters(grpId int, cntrMap Object) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type cntrMap : CachePartitionPartialCountersMap to cntrMap : Object in method public addPartitionUpdateCounters(grpId int, cntrMap Object) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage | From | To | |
Change Parameter Type cntrMap : CachePartitionFullCountersMap to cntrMap : Map<Integer,T2<Long,Long>> in method public putIfAbsent(cacheId int, cntrMap Map<Integer,T2<Long,Long>>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtPartitionCountersMap | From | To | |
Change Return Type | 1 | ||
Change Return Type CachePartitionFullCountersMap to Map<Integer,T2<Long,Long>> in method public get(cacheId int) : Map<Integer,T2<Long,Long>> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtPartitionCountersMap | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cntrMap : CachePartitionFullCountersMap to cntrMap : Map<Integer,T2<Long,Long>> in method public get(cacheId int) : Map<Integer,T2<Long,Long>> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtPartitionCountersMap | From | To | |
Extract Variable | 3 | ||
Extract Variable top : GridDhtPartitionTopology in method private updatePartitionFullMap(resTopVer AffinityTopologyVersion, msg GridDhtPartitionsFullMessage) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Extract Variable cntrsMap : CachePartitionFullCountersMap in method public createPartitionsFullMessage(compress boolean, newCntrMap boolean, exchId GridDhtPartitionExchangeId, lastVer GridCacheVersion, partHistSuppliers IgniteDhtPartitionHistorySuppliersMap, partsToReload IgniteDhtPartitionsToReloadMap) : GridDhtPartitionsFullMessage from class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type map : Map<Integer,CachePartitionFullCountersMap> to map : Map<Integer,Map<Integer,T2<Long,Long>>> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtPartitionCountersMap | From | To | |
Change Attribute Type partCntrs : Map<Integer,CachePartitionPartialCountersMap> to partCntrs : Map<Integer,Object> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage | From | To |