e8f5af333a6f02f103a257058b2740f6a510a367
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createConfigFromTemplate(cacheName String) : CacheConfiguration renamed to private getOrCreateConfigFromTemplate(cacheName String) : CacheConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type res : Object to res : Boolean in method public onDone(res Boolean, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProcessor.DynamicCacheStartFuture | From | To | |
Change Return Type | 4 | ||
Change Return Type IgniteInternalFuture<?> to IgniteInternalFuture<Boolean> in method public destroyCacheAsync(cacheName String, checkThreadTx boolean) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.IgniteKernal | From | To | |
Change Return Type IgniteInternalFuture<?> to IgniteInternalFuture<Boolean> in method public dynamicStartCache(ccfg CacheConfiguration, cacheName String, nearCfg NearCacheConfiguration, failIfExists boolean, failIfNotStarted boolean, checkThreadTx boolean) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Return Type IgniteInternalFuture<?> to IgniteInternalFuture<Boolean> in method public dynamicStartCache(ccfg CacheConfiguration, cacheName String, nearCfg NearCacheConfiguration, cacheType CacheType, failIfExists boolean, failIfNotStarted boolean, checkThreadTx boolean) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Return Type IgniteInternalFuture<?> to IgniteInternalFuture<Boolean> in method public dynamicDestroyCache(cacheName String, checkThreadTx boolean) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type stopFut : IgniteInternalFuture to stopFut : IgniteInternalFuture<Boolean> in method public destroyCache0(cacheName String) : boolean in class org.apache.ignite.internal.IgniteKernal | From | To | |
Extract Method | 3 | ||
Extract Method public getConfigFromTemplate(cacheName String) : CacheConfiguration extracted from private createConfigFromTemplate(cacheName String) : CacheConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method public getOrCreateCache0(cacheCfg CacheConfiguration<K,V>) : IgniteBiTuple<IgniteCache<K,V>,Boolean> extracted from public getOrCreateCache(cacheCfg CacheConfiguration<K,V>) : IgniteCache<K,V> in class org.apache.ignite.internal.IgniteKernal | From | To | |
Extract Method public destroyCache0(cacheName String) : boolean extracted from public destroyCache(cacheName String) : void in class org.apache.ignite.internal.IgniteKernal | From | To |