ecec0801c67c9f8bd3ce234adbca665f876e03ad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public addClearingPartition(grp CacheGroupContext, part int) : void renamed to public addHistoryPartition(grp CacheGroupContext, part int) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Rename Method public isClearingPartition(grp CacheGroupContext, part int) : boolean renamed to public isHistoryPartition(grp CacheGroupContext, part int) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Rename Attribute | 1 | ||
Rename Attribute clearingPartitions : Map<Integer,Set<Integer>> to histPartitions : Map<Integer,Set<Integer>> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To |