|
Change Parameter Type rmvKeys : Collection<KeyCacheObject> to rmvKeys : Collection<Object> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, entryProcessorMap Map<KeyCacheObject,EntryProcessor<Object,Object,Object>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type e : Cache.Entry<Object,Object> to e : Cache.Entry<?,?> in method private mapContains(e Cache.Entry<?,?>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView |
From |
To |
|
Change Parameter Type map : Map<KeyCacheObject,IgniteBiTuple<CacheObject,GridCacheVersion>> to map : Map<?,IgniteBiTuple<?,GridCacheVersion>> in method private EntriesView(map Map<?,IgniteBiTuple<?,GridCacheVersion>>) in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView |
From |
To |
|
Change Parameter Type key : KeyCacheObject to key : Object in method public removeFromStore(tx IgniteInternalTx, key Object) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type key : KeyCacheObject to key : Object in method public putToStore(tx IgniteInternalTx, key Object, val Object, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type map : Map<KeyCacheObject,IgniteBiTuple<CacheObject,GridCacheVersion>> to map : Map<Object,IgniteBiTuple<Object,GridCacheVersion>> in method public putAllToStore(tx IgniteInternalTx, map Map<Object,IgniteBiTuple<Object,GridCacheVersion>>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type putMap : Map<KeyCacheObject,CacheObject> to putMap : Map<Object,Object> in method private updatePartialBatch(entries List<GridCacheEntryEx>, ver GridCacheVersion, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, expiryPlc ExpiryPolicy, err CachePartialUpdateCheckedException, subjId UUID, taskName String) : CachePartialUpdateCheckedException in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Parameter Type putMap : Map<KeyCacheObject,CacheObject> to writeVals : List<CacheObject> in method private updatePartialBatch(entries List<GridCacheEntryEx>, ver GridCacheVersion, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, expiryPlc ExpiryPolicy, err CachePartialUpdateCheckedException, subjId UUID, taskName String) : CachePartialUpdateCheckedException in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Parameter Type putMap : Map<KeyCacheObject,CacheObject> to writeVals : List<CacheObject> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, entryProcessorMap Map<KeyCacheObject,EntryProcessor<Object,Object,Object>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type keys : Collection<KeyCacheObject> to keys : Collection<Object> in method public removeAllFromStore(tx IgniteInternalTx, keys Collection<Object>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type putMap : Map<KeyCacheObject,CacheObject> to putMap : Map<Object,Object> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, entryProcessorMap Map<KeyCacheObject,EntryProcessor<Object,Object,Object>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type val : CacheObject to val : Object in method public putToStore(tx IgniteInternalTx, key Object, val Object, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type rmvKeys : Collection<KeyCacheObject> to rmvKeys : Collection<Object> in method private updatePartialBatch(entries List<GridCacheEntryEx>, ver GridCacheVersion, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, expiryPlc ExpiryPolicy, err CachePartialUpdateCheckedException, subjId UUID, taskName String) : CachePartialUpdateCheckedException in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Variable Type rmvKeys : Collection<KeyCacheObject> to rmvKeys : Collection<Object> in method private updateWithBatch(op GridCacheOperation, keys Collection<? extends K>, vals Iterable<?>, invokeArgs Object[], expiryPlc ExpiryPolicy, ver GridCacheVersion, filter CacheEntryPredicate[], subjId UUID, taskName String) : Map<K,EntryProcessorResult> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Variable Type putMap : Map<KeyCacheObject,IgniteBiTuple<CacheObject,GridCacheVersion>> to putMap : Map<Object,IgniteBiTuple<Object,GridCacheVersion>> in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Variable Type rmvCol : List<KeyCacheObject> to rmvCol : List<Object> in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Variable Type storeMap : Map<KeyCacheObject,CacheObject> to storeMap : Map<Object,Object> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, entryProcessorMap Map<KeyCacheObject,EntryProcessor<Object,Object,Object>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type it0 : Iterator<Map.Entry<KeyCacheObject,IgniteBiTuple<CacheObject,GridCacheVersion>>> to it0 : Iterator<Map.Entry<?,IgniteBiTuple<?,GridCacheVersion>>> in method public iterator() : Iterator<Cache.Entry<?,?>> in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView |
From |
To |
|
Change Variable Type key : KeyCacheObject to key : Object in method public removeAllFromStore(tx IgniteInternalTx, keys Collection<Object>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Variable Type k : KeyCacheObject to k : Object in method private checkNext() : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView.iterator |
From |
To |
|
Change Variable Type e : Cache.Entry<Object,Object> to e : Cache.Entry<?,?> in method public remove(o Object) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView |
From |
To |
|
Change Variable Type e : Cache.Entry<Object,Object> to e : Cache.Entry<?,?> in method public contains(o Object) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView |
From |
To |
|
Change Variable Type e : Map.Entry<KeyCacheObject,IgniteBiTuple<CacheObject,GridCacheVersion>> to e : Map.Entry<?,IgniteBiTuple<?,GridCacheVersion>> in method private checkNext() : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView.iterator |
From |
To |
|
Change Variable Type rmvKeys : Collection<KeyCacheObject> to rmvKeys : Collection<Object> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type keySet : Iterable<Integer> to keySet : Set<Integer> in method private checkSwapMultithreaded() : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapPreloadSelfTest |
From |
To |
|
Change Variable Type putMap : Map<KeyCacheObject,CacheObject> to putMap : Map<Object,Object> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type putMap : Map<KeyCacheObject,CacheObject> to putMap : Map<Object,Object> in method private updateWithBatch(op GridCacheOperation, keys Collection<? extends K>, vals Iterable<?>, invokeArgs Object[], expiryPlc ExpiryPolicy, ver GridCacheVersion, filter CacheEntryPredicate[], subjId UUID, taskName String) : Map<K,EntryProcessorResult> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Variable Type e : Map.Entry<KeyCacheObject,IgniteBiTuple<CacheObject,GridCacheVersion>> to e : Map.Entry<Object,IgniteBiTuple<Object,GridCacheVersion>> in method public putAllToStore(tx IgniteInternalTx, map Map<Object,IgniteBiTuple<Object,GridCacheVersion>>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Variable Type storeKeys : Collection<KeyCacheObject> to storeKeys : Collection<Object> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, entryProcessorMap Map<KeyCacheObject,EntryProcessor<Object,Object,Object>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Parameter putMap : Map<KeyCacheObject,CacheObject> to writeVals : List<CacheObject> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, entryProcessorMap Map<KeyCacheObject,EntryProcessor<Object,Object,Object>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Parameter putMap : Map<KeyCacheObject,CacheObject> to writeVals : List<CacheObject> in method private updatePartialBatch(entries List<GridCacheEntryEx>, ver GridCacheVersion, writeVals List<CacheObject>, putMap Map<Object,Object>, rmvKeys Collection<Object>, expiryPlc ExpiryPolicy, err CachePartialUpdateCheckedException, subjId UUID, taskName String) : CachePartialUpdateCheckedException in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |