|
Change Parameter Type cache : CacheProjection<K,V> to cache : GridCache<K,V> in method public cacheContext(cache GridCache<K,V>) : GridCacheContext<K,V> in class org.apache.ignite.testframework.GridTestUtils |
From |
To |
|
Change Parameter Type cache : CacheProjection<Integer,Integer> to cache : GridCache<Integer,Integer> in method private checkCache(cache GridCache<Integer,Integer>, key int, expVal int) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearReaderPreloadSelfTest |
From |
To |
|
Change Parameter Type cache : IgniteCache<Integer,?> to cache : IgniteCache<?,?> in method public localNode(cache IgniteCache<?,?>) : ClusterNode in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Change Parameter Type cache : CacheProjection<Integer,String> to cache : IgniteCache<Integer,String> in method private waitCacheSize(cache IgniteCache<Integer,String>, expSize int, timeout long) : boolean in class org.apache.ignite.internal.processors.cache.distributed.replicated.preloader.GridCacheReplicatedPreloadSelfTest |
From |
To |
|
Change Parameter Type cache : CacheProjection<?,?> to cache : IgniteCache<?,?> in method protected primaryKeys(cache IgniteCache<?,?>, cnt int) : List<Integer> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Change Parameter Type cache : CacheProjection<K,V> to cache : GridCache<K,V> in method package affinity(cache GridCache<K,V>) : CacheConsistentHashAffinityFunction in class org.apache.ignite.testframework.GridTestUtils |
From |
To |
|
Change Parameter Type cache : CacheProjection<K,V> to cache : GridCache<K,V> in method public near(cache GridCache<K,V>) : GridNearCacheAdapter<K,V> in class org.apache.ignite.testframework.GridTestUtils |
From |
To |
|
Change Parameter Type cache : IgniteCache<Integer,?> to cache : IgniteCache<K,?> in method public affinity(cache IgniteCache<K,?>) : CacheAffinity<K> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Change Parameter Type cache : CacheProjection<K,V> to cache : GridCache<K,V> in method public dht(cache GridCache<K,V>) : GridDhtCacheAdapter<K,V> in class org.apache.ignite.testframework.GridTestUtils |
From |
To |
|
Inline Method protected primaryKeysForCache(cache CacheProjection<String,Integer>, cnt int, startFrom int) : List<String> inlined to protected primaryKeysForCache(cache IgniteCache<String,Integer>, cnt int, startFrom int) : List<String> in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest |
From |
To |
|
Inline Method protected primaryKeysForCache(cache CacheProjection<String,Integer>, cnt int) : List<String> inlined to protected primaryKeysForCache(cache IgniteCache<String,Integer>, cnt int) : List<String> in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest |
From |
To |
|
Inline Method protected backupKey(cache CacheProjection<?,?>) : Integer inlined to protected backupKey(cache IgniteCache<?,?>) : Integer in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Inline Method protected nearKey(cache CacheProjection<?,?>) : Integer inlined to protected nearKey(cache IgniteCache<?,?>) : Integer in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Inline Method protected primaryKey(cache CacheProjection<?,?>) : Integer inlined to protected primaryKey(cache IgniteCache<?,?>) : Integer in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Inline Method protected backupKeys(cache CacheProjection<?,?>, cnt int, startFrom int) : List<Integer> inlined to protected backupKeys(cache IgniteCache<?,?>, cnt int, startFrom int) : List<Integer> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Inline Method protected primaryKeys(cache CacheProjection<?,?>, cnt int, startFrom int) : List<Integer> inlined to protected primaryKeys(cache IgniteCache<?,?>, cnt int, startFrom int) : List<Integer> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Inline Method protected nearKeys(cache CacheProjection<?,?>, cnt int, startFrom int) : List<Integer> inlined to protected nearKeys(cache IgniteCache<?,?>, cnt int, startFrom int) : List<Integer> in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testPutGetRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testUnswap() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheNoReadThroughAbstractTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testPutGetRemoveByteArray() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type near1 : CacheProjection<Integer,String> to near1 : GridCache<Integer,String> in method public testEvictWithReaders() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEntrySelfTest |
From |
To |
|
Change Variable Type keys : ArrayList<Integer> to keys : Collection<Integer> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheNoLoadPreviousValueAbstractTest |
From |
To |
|
Change Variable Type keys : ArrayList<Integer> to keys : List<Integer> in method private keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.expiry.IgniteCacheExpiryPolicyAbstractTest |
From |
To |
|
Change Variable Type cache2 : GridCache<Integer,String> to cache2 : IgniteCache<Integer,String> in method public testAsync() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.preloader.GridCacheReplicatedPreloadSelfTest |
From |
To |
|
Change Variable Type near0 : CacheProjection<Integer,String> to near0 : GridCache<Integer,String> in method public testRemoveWithReaders() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEntrySelfTest |
From |
To |
|
Change Variable Type eCache : GridCache<Integer,String> to eCache : IgniteCache<Integer,String> in method public testReloadAll() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePartitionedReloadAllAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method private keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.expiry.IgniteCacheExpiryPolicyAbstractTest |
From |
To |
|
Change Variable Type near0 : CacheProjection<Integer,String> to near0 : GridCache<Integer,String> in method public testEvictWithReaders() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEntrySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testTransform() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,TestValue> to c : IgniteCache<Integer,TestValue> in method public testPromote() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Long,Long> to cache : IgniteCache<Long,Long> in method public main(args String[]) : void in class org.apache.ignite.loadtests.dsi.cacheget.GridBenchmarkCacheGetLoadTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testReloadAll() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePartitionedReloadAllAbstractSelfTest |
From |
To |
|
Change Variable Type emptyCaches : Collection<GridCache<Integer,String>> to emptyCaches : Collection<IgniteCache<Integer,String>> in method public testReloadAll() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePartitionedReloadAllAbstractSelfTest |
From |
To |
|
Change Variable Type keys : ArrayList<Integer> to keys : Collection<Integer> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheNoWriteThroughAbstractTest |
From |
To |
|
Change Variable Type near1 : CacheProjection<Integer,String> to near1 : GridCache<Integer,String> in method public testClearWithReaders() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEntrySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testPutGetRemoveObject() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheNoLoadPreviousValueAbstractTest |
From |
To |
|
Change Variable Type lastCache : GridCache<Integer,String> to lastCache : IgniteCache<Integer,String> in method public testMultipleNodes() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.preloader.GridCacheReplicatedPreloadSelfTest |
From |
To |
|
Change Variable Type keys : ArrayList<Integer> to keys : Collection<Integer> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheNoReadThroughAbstractTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,TestValue> to c : IgniteCache<Integer,TestValue> in method public testLockUnlock() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type near0 : CacheProjection<Integer,String> to near0 : GridCache<Integer,String> in method public testClearWithReaders() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEntrySelfTest |
From |
To |
|
Change Variable Type near1 : CacheProjection<Integer,String> to near1 : GridCache<Integer,String> in method public testRemoveWithReaders() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtEntrySelfTest |
From |
To |
|
Change Variable Type c : CacheProjection<String,int[]> to c : IgniteCache<String,int[]> in method private checkTransactions(concur IgniteTxConcurrency, isolation IgniteTxIsolation, jobCnt int) : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheAbstractJobExecutionTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method protected keys() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.integration.IgniteCacheNoWriteThroughAbstractTest |
From |
To |