|
Change Variable Type cache : GridCacheAdapter<?,?> to cache : IgniteCacheProxy<?,?> in method protected run(arg Collection<IgniteUuid>) : Map<IgniteUuid,VisorCacheConfiguration> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorJob |
From |
To |
|
Change Variable Type ca : GridCacheAdapter to ca : IgniteCacheProxy in method protected run(arg IgniteBiTuple<Boolean,Collection<String>>) : Collection<VisorCacheMetrics> in class org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask.VisorCacheMetricsCollectorJob |
From |
To |
|
Change Variable Type caches : Collection<GridCacheAdapter<?,?>> to caches : Collection<IgniteCacheProxy<?,?>> in method protected run(arg IgniteBiTuple<Boolean,Collection<String>>) : Collection<VisorCacheMetrics> in class org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask.VisorCacheMetricsCollectorJob |
From |
To |
|
Change Variable Type caches : Collection<GridCacheAdapter<?,?>> to caches : Collection<IgniteCacheProxy<?,?>> in method protected run(arg Collection<IgniteUuid>) : Map<IgniteUuid,VisorCacheConfiguration> in class org.apache.ignite.internal.visor.cache.VisorCacheConfigurationCollectorJob |
From |
To |