|
Rename Method public testSqlCrossCacheQueryNotFullyFetchedMetrics() : void renamed to public testSqlFieldsCrossCacheQueryNotFullyFetchedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Rename Method public testSqlCrossCacheQueryFailedMetrics() : void renamed to public testSqlFieldsCrossCacheQueryFailedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Rename Method private testQueryFailedMetrics(cache IgniteCache<String,Integer>, qry Query) : void renamed to private checkQueryFailedMetrics(cache IgniteCache<Integer,String>, qry Query) : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Rename Method public testSqlCrossCacheQueryMetrics() : void renamed to public testSqlFieldsCrossCacheQueryMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Rename Method private testQueryNotFullyFetchedMetrics(cache IgniteCache<String,Integer>, qry Query, waitingForCompletion boolean) : void renamed to private checkQueryNotFullyFetchedMetrics(cache IgniteCache<Integer,String>, qry Query, waitingForCompletion boolean) : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Rename Method private testQueryMetrics(cache IgniteCache<String,Integer>, qry Query) : void renamed to private checkQueryMetrics(cache IgniteCache<Integer,String>, qry Query) : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Rename Method public onQueryCompleted(duration long, fail boolean) : void renamed to public update(duration long, fail boolean) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryMetricsAdapter |
From |
To |
|
Change Parameter Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method private checkQueryFailedMetrics(cache IgniteCache<Integer,String>, qry Query) : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Parameter Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method private waitingForCompletion(cache IgniteCache<Integer,String>, exp int) : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Parameter Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method private checkQueryNotFullyFetchedMetrics(cache IgniteCache<Integer,String>, qry Query, waitingForCompletion boolean) : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Parameter Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method private checkQueryMetrics(cache IgniteCache<Integer,String>, qry Query) : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testScanQueryMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testSqlFieldsCrossCacheQueryNotFullyFetchedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testSqlFieldsQueryNotFullyFetchedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type qry : ScanQuery<String,Integer> to qry : ScanQuery<Integer,String> in method public testScanQueryFailedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testSqlFieldsCrossCacheQueryMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cacheB : IgniteCache<String,Integer> to cacheB : IgniteCache<Integer,String> in method protected beforeTest() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testSqlFieldsQueryFailedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testScanQueryFailedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type qry : ScanQuery<String,Integer> to qry : ScanQuery<Integer,String> in method public testScanQueryMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testScanQueryNotFullyFetchedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testSqlFieldsCrossCacheQueryFailedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cacheCfg2 : CacheConfiguration<String,Integer> to cacheCfg2 : CacheConfiguration<Integer,String> in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type qry : ScanQuery<String,Integer> to qry : ScanQuery<Integer,String> in method public testScanQueryNotFullyFetchedMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<String,Integer> to cache : IgniteCache<Integer,String> in method public testSqlFieldsQueryMetrics() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cacheCfg1 : CacheConfiguration<String,Integer> to cacheCfg1 : CacheConfiguration<Integer,String> in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cache : IgniteInternalCache to cache : IgniteCache in method protected run(cacheName String) : Void in class org.apache.ignite.internal.visor.cache.VisorCacheResetQueryMetricsTask.VisorCacheResetQueryMetricsJob |
From |
To |
|
Change Variable Type cacheA : IgniteCache<String,Integer> to cacheA : IgniteCache<Integer,String> in method protected beforeTest() : void in class org.apache.ignite.internal.processors.cache.CacheAbstractQueryMetricsSelfTest |
From |
To |