61c845d66b82463bfad71c28093f2cbf54d99eb0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package addFuture(exchFut GridDhtPartitionsExchangeFuture) : void renamed to package addExchangeFuture(exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method private poll(deque BlockingQueue<T>, time long, w GridWorker) : T moved from class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager to class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker & inlined to protected body() : void | From | To | |
Extract Method | 1 | ||
Extract Method package hasPendingExchange() : boolean extracted from protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type futQ : LinkedBlockingDeque<GridDhtPartitionsExchangeFuture> to futQ : LinkedBlockingDeque<CachePartitionExchangeWorkerTask> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method package dumpExchangeDebugInfo() : void extracted from public dumpDebugInfo(exchTopVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager & moved to class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To | |
Extract And Move Method package addFirstExchangeFuture(exchFut GridDhtPartitionsExchangeFuture) : void extracted from protected onKernalStart0(reconnect boolean) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager & moved to class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | From | To |