6ba1711a1fa10d8276974227491136070c3ed43a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package updateLastExchangeFuture(lastFut GridDhtPartitionsExchangeFuture) : void renamed to package onTopologyChanged(lastFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemander | From | To | |
Rename Variable | 2 | ||
Rename Variable startEvtFired : boolean to assignsCancelled : boolean in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Rename Variable waitList : List<String> to rebList : List<String> in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Change Return Type | 4 | ||
Change Return Type boolean to void in method private requestPartitions(fut RebalanceFuture, assigns GridDhtPreloaderAssignments) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemander | From | To | |
Change Return Type Callable<Boolean> to Runnable in method public addAssignments(assignments GridDhtPreloaderAssignments, forcePreload boolean, cnt int, next Runnable) : Runnable in class org.apache.ignite.internal.processors.cache.GridCachePreloader | From | To | |
Change Return Type Callable<Boolean> to Runnable in method package addAssignments(assigns GridDhtPreloaderAssignments, force boolean, cnt int, next Runnable) : Runnable in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemander | From | To | |
Change Return Type Callable<Boolean> to Runnable in method public addAssignments(assignments GridDhtPreloaderAssignments, forcePreload boolean, cnt int, next Runnable) : Runnable in class org.apache.ignite.internal.processors.cache.GridCachePreloaderAdapter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sndStoppedEvnt : boolean to stoppedEvtSent : AtomicBoolean in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemander.RebalanceFuture | From | To | |
Extract Variable | 1 | ||
Extract Variable assigns : GridDhtPreloaderAssignments in method protected body() : void from class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sndStoppedEvnt : boolean to stoppedEvtSent : AtomicBoolean in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemander.RebalanceFuture | From | To | |
Extract Method | 1 | ||
Extract Method private sendRebalanceFinishedEvent() : void extracted from private checkIsDone(cancelled boolean, wasEmpty boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemander.RebalanceFuture | From | To |