501bd5c39d7626094dad2e4068f823a4e05dcf42
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public startCache(ccfg CacheConfiguration, nodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> renamed to public dynamicStartCache(ccfg CacheConfiguration, nodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ctxMap : Map<Integer,GridCacheContext<K,V>> to ctxMap : ConcurrentMap<Integer,GridCacheContext<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext | From | To | |
Extract Method | 4 | ||
Extract Method private createCache(cfg CacheConfiguration<?,?>) : GridCacheContext extracted from public start() : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private stopCache(cache GridCacheAdapter<?,?>, cancel boolean) : void extracted from public stop(cancel boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private onKernalStop(cache GridCacheAdapter<?,?>, cancel boolean) : void extracted from public onKernalStop(cancel boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private startCache(cache GridCacheAdapter<?,?>) : void extracted from public start() : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |