|
Change Variable Type cache : GridCache<Integer,String> to cache : IgniteCache<Integer,String> in method public testLock() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheNodeFailureAbstractTest |
From |
To |
|
Change Variable Type entry : CacheEntry<String,Integer> to entry : Cache.Entry<String,Integer> in method public testToMap() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest |
From |
To |
|
Change Variable Type checkCache : GridCache<Integer,String> to checkCache : IgniteCache<Integer,String> in method public testLock() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheNodeFailureAbstractTest |
From |
To |
|
Change Variable Type checkCache : GridCache<Integer,String> to checkCache : IgniteCache<Integer,String> in method private checkTransaction(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheNodeFailureAbstractTest |
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.distributed.IgniteTxTimeoutAbstractTest |
From |
To |
|
Change Variable Type cache0 : GridCache<String,Integer> to cache0 : IgniteCache<String,Integer> in method public testExpiredEntriesPreloading() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheExpiredEntriesPreloadAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method private clearCaches() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheEventAbstractTest |
From |
To |