|
Change Variable Type cfg1 : CacheConfiguration to cfg1 : CacheConfiguration<Object,Object> in method public testCacheManagerStatisticsEnable() : void in class org.apache.ignite.internal.processors.cache.CacheMetricsManageTest |
From |
To |
|
Change Variable Type cacheCfg2 : CacheConfiguration to cacheCfg2 : CacheConfiguration<Object,Object> in method public testMultiThreadStatisticsEnable() : void in class org.apache.ignite.internal.processors.cache.CacheMetricsManageTest |
From |
To |
|
Change Variable Type cache1 : IgniteCache<?,?> to cache1 : IgniteCache<Object,Object> in method public testPublicApiStatisticsEnable() : void in class org.apache.ignite.internal.processors.cache.CacheMetricsManageTest |
From |
To |
|
Change Variable Type cacheCfg2 : CacheConfiguration to cacheCfg2 : CacheConfiguration<Object,Object> in method public testPublicApiStatisticsEnable() : void in class org.apache.ignite.internal.processors.cache.CacheMetricsManageTest |
From |
To |
|
Change Variable Type cache : IgniteCache<?,?> to cache : IgniteCache<Object,Object> in method public testClusterApiClearStatistics() : void in class org.apache.ignite.internal.processors.cache.CacheMetricsManageTest |
From |
To |
|
Change Variable Type ccfg : CacheConfiguration to ccfg : CacheConfiguration<Object,Object> in method private testJmxStatisticsEnable(persistence boolean) : void in class org.apache.ignite.internal.processors.cache.CacheMetricsManageTest |
From |
To |
|
Change Variable Type cfg2 : CacheConfiguration to cfg2 : CacheConfiguration<Object,Object> in method public testCacheManagerStatisticsEnable() : void in class org.apache.ignite.internal.processors.cache.CacheMetricsManageTest |
From |
To |