| 
                                Change Parameter Type	val : Object to val : CacheObject in method public put(tx IgniteInternalTx, key KeyCacheObject, val CacheObject, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	map : Map to map : Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> in method public putAll(tx IgniteInternalTx, map Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>>) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	val : Object to val : CacheObject in method public put(tx IgniteInternalTx, key KeyCacheObject, val CacheObject, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.store.CacheStoreManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	key : Object to key : KeyCacheObject in method public put(tx IgniteInternalTx, key KeyCacheObject, val CacheObject, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	keys : Collection to keys : Collection<? extends KeyCacheObject> in method public removeAll(tx IgniteInternalTx, keys Collection<? extends KeyCacheObject>) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	key : Object to key : KeyCacheObject in method public remove(tx IgniteInternalTx, key KeyCacheObject) : boolean in class org.apache.ignite.internal.processors.cache.store.CacheStoreManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	key : Object to key : KeyCacheObject in method public put(tx IgniteInternalTx, key KeyCacheObject, val CacheObject, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.store.CacheStoreManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	map : Map<?,IgniteBiTuple<?,GridCacheVersion>> to map : Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> in method private EntriesView(map Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>>) in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.EntriesView | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	key : Object to key : KeyCacheObject in method public remove(tx IgniteInternalTx, key KeyCacheObject) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	putMap : Map<Object,Object> to putMap : Map<KeyCacheObject,CacheObject> in method private updatePartialBatch(entries List<GridCacheEntryEx>, ver GridCacheVersion, writeVals List<CacheObject>, putMap Map<KeyCacheObject,CacheObject>, rmvKeys Collection<KeyCacheObject>, expiryPlc ExpiryPolicy, keepBinary boolean, err CachePartialUpdateCheckedException, subjId UUID, taskName String) : CachePartialUpdateCheckedException in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	rmvKeys : Collection<Object> to rmvKeys : Collection<KeyCacheObject> in method private updatePartialBatch(entries List<GridCacheEntryEx>, ver GridCacheVersion, writeVals List<CacheObject>, putMap Map<KeyCacheObject,CacheObject>, rmvKeys Collection<KeyCacheObject>, expiryPlc ExpiryPolicy, keepBinary boolean, 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<Object> to rmvKeys : Collection<KeyCacheObject> in method private updateWithBatch(op GridCacheOperation, keys Collection<? extends K>, vals Iterable<?>, invokeArgs Object[], expiryPlc ExpiryPolicy, ver GridCacheVersion, filter CacheEntryPredicate[], keepBinary boolean, 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<Object,Object> to putMap : Map<KeyCacheObject,CacheObject> in method private updateWithBatch(op GridCacheOperation, keys Collection<? extends K>, vals Iterable<?>, invokeArgs Object[], expiryPlc ExpiryPolicy, ver GridCacheVersion, filter CacheEntryPredicate[], keepBinary boolean, subjId UUID, taskName String) : Map<K,EntryProcessorResult> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	key : Object to key : KeyCacheObject in method public removeAll(tx IgniteInternalTx, keys Collection<? extends KeyCacheObject>) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	putMap : Map<Object,IgniteBiTuple<Object,GridCacheVersion>> to putMap : Map<KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	e : Map.Entry<Object,IgniteBiTuple<Object,GridCacheVersion>> to e : Map.Entry<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> in method public putAll(tx IgniteInternalTx, map Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>>) : boolean in class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	rmvCol : List<Object> to rmvCol : List<KeyCacheObject> in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To |