e1f8f46f90868d377bc764b74d07812150218c71
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable started : List<DynamicCacheDescriptor> to receivedCaches : List<DynamicCacheDescriptor> in method public startReceivedCaches(nodeId UUID, exchTopVer AffinityTopologyVersion) : Collection<DynamicCacheDescriptor> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable descCfg : CacheConfiguration to cacheConfiguration : CacheConfiguration in method private isLocalAffinity(cacheConfiguration CacheConfiguration) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method | 7 | ||
Extract Method private checkForAffinityNode(desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, ccfg CacheConfiguration) : boolean extracted from package prepareCacheStart(startCfg CacheConfiguration, desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion, disabledAfterStart boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private onCacheStarted(cacheCtx GridCacheContext) : void extracted from package prepareCacheStart(startCfg CacheConfiguration, desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion, disabledAfterStart boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private prepareCacheContext(startCfg CacheConfiguration, desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion, disabledAfterStart boolean) : GridCacheContext extracted from package prepareCacheStart(startCfg CacheConfiguration, desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion, disabledAfterStart boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private isLocalAffinity(cacheConfiguration CacheConfiguration) : boolean extracted from package prepareCacheStart(startCfg CacheConfiguration, desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion, disabledAfterStart boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private initCacheContext(cacheCtx GridCacheContext<?,?>, cfg CacheConfiguration, deploymentId IgniteUuid) : void extracted from package prepareCacheStart(startCfg CacheConfiguration, desc DynamicCacheDescriptor, reqNearCfg NearCacheConfiguration, exchTopVer AffinityTopologyVersion, disabledAfterStart boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method private isLocalAffinity(cacheConfiguration CacheConfiguration) : boolean extracted from private prepareCacheChangeRequest(ccfg CacheConfiguration, cacheName String, nearCfg NearCacheConfiguration, cacheType CacheType, sql boolean, failIfExists boolean, failIfNotStarted boolean, disabledAfterStart boolean, qryEntities Collection<QueryEntity>, encKey byte[]) : DynamicCacheChangeRequest in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |