314156fb31595cfd3712ea750312b07c6d900301
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public setOwners(p int, owners Set<UUID>, haveHistory boolean, updateSeq boolean) : Set<UUID> moved from class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology to class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture & inlined to private assignPartitionStates(top GridDhtPartitionTopology) : void | From | To | |
Rename Variable | 1 | ||
Rename Variable nodesToReload : Set<UUID> to parts : Set<Integer> in method private assignPartitionStates(top GridDhtPartitionTopology) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Change Variable Type | 2 | ||
Change Variable Type e : Map.Entry<Integer,CounterWithNodes> to e : Map.Entry<UUID,Set<Integer>> in method private assignPartitionStates(top GridDhtPartitionTopology) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Change Variable Type nodesToReload : Set<UUID> to parts : Set<Integer> in method private assignPartitionStates(top GridDhtPartitionTopology) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To |