|
Change Variable Type nearOnly : GridCache<Object,Object> to nearOnly : IgniteCache<Object,Object> in method public testGetFromClientNode() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheClientModesAbstractSelfTest |
From |
To |
|
Change Variable Type nearOnlyCache : GridCache<Object,Object> to nearOnlyCache : IgniteCache<Object,Object> in method public testUpdateNearOnlyReader() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearOnlySelfTest |
From |
To |
|
Change Variable Type nearOnly : GridCache<Object,Object> to nearOnly : IgniteCache<Object,Object> in method public testPutFromClientNode() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheClientModesAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public call() : Void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheEntrySetAbstractSelfTest.testEntrySet.runMultiThreaded |
From |
To |
|
Change Variable Type dht : GridCache<Object,Object> to dht : IgniteCache<Object,Object> in method public testGetFromClientNode() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheClientModesAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public testBasicOps() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheMixedModeSelfTest |
From |
To |
|
Change Variable Type dhtCache : GridCache<Object,Object> to dhtCache : IgniteCache<Object,Object> in method public testUpdateNearOnlyReader() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearOnlySelfTest |
From |
To |