|
Change Variable Type dhtCache : GridCache<Integer,String> to dhtCache : GridCacheAdapter<Integer,String> in method public testReadThrough() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearMultiNodeSelfTest |
From |
To |
|
Change Variable Type dataCache : GridCache<IgfsBlockKey,byte[]> to dataCache : IgniteCache<IgfsBlockKey,byte[]> in method public testOpenPrefetch() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type dataCache : GridCache<IgfsBlockKey,byte[]> to dataCache : IgniteCache<IgfsBlockKey,byte[]> in method public testDeleteCacheConsistency() : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessorSelfTest |
From |
To |
|
Change Variable Type metaCache : GridCache<IgniteUuid,IgfsFileInfo> to metaCache : IgniteCache<IgniteUuid,IgfsFileInfo> in method public testDeleteCacheConsistency() : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessorSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public apply() : void in class org.apache.ignite.igfs.IgfsFragmentizerSelfTest.testDeleteFragmentizing.retryAssert |
From |
To |