6d1104372142898f7d46fa72265473d06e1eb959
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public clientModeNode(node ClusterNode) : boolean renamed to public affinityNode(node ClusterNode, filter IgnitePredicate<ClusterNode>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheUtils | From | To | |
Inline Method | 1 | ||
Inline Method private marshallerCacheCallbacks() : void inlined to public onKernalStart() : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable | 6 | ||
Rename Variable predicate : CachePredicate to pred : CachePredicate in method public addClientNode(cacheName String, clientNodeId UUID, nearEnabled boolean) : void in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Rename Variable predicate : CachePredicate to pred : CachePredicate in method public cacheClientNode(node ClusterNode, cacheName String) : boolean in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Rename Variable predicate : CachePredicate to pred : CachePredicate in method public cacheNearNode(node ClusterNode, cacheName String) : boolean in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Rename Variable reqs : Collection<DynamicCacheChangeRequest> to locCaches : List<GridCacheAdapter<?,?>> in method public onKernalStart() : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Variable predicate : CachePredicate to pred : CachePredicate in method public cacheAffinityNode(node ClusterNode, cacheName String) : boolean in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Rename Variable predicate : CachePredicate to pred : CachePredicate in method public cacheNode(node ClusterNode, cacheName String) : boolean in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Change Return Type | 3 | ||
Change Return Type IgniteCache<K,V> to IgniteCacheProxy<K,V> in method public publicJCache(cacheName String, failIfNotStarted boolean) : IgniteCacheProxy<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Return Type IgniteCache<K,V> to IgniteCacheProxy<K,V> in method public publicJCache(cacheName String) : IgniteCacheProxy<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Return Type IgniteCache to IgniteCacheProxy in method private startJCache(cacheName String, failIfNotStarted boolean) : IgniteCacheProxy in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type | 3 | ||
Change Variable Type cache : IgniteCache<K,V> to cache : IgniteCacheProxy<?,?> in method public publicJCache(cacheName String, failIfNotStarted boolean) : IgniteCacheProxy<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type cache : IgniteCache to cache : IgniteCacheProxy in method private startJCache(cacheName String, failIfNotStarted boolean) : IgniteCacheProxy in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type reqs : Collection<DynamicCacheChangeRequest> to locCaches : List<GridCacheAdapter<?,?>> in method public onKernalStart() : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type clientNodes : Map<UUID,Boolean> to clientNodes : ConcurrentHashMap<UUID,Boolean> in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.CachePredicate | From | To |