43fa7148b37bbd3cdd0c4b406075d98491072b8a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public cacheMode() : CacheMode renamed to public mode() : CacheMode in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
| Rename Method public cacheName() : String renamed to public name() : String in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ignite : Ignite to ignite : IgniteEx in method public from(ignite IgniteEx, cacheName String, sample int) : VisorCache in class org.apache.ignite.internal.visor.cache.VisorCache | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Map<String,IgniteBiTuple<Boolean,VisorCacheMetrics>> to Collection<VisorCacheMetrics> in method protected run(arg IgniteBiTuple<Boolean,Collection<String>>) : Collection<VisorCacheMetrics> in class org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask.VisorCacheMetricsCollectorJob | From | To | |
| Change Return Type Boolean to boolean in method public system() : boolean in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cms : Map<String,IgniteBiTuple<Boolean,VisorCacheMetrics>> to cms : Collection<VisorCacheMetrics> in method protected reduce0(results List<ComputeJobResult>) : Iterable<VisorCacheAggregatedMetrics> in class org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask | From | To |