|
Change Variable Type e : CacheEntry<Integer,Integer> to e : Cache.Entry<Integer,Integer> in method private emptyFilter() : IgniteInClosure<Cache.Entry<Integer,Integer>> in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |
|
Change Variable Type cache : CacheProjection<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testLarge() : void in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testFiltered() : void in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |
|
Change Variable Type cache : CacheProjection<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testSmall() : void in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |
|
Change Variable Type c : IgniteInClosure<CacheEntry<Integer,Integer>> to c : IgniteInClosure<Cache.Entry<Integer,Integer>> in method public testLarge() : void in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |
|
Change Variable Type c : IgniteInClosure<CacheEntry<Integer,Integer>> to c : IgniteInClosure<Cache.Entry<Integer,Integer>> in method public testSmall() : void in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testSynchronousEvictions() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheSynchronousEvictionsFailoverSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method private waitExpired(keys Collection<Integer>) : void in class org.apache.ignite.internal.processors.cache.expiry.IgniteCacheExpiryPolicyAbstractTest |
From |
To |
|
Change Variable Type c : IgniteInClosure<CacheEntry<Integer,Integer>> to c : IgniteInClosure<Cache.Entry<Integer,Integer>> in method public testFiltered() : void in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |
|
Change Variable Type t : CacheEntry<Integer,Integer> to t : Cache.Entry<Integer,Integer> in method public testFiltered() : void in class org.apache.ignite.internal.processors.cache.GridCacheIteratorPerformanceTest |
From |
To |