4383923b884897fe20fec36bfa97a6091e32a6c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type sesHolders : IdentityHashMap<CacheStore,ThreadLocal> to sesHolders : Map<CacheStore,ThreadLocal> in method public GridCacheStoreManager(ctx GridKernalContext, sesHolders Map<CacheStore,ThreadLocal>, cfgStore CacheStore<K,Object>, cfg CacheConfiguration) in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cache : IgniteCacheProxy<K,V> to cache : IgniteCache<K,V> in method public publicJCache(name String) : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type c : CI2<K,Object> to c : IgniteBiInClosure<K,Object> in method private loadAllFromStore(tx IgniteInternalTx, keys Collection<? extends K>, vis IgniteBiInClosure<K,V>, verVis GridInClosure3<K,V,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager | From | To |