|
Change Variable Type dataCache : GridCache<IgfsBlockKey,byte[]> to dataCache : IgniteCache<IgfsBlockKey,byte[]> in method public testOpenPrefetchOverride() : void in class org.apache.ignite.igfs.HadoopIgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method protected afterTest() : void in class org.apache.ignite.internal.processors.cache.query.continuous.GridCacheContinuousQueryAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testGetPutRemove() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheEventAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,CacheValue> to cache : IgniteCache<Integer,CacheValue> in method public _testSwapEviction() : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Integer,CacheValue> to entry : Cache.Entry<Integer,CacheValue> in method public _testSwapEviction() : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testSwapIterator() : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest |
From |
To |