|
Change Variable Type cache : GridCache<String,Integer> to cache : GridCacheAdapter<String,Integer> in method public testRemoveInTxQueriedMultiThreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteTxMultiNodeAbstractTest |
From |
To |
|
Change Variable Type metaCache : GridCache<Object,Object> to metaCache : GridCacheAdapter<Object,Object> in method public testCreateFileFragmented() : void in class org.apache.ignite.internal.processors.igfs.IgfsStreamsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,ObjectValue> to cache : GridCacheAdapter<Integer,ObjectValue> in method public testQuery() : void in class org.apache.ignite.internal.processors.cache.GridIndexingWithNoopSwapSelfTest |
From |
To |
|
Change Variable Type dataCache : GridCache to dataCache : GridCacheAdapter in method public testConfiguration() : void in class org.apache.ignite.internal.processors.igfs.IgfsStreamsSelfTest |
From |
To |
|
Change Variable Type metaCache : GridCache to metaCache : GridCacheProxyImpl in method public testConfiguration() : void in class org.apache.ignite.internal.processors.igfs.IgfsStreamsSelfTest |
From |
To |