|
Change Variable Type cms : Map<String,VisorCacheMetrics> to cms : Map<String,IgniteBiTuple<Boolean,VisorCacheMetrics>> in method protected reduce0(results List<ComputeJobResult>) : Iterable<VisorCacheAggregatedMetrics> in class org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask |
From |
To |
|
Change Variable Type entry : Map.Entry<String,VisorCacheMetrics> to entry : Map.Entry<String,IgniteBiTuple<Boolean,VisorCacheMetrics>> in method protected reduce0(results List<ComputeJobResult>) : Iterable<VisorCacheAggregatedMetrics> in class org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask |
From |
To |
|
Change Variable Type res : Map<String,VisorCacheMetrics> to res : Map<String,IgniteBiTuple<Boolean,VisorCacheMetrics>> in method protected run(arg IgniteBiTuple<Boolean,Collection<String>>) : Map<String,IgniteBiTuple<Boolean,VisorCacheMetrics>> in class org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask.VisorCacheMetricsCollectorJob |
From |
To |