|
Change Parameter Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method private testTransactionMixed(cache IgniteCache<Integer,Object>, concurrency IgniteTxConcurrency, key1 Integer, val1 byte[], key2 Integer, val2 Object) : void in class org.apache.ignite.internal.processors.cache.local.GridCacheLocalByteArrayValuesSelfTest |
From |
To |
|
Change Parameter Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method private checkExplicitTx(ignite Ignite, cache IgniteCache<String,String>) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEmptyEntriesAbstractSelfTest |
From |
To |
|
Change Parameter Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method private checkImplicitTx(cache IgniteCache<String,String>) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEmptyEntriesAbstractSelfTest |
From |
To |
|
Change Parameter Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method private checkEmpty(cache IgniteCache<String,String>) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEmptyEntriesAbstractSelfTest |
From |
To |
|
Change Parameter Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method private testTransaction(cache IgniteCache<Integer,Object>, concurrency IgniteTxConcurrency, key Integer, val byte[]) : void in class org.apache.ignite.internal.processors.cache.local.GridCacheLocalByteArrayValuesSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Object,Object> to c : IgniteCache<Object,Object> in method private checkEvictionFilter() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionFilterSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testTryFlush() : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessorSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testEvictAll() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionTouchSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private checkConcurrentPuts() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheConcurrentEvictionsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private checkEvictions() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheDistributedEvictionsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<Object>,Integer> to cache : IgniteCache<CacheAffinityKey<Object>,Integer> in method public testGroupLock() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionTouchSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method private checkNearEvictionMaxSize() : void in class org.apache.ignite.internal.processors.cache.eviction.lru.GridCacheNearOnlyLruNearEvictionPolicySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testLocalSync() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheDistributedEvictionsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testEvictSingle() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionTouchSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method private runConcurrentTest(g Ignite, keysCnt int, batchSize int) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheBatchEvictUnswapSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testReload() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionTouchSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method private checkNearEvictionMaxSize() : void in class org.apache.ignite.internal.processors.cache.eviction.lru.GridCacheLruNearEvictionPolicySelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testFlush() : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessorSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private checkPolicyConsistency() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheConcurrentEvictionConsistencySelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testPolicyConsistency() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionTouchSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Integer> to cache : IgniteCache<Object,Integer> in method public testPartitionGroupLock() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionTouchSelfTest |
From |
To |
|
Change Variable Type cache : GridCache to cache : IgniteCache in method public call() : Boolean in class org.apache.ignite.loadtests.datastructures.GridCachePartitionedAtomicLongLoadTest.AtomicCallable |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method private checkTransactionTimeout(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.local.GridCacheLocalTxTimeoutSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method private checkPolicy0() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEmptyEntriesAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public testAddDataFromMap() : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderImplSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public _testPartitionedMixed() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionFilterSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method public testFlushTimeout() : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessorSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method private checkPartitioned(endSize int, endPlcSize int, near boolean) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testPut() : void in class org.apache.ignite.internal.processors.cache.eviction.lru.GridCacheLruEvictionPolicySelfTest |
From |
To |
|
Change Variable Type e : IgniteCheckedException to e : IgniteException in method private runConcurrentTest(g Ignite, keysCnt int, batchSize int) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheBatchEvictUnswapSelfTest |
From |
To |