|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testPutxIfAbsent(key Integer) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method private checkTtl(inTx boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGroupLockRemoveOneKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkSanityCheckDisabled(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testStop(startTx boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheStopSelfTest |
From |
To |
|
Change Variable Type rmtCache : GridCache<Object,Object> to rmtCache : IgniteCache<Object,Object> in method public testUpdateInPessimisticTxOnRemoteNode() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffheapUpdateSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGroupLockGetOneKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache1 : GridCache<Integer,String> to cache1 : IgniteCache<Integer,String> in method public testSynchronousCommitNodeLeave() : void in class org.apache.ignite.internal.processors.cache.GridCacheReplicatedSynchronousCommitTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method public testPut() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredEvictionAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testPutGet(key Integer) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGroupLockWriteThrough(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private assertCacheContent(expVals Map<Integer,GridTuple<Integer>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractRemoveFailureTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestValue> to cache : IgniteCache<Integer,TestValue> in method public call() : Collection<WeakReference<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest.oneAsyncOpCallable |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public testRehash() : void in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMapSelfTest |
From |
To |
|
Change Variable Type locCache : GridCache<Object,Object> to locCache : IgniteCache<Object,Object> in method public testUpdateInPessimisticTxOnRemoteNode() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffheapUpdateSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method public testRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredEvictionAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testImplicit() : void in class org.apache.ignite.internal.processors.cache.GridCacheDaemonNodeAbstractSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGroupLockPutOneKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testCandidates(gridCnt int) : void in class org.apache.ignite.internal.processors.cache.GridCacheMvccManagerSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGroupLockRemoveOneKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testGetPutRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicApiAbstractTest |
From |
To |
|
Change Variable Type c : GridCache<String,Integer> to c : IgniteCache<String,Integer> in method public testTwoTx() : void in class org.apache.ignite.internal.processors.cache.GridCacheNestedTxAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestValue> to cache : IgniteCache<Integer,TestValue> in method public call() : Collection<WeakReference<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest.severalAsyncOpsCallable |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public testRehashRandom() : void in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMapSelfTest |
From |
To |
|
Change Variable Type cache3 : GridCache<Integer,String> to cache3 : IgniteCache<Integer,String> in method public testSynchronousCommitNodeLeave() : void in class org.apache.ignite.internal.processors.cache.GridCacheReplicatedSynchronousCommitTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testPut(key Integer) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method private checkPutGetRemove(key Integer) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public testDisabled() : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreValueBytesSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testRemoves() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGroupLockWithExternalLock(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<Integer,Integer> to cache0 : IgniteCache<Integer,Integer> in method public testPutsReads() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGroupLockWriteThrough(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,TestValue> to c : IgniteCache<Integer,TestValue> in method private checkPutGetRemoveObjectTx(key Integer, txConcurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestValue> to cache : IgniteCache<Integer,TestValue> in method public call() : Collection<WeakReference<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest.atomicLongCallable |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGetPutEmptyCache(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public testReadEvictedPartition() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffheapUpdateSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method private findAbsentKeys(workerNode Ignite, keys Collection<Integer>) : Collection<Integer> in class org.apache.ignite.internal.processors.cache.GridCachePutAllFailoverSelfTest |
From |
To |
|
Change Variable Type c : GridCache<String,Integer> to c : IgniteCache<String,Integer> in method public testGetFromPrimaryNode() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionedGetSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public testRandomEntryMultiThreaded() : void in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMapTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testBasicOps() : void in class org.apache.ignite.internal.processors.cache.GridCacheBasicApiAbstractTest |
From |
To |
|
Change Variable Type c : GridCache<String,Integer> to c : IgniteCache<String,Integer> in method public testGetFromBackupNode() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionedGetSelfTest |
From |
To |
|
Change Variable Type firstCache : GridCache<Integer,String> to firstCache : IgniteCache<Integer,String> in method public testSynchronousCommit() : void in class org.apache.ignite.internal.processors.cache.GridCacheReplicatedSynchronousCommitTest |
From |
To |
|
Change Variable Type c : GridCache<String,Integer> to c : IgniteCache<String,Integer> in method public testGetFromNearNode() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionedGetSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public execute() : Object in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockPutTask.map.singletonMap |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testPutTx(key Integer, txConcurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapMultiThreadedUpdateSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method private checkPreloadOrder(first CacheMode, second CacheMode) : void in class org.apache.ignite.internal.processors.cache.GridCacheOrderedPreloadingSelfTest |
From |
To |
|
Change Variable Type futs : Collection<IgniteInternalFuture<?>> to futs : Collection<IgniteFuture<?>> in method private severalAsyncOpsCallable() : Callable<Collection<WeakReference<Object>>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGetRemove(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type prj : GridCache<Integer,Integer> to prj : IgniteCache<Integer,Integer> in method public call() : Object in class org.apache.ignite.internal.processors.cache.GridCacheMixedPartitionExchangeSelfTest.testNodeJoinLeave.fut.runMultiThreadedAsync |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGroupLockGetOneKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache1 : GridCache<Object,Object> to cache1 : IgniteCache<Object,Object> in method private checkCache(g Ignite, cacheName String, simulateTimeout boolean, configureTimeout boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheSlowTxWarnTest |
From |
To |
|
Change Variable Type sndCache0 : GridCache<Integer,Integer> to sndCache0 : IgniteCache<Integer,Integer> in method public testPutAndRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractRemoveFailureTest |
From |
To |
|
Change Variable Type cache : GridCache<IncorrectCacheKey,String> to cache : IgniteCache<IncorrectCacheKey,String> in method private checkGet(atomicityMode CacheAtomicityMode) : void in class org.apache.ignite.internal.processors.cache.GridCacheKeyCheckSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<?> to fut : IgniteFuture<?> in method private severalAsyncOpsCallable() : Callable<Collection<WeakReference<Object>>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public call() : Object in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMapSelfTest.testRehashMultithreaded1.multithreaded |
From |
To |
|
Change Variable Type futs : Collection<IgniteInternalFuture<?>> to futs : Collection<IgniteFuture<?>> in method public call() : Collection<WeakReference<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest.severalAsyncOpsCallable |
From |
To |
|
Change Variable Type c : GridCache<Integer,byte[]> to c : IgniteCache<Integer,byte[]> in method private checkPutGetRemoveTxByteArray(key Integer, txConcurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGetPut(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGetAfterPut(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type e : IgniteCheckedException to e : CacheException in method public testPutAndRemove() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractRemoveFailureTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method private checkPutAllGetAllRemoveAllTx(txConcurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGetPut(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGetRemove(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testMvccFinishKeys() : void in class org.apache.ignite.internal.processors.cache.GridCacheFinishPartitionsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private checkSwap() : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapPreloadSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testMissesOnEmptyCache() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testMisses() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public testEnabled() : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreValueBytesSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method private checkLeak(mode CacheAtomicityMode) : void in class org.apache.ignite.internal.processors.cache.GridCacheLeakTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<?> to fut : IgniteFuture<?> in method public call() : Collection<WeakReference<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest.severalAsyncOpsCallable |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testPutsReads() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public testDeployment5() : void in class org.apache.ignite.internal.processors.cache.GridCacheDeploymentSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,String> to cache : IgniteCache<Object,String> in method private checkGroupLockReadAffinityKey(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,byte[]> to c : IgniteCache<Integer,byte[]> in method private checkPutGetRemoveByteArray(key Integer) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestValue> to cache : IgniteCache<Integer,TestValue> in method public call() : Collection<WeakReference<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest.asyncOpsAsyncCommitCallable |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testMissHitPercentage() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testManualEvictions() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGroupPartitionLock(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public testTxFinishPartitions() : void in class org.apache.ignite.internal.processors.cache.GridCacheFinishPartitionsSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGroupLockPutWrongKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method public testExplicit() : void in class org.apache.ignite.internal.processors.cache.GridCacheDaemonNodeAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public call() : Object in class org.apache.ignite.internal.processors.cache.GridCacheFinishPartitionsSelfTest.runTransactions.runMultiThreaded |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public _testDeploymentGroupLock() : void in class org.apache.ignite.internal.processors.cache.GridCacheDeploymentSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGroupLockPutOneKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<IncorrectCacheKey,String> to cache : IgniteCache<IncorrectCacheKey,String> in method private checkPut(atomicityMode CacheAtomicityMode) : void in class org.apache.ignite.internal.processors.cache.GridCacheKeyCheckSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Object> to cache : IgniteCache<Integer,Object> in method protected beforeTest() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredEvictionAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private doTest() : void in class org.apache.ignite.internal.processors.cache.GridCacheReloadSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private testPutxIfAbsentTx(key Integer, txConcurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapMultiThreadedUpdateSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<UUID,String> to cache : IgniteCache<UUID,String> in method private checkGroupPartitionLock(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,TestValue> to c : IgniteCache<Integer,TestValue> in method private checkPutGetRemoveObject(key Integer) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestValue> to cache : IgniteCache<Integer,TestValue> in method public call() : Collection<WeakReference<Object>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest.syncOpAsyncCommitCallable |
From |
To |
|
Change Variable Type cache : GridCache<String,String> to cache : IgniteCache<String,String> in method public _testRandomEntry() : void in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMapTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public performTest() : void in class org.apache.ignite.internal.processors.cache.GridCacheGlobalClearAllSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<IncorrectCacheKey,String> to cache : IgniteCache<IncorrectCacheKey,String> in method private checkRemove(atomicityMode CacheAtomicityMode) : void in class org.apache.ignite.internal.processors.cache.GridCacheKeyCheckSelfTest |
From |
To |
|
Change Variable Type cache0 : GridCache<Integer,Integer> to cache0 : IgniteCache<Integer,Integer> in method public testMissHitPercentage() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractMetricsSelfTest |
From |
To |
|
Change Variable Type c : GridCache<String,String> to c : IgniteCache<String,String> in method public testEvictionEvent() : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionEventAbstractTest |
From |
To |
|
Change Variable Type cache0 : GridCache<Object,Object> to cache0 : IgniteCache<Object,Object> in method private checkMultiUpdateLocks(nearEnabled boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheMultiUpdateLockSelfTest |
From |
To |
|
Change Variable Type cache1 : GridCache<Integer,Object> to cache1 : IgniteCache<Integer,Object> in method public testEvictions() : void in class org.apache.ignite.internal.processors.cache.GridCachePreloadingEvictionsSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method private checkPutGetRemoveTx(key Integer, txConcurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method private findAbsentKeys(workerNode Ignite, keys Collection<Integer>) : Collection<Integer> in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockFailoverSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : IgniteCache<Integer,Integer> in method private checkUnswap(key Integer) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTieredAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGetPutEmptyCache(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type gCache : GridCache<Object,Object> to gCache : IgniteCache<Object,Object> in method private checkGetAfterPut(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,TestValue> to cache : IgniteCache<Integer,TestValue> in method private severalAsyncOpsCallable() : Callable<Collection<WeakReference<Object>>> in class org.apache.ignite.internal.processors.cache.GridCacheReferenceCleanupSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<String>,String> to cache : IgniteCache<CacheAffinityKey<String>,String> in method private checkGroupLockRemoveWrongKey(concurrency IgniteTxConcurrency) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,String> to c : IgniteCache<Integer,String> in method public testEmptyWeakIterator() : void in class org.apache.ignite.internal.processors.cache.GridCacheConcurrentMapSelfTest |
From |
To |