|
Change Parameter Type cache : GridCacheAdapter to cache : IgniteCache in method private checkQueryValueByteArray(cache IgniteCache) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest |
From |
To |
|
Change Parameter Type cache : GridCacheAdapter to cache : IgniteCache in method private testMultithreaded(cache IgniteCache, expCnt int) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest |
From |
To |
|
Change Parameter Type qry : CacheQuery<Map.Entry<Integer,Integer>> to qry : QueryCursor<Cache.Entry<Integer,Integer>> in method protected doTestScanQuery(qry QueryCursor<Cache.Entry<Integer,Integer>>, part int) : void in class org.apache.ignite.internal.processors.cache.CacheScanPartitionQueryFallbackSelfTest |
From |
To |
|
Change Parameter Type cache : GridCacheAdapter to cache : IgniteCache in method private checkQueryPrimitives(cache IgniteCache) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest |
From |
To |
|
Change Parameter Type cache : GridCacheAdapter to cache : IgniteCache in method private checkQuery(cache IgniteCache, scanPartitions boolean) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCacheProxy<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public call() : Object in class org.apache.ignite.internal.processors.cache.CacheScanPartitionQueryFallbackSelfTest.scanFallbackOnRebalancing.fut2.multithreadedAsync |
From |
To |
|
Change Variable Type e : Map.Entry<Key,Person> to e : Cache.Entry<Key,Person> in method private checkQuery(cache IgniteCache, scanPartitions boolean) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<String,Long> to e : Cache.Entry<String,Long> in method private checkQueryPrimitives(cache IgniteCache) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method protected doTestScanQuery(qry QueryCursor<Cache.Entry<Integer,Integer>>, part int) : void in class org.apache.ignite.internal.processors.cache.CacheScanPartitionQueryFallbackSelfTest |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,byte[]> to e : Cache.Entry<Integer,byte[]> in method private checkQueryValueByteArray(cache IgniteCache) : void in class org.apache.ignite.internal.processors.cache.query.GridCacheSwapScanQueryAbstractSelfTest |
From |
To |