|
Change Variable Type cache : GridCache<?,?> to cache : IgniteCache<Object,Object> in method protected afterTest() : void in class org.apache.ignite.loadtests.cache.GridCacheWriteBehindStoreLoadTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testEvict() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Long,String> to cache : IgniteCache<Object,Object> in method private loadCache() : void in class org.apache.ignite.loadtests.cache.GridCacheWriteBehindStoreLoadTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testEvictExpired() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest |
From |
To |
|
Change Variable Type c : GridCache<String,Integer> to c : IgniteCache<String,Integer> in method public testPeekExpired() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest |
From |
To |