|
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private checkPreviousValue() : void in class org.apache.ignite.internal.processors.cache.IgnitePutAllLargeBatchSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testRemoveInTxSimple() : void in class org.apache.ignite.internal.processors.cache.IgniteTxMultiNodeAbstractTest |
From |
To |
|
Change Variable Type dht : GridCache<Integer,String> to dht : GridCacheAdapter<Integer,String> in method public testReadThrough() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearOneNodeSelfTest |
From |
To |
|
Change Variable Type key : Object to e : Cache.Entry<Object,Object> in method public testBasicOps() : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessorSelfTest |
From |
To |
|
Change Variable Type cache : GridCache to cache : GridCacheAdapter in method public _testFormat() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testRemoveInTxQueried() : void in class org.apache.ignite.internal.processors.cache.IgniteTxMultiNodeAbstractTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method private checkPutAll(concurrency TransactionConcurrency, nearEnabled boolean) : void in class org.apache.ignite.internal.processors.cache.IgnitePutAllLargeBatchSelfTest |
From |
To |
|
Change Variable Type c : GridCache<Integer,Integer> to c : GridCacheAdapter<Integer,Integer> in method private performanceMultithreadedTest() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTest |
From |
To |
|
Change Variable Type cache : GridCache<Integer,Integer> to cache : GridCacheAdapter<Integer,Integer> in method private performanceTest() : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method public testPessimistic() : void in class org.apache.ignite.internal.processors.cache.IgnitePutAllUpdateNonPreloadedPartitionSelfTest |
From |
To |
|
Change Variable Type metaCache : GridCache<IgniteUuid,IgfsFileInfo> to metaCache : IgniteCache<IgniteUuid,IgfsFileInfo> in method private checkOversizeDelay() : void in class org.apache.ignite.internal.processors.igfs.IgfsSizeSelfTest |
From |
To |
|
Change Variable Type key : Object to e : Cache.Entry<Object,Object> in method public testRename() : void in class org.apache.ignite.internal.processors.igfs.IgfsProcessorSelfTest |
From |
To |
|
Change Variable Type cache : GridCache<Object,Object> to cache : GridCacheAdapter<Object,Object> in method private checkKeySet(g Ignite) : void in class org.apache.ignite.internal.processors.cache.GridCacheValueConsistencyAbstractSelfTest |
From |
To |