|
Rename Method public putAll(tx IgniteTx, map Map<?,?>) : void renamed to public writeAll(entries Collection<Cache.Entry<?,?>>) : void in class org.gridgain.grid.kernal.processors.cache.IgniteTxStoreExceptionAbstractSelfTest.TestStore |
From |
To |
|
Rename Method public remove(tx IgniteTx, key K) : void renamed to public delete(key Object) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheLoaderWriterStore |
From |
To |
|
Rename Method public remove(tx IgniteTx, key Object) : void renamed to public delete(key Object) : void in class org.gridgain.grid.kernal.processors.cache.IgniteTxStoreExceptionAbstractSelfTest.TestStore |
From |
To |
|
Rename Method public removeAll(tx IgniteTx, keys Collection<? extends Integer>) : void renamed to public deleteAll(keys Collection<?>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheTestStore |
From |
To |
|
Rename Method public removeAll(tx IgniteTx, keys Collection<? extends K>) : void renamed to public deleteAll(keys Collection<?>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheLoaderWriterStore |
From |
To |
|
Rename Method public loadAll(tx IgniteTx, keys Collection<? extends K>, c IgniteBiInClosure<K,V>) : void renamed to public deleteAll(keys Collection<?>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheGenericTestStore |
From |
To |
|
Rename Method public put(tx IgniteTx, key Object, val Object) : void renamed to public write(entry Cache.Entry<?,?>) : void in class org.gridgain.grid.kernal.processors.cache.IgniteTxStoreExceptionAbstractSelfTest.TestStore |
From |
To |
|
Rename Method public remove(tx IgniteTx, key K) : void renamed to public delete(key Object) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheGenericTestStore |
From |
To |
|
Rename Method public removeAll(tx IgniteTx, keys Collection<?>) : void renamed to public deleteAll(keys Collection<?>) : void in class org.gridgain.grid.kernal.processors.cache.IgniteTxStoreExceptionAbstractSelfTest.TestStore |
From |
To |
|
Change Parameter Type store : GridCacheStore<K,Object> to store : CacheStore<K,Object> in method public GridCacheStoreManager(ctx GridKernalContext, store CacheStore<K,Object>) in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type keys : Collection<? extends Integer> to keys : Iterable<? extends Integer> in method public loadAll(keys Iterable<? extends Integer>) : Map<Integer,Integer> in class org.gridgain.grid.cache.store.GridCacheBalancingStoreSelfTest.VerifyStore |
From |
To |
|
Change Parameter Type keys : Collection<? extends Integer> to keys : Iterable<? extends Integer> in method public loadAll(keys Iterable<? extends Integer>) : Map<Integer,String> in class org.gridgain.grid.kernal.processors.cache.GridCacheTestStore |
From |
To |
|
Change Parameter Type tx : IgniteTx to ses : CacheStoreSession in method private checkTx(ses CacheStoreSession) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheTestStore |
From |
To |
|
Change Parameter Type key : K to key : Object in method public delete(key Object) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheLoaderWriterStore |
From |
To |
|
Change Parameter Type key : K to key : Object in method public delete(key Object) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheGenericTestStore |
From |
To |
|
Change Parameter Type store : GridCacheStore<K,V> to store : CacheStore<K,V> in method public setStore(store CacheStore<K,V>) : void in class org.gridgain.grid.cache.GridCacheConfiguration |
From |
To |
|
Change Parameter Type store : GridCacheStore<K,V> to store : CacheStore<K,V> in method public GridCacheWriteBehindStore(gridName String, cacheName String, log IgniteLogger, store CacheStore<K,V>) in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore |
From |
To |
|
Change Parameter Type store : GridCacheStore<Long,String> to store : CacheStore<Long,String> in method private start(store CacheStore<Long,String>) : Ignite in class org.gridgain.loadtests.swap.GridSwapEvictAllBenchmark |
From |
To |
|
Change Return Type GridCacheStore<K,V> to CacheStore<K,V> in method public store() : CacheStore<K,V> in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.apache.ignite.internal.processors.cache.IgniteCacheAtomicLocalWithStoreInvokeTest |
From |
To |
|
Change Return Type GridCacheStore<Integer,String> to CacheStore<Integer,String> in method private store() : CacheStore<Integer,String> in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest |
From |
To |
|
Change Return Type void to Map<Integer,String> in method public loadAll(keys Iterable<? extends Integer>) : Map<Integer,String> in class org.gridgain.grid.kernal.processors.cache.GridCacheTestStore |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.gridgain.grid.kernal.processors.cache.GridCacheAbstractFlagsTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.gridgain.grid.kernal.processors.cache.GridCacheMultinodeUpdateAbstractSelfTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.apache.ignite.internal.processors.cache.expiry.IgniteCacheAtomicWithStoreExpiryPolicyTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.gridgain.grid.kernal.processors.cache.local.GridCacheAtomicLocalMetricsNoStoreSelfTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePartitionedReloadAllAbstractSelfTest |
From |
To |
|
Change Return Type GridCacheStore<K,V> to CacheStore<K,V> in method public getStore() : CacheStore<K,V> in class org.gridgain.grid.cache.GridCacheConfiguration |
From |
To |
|
Change Return Type GridCacheStore to CacheStore in method private cacheStore(gridName String, cfg GridCacheConfiguration) : CacheStore in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.gridgain.grid.kernal.processors.cache.GridCacheAbstractSelfTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.apache.ignite.internal.processors.cache.expiry.IgniteCacheTxWithStoreExpiryPolicyTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridCacheGlobalLoadTest |
From |
To |
|
Change Return Type GridCacheStore<K,Object> to CacheStore<K,Object> in method public store() : CacheStore<K,Object> in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Return Type void to Map<Integer,Integer> in method public loadAll(keys Iterable<? extends Integer>) : Map<Integer,Integer> in class org.gridgain.grid.cache.store.GridCacheBalancingStoreSelfTest.VerifyStore |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.apache.ignite.internal.processors.cache.IgniteCacheAtomicPrimaryWriteOrderWithStoreInvokeTest |
From |
To |
|
Change Return Type GridCacheJdbcBlobStore<Object,Object> to CacheJdbcBlobStore<Object,Object> in method protected store() : CacheJdbcBlobStore<Object,Object> in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreSelfTest |
From |
To |
|
Change Return Type GridCacheStore<?,?> to CacheStore<?,?> in method protected cacheStore() : CacheStore<?,?> in class org.apache.ignite.internal.processors.cache.expiry.IgniteCacheAtomicPrimaryWriteOrderWithStoreExpiryPolicyTest |
From |
To |
|
Change Variable Type key : Integer to key : Object in method public deleteAll(keys Collection<?>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheTestStore |
From |
To |
|
Change Variable Type store : GridCacheStore<Integer,String> to store : CacheStore<Integer,String> in method private store() : CacheStore<Integer,String> in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest |
From |
To |
|
Change Variable Type store : GridCacheStore to store : CacheStore in method private clearStores(cnt int) : void in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridCacheColocatedDebugTest |
From |
To |
|
Change Variable Type store : GridCacheStore to store : CacheStore in method public start() : void in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor |
From |
To |
|
Change Variable Type store : GridCacheStore to store : CacheStore in method private checkStore(ignite Ignite, map Map<Integer,String>) : void in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridCacheColocatedDebugTest |
From |
To |
|
Change Variable Type w : GridCacheStoreBalancingWrapper<Integer,Integer> to w : CacheStoreBalancingWrapper<Integer,Integer> in method public testLoads() : void in class org.gridgain.grid.cache.store.GridCacheBalancingStoreSelfTest |
From |
To |
|
Change Variable Type e : IgniteCheckedException to e : Exception in method public testContinuousPut() : void in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStoreSelfTest |
From |
To |
|
Change Variable Type key : K to key : Object in method public deleteAll(keys Collection<?>) : void in class org.gridgain.grid.kernal.processors.cache.GridCacheGenericTestStore |
From |
To |
|
Change Variable Type e : IgniteCheckedException to e : Exception in method public testShutdown() : void in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStoreSelfTest |
From |
To |
|
Change Attribute Type store : GridCacheStore<Integer,String> to store : CacheStore<Integer,String> in class org.apache.ignite.cache.store.jdbc.GridCacheJdbcBlobStoreMultithreadedSelfTest |
From |
To |
|
Change Attribute Type store : GridCacheStore<Integer,Integer> to store : CacheStore<Integer,Integer> in class org.gridgain.grid.kernal.processors.cache.GridCacheBasicStoreMultithreadedAbstractTest |
From |
To |
|
Change Attribute Type store : GridCacheStore<K,Object> to store : CacheStore<K,Object> in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Attribute Type store : GridCacheStore<Object,Object> to store : CacheStore<Object,Object> in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridCacheNearPartitionedClearSelfTest |
From |
To |
|
Change Attribute Type store : GridCacheStore<?,?> to store : CacheStore<?,?> in class org.gridgain.grid.cache.GridCacheConfiguration |
From |
To |
|
Change Attribute Type store : GridCacheStore<K,V> to store : CacheStore<K,V> in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore |
From |
To |
|
Change Attribute Type store : GridCacheStore to store : CacheStore in class org.gridgain.grid.kernal.processors.cache.GridCachePartitionedWritesTest |
From |
To |
|
Change Attribute Type testStore : GridCacheStore<String,String> to testStore : CacheStore<String,String> in class org.gridgain.grid.kernal.processors.cache.eviction.GridCacheEmptyEntriesAbstractSelfTest |
From |
To |
|
Change Attribute Type store : GridCacheStore to store : CacheStore in class org.gridgain.loadtests.cache.GridCacheWriteBehindStoreLoadTest |
From |
To |
|
Change Attribute Type singleThreadGate : GridCacheStoreBalancingWrapper<K,Object> to singleThreadGate : CacheStoreBalancingWrapper<K,Object> in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager |
From |
To |