| 
                                Change Parameter Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method private initTopology(cacheCtx GridCacheContext) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public assign(exchFut GridDhtPartitionsExchangeFuture) : GridDhtPreloaderAssignments<K,V> in class org.apache.ignite.internal.processors.cache.GridCachePreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method package addFuture(exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	affMgr : GridCacheAffinityManager<K,V> to affMgr : GridCacheAffinityManager in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, evtMgr GridCacheEventManager, swapMgr GridCacheSwapManager, storeMgr GridCacheStoreManager, evictMgr GridCacheEvictionManager<K,V>, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager, affMgr GridCacheAffinityManager, dataStructuresMgr CacheDataStructuresManager, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, jtaMgr CacheJtaManagerAdapter) in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	key : K to key : Object in method public nodes(key Object, topVer long) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.GridCacheAffinityManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cctx : GridCacheSharedContext<K,V> to cctx : GridCacheSharedContext in method public GridDhtPartitionsExchangeFuture(cctx GridCacheSharedContext, busyLock ReadWriteLock, exchId GridDhtPartitionExchangeId) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	ret : GridCacheReturn<Object> to ret : GridCacheReturn in method private obtainLockAsync(cacheCtx GridCacheContext, ret GridCacheReturn, passedKeys Collection<KeyCacheObject>, read boolean, skipped Set<KeyCacheObject>, accessTtl long, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public GridDhtPreloaderAssignments(exchFut GridDhtPartitionsExchangeFuture, topVer long) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloaderAssignments | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cfg : CacheEntryListenerConfiguration<K,V> to cfg : CacheEntryListenerConfiguration in method public executeJCacheQuery(cfg CacheEntryListenerConfiguration, onStart boolean) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cctx : GridCacheSharedContext<K,V> to cctx : GridCacheSharedContext in method public GridDhtPartitionsExchangeFuture(cctx GridCacheSharedContext, reassign boolean, discoEvt DiscoveryEvent, exchId GridDhtPartitionExchangeId) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	fut : GridDhtAssignmentFetchFuture<K,V> to fut : GridDhtAssignmentFetchFuture in method public addDhtAssignmentFetchFuture(topVer long, fut GridDhtAssignmentFetchFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	lastFut : GridDhtPartitionsExchangeFuture<K,V> to lastFut : GridDhtPartitionsExchangeFuture in method public updateLastExchangeFuture(lastFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	retVal : GridCacheReturn<Object> to retVal : GridCacheReturn in method public GridNearTxPrepareResponse(xid GridCacheVersion, futId IgniteUuid, miniId IgniteUuid, dhtVer GridCacheVersion, invalidParts Collection<Integer>, retVal GridCacheReturn, err Throwable) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	fut : GridDhtAssignmentFetchFuture<K,V> to fut : GridDhtAssignmentFetchFuture in method public removeDhtAssignmentFetchFuture(topVer long, fut GridDhtAssignmentFetchFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	locLsnr : CacheEntryUpdatedListener<K,V> to locLsnr : CacheEntryUpdatedListener in method private executeQuery0(locLsnr CacheEntryUpdatedListener, rmtFilter CacheEntryEventFilter, bufSize int, timeInterval long, autoUnsubscribe boolean, internal boolean, notifyExisting boolean, oldValRequired boolean, sync boolean, ignoreExpired boolean, grp ClusterGroup) : UUID in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public onExchangeDone(exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	rmtFilter : CacheEntryEventFilter<K,V> to rmtFilter : CacheEntryEventFilter in method public executeInternalQuery(locLsnr CacheEntryUpdatedListener<?,?>, rmtFilter CacheEntryEventFilter, loc boolean, notifyExisting boolean) : UUID in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	lastFut : GridDhtPartitionsExchangeFuture<K,V> to lastFut : GridDhtPartitionsExchangeFuture in method package updateLastExchangeFuture(lastFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	ret : GridCacheReturn<CacheObject> to ret : GridCacheReturn in method protected enlistWrite(cacheCtx GridCacheContext, keys Collection<?>, cached GridCacheEntryEx, expiryPlc ExpiryPolicy, implicit boolean, lookup Map<?,?>, invokeMap Map<?,EntryProcessor<K,V,Object>>, invokeArgs Object[], retval boolean, lockOnly boolean, filter CacheEntryPredicate[], ret GridCacheReturn, enlisted Collection<KeyCacheObject>, drPutMap Map<KeyCacheObject,GridCacheDrInfo>, drRmvMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<Set<KeyCacheObject>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	fut : GridDhtPartitionsExchangeFuture<K,V> to fut : GridDhtPartitionsExchangeFuture in method public compareTo(fut GridDhtPartitionsExchangeFuture) : int in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cfg : CacheEntryListenerConfiguration<K,V> to cfg : CacheEntryListenerConfiguration in method public cancelJCacheQuery(cfg CacheEntryListenerConfiguration) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	rmtFilter : CacheEntryEventFilter<K,V> to rmtFilter : CacheEntryEventFilter in method public executeQuery(locLsnr CacheEntryUpdatedListener, rmtFilter CacheEntryEventFilter, bufSize int, timeInterval long, autoUnsubscribe boolean, grp ClusterGroup) : UUID in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	dataStructuresMgr : CacheDataStructuresManager<K,V> to dataStructuresMgr : CacheDataStructuresManager in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, evtMgr GridCacheEventManager, swapMgr GridCacheSwapManager, storeMgr GridCacheStoreManager, evictMgr GridCacheEvictionManager<K,V>, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager, affMgr GridCacheAffinityManager, dataStructuresMgr CacheDataStructuresManager, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, jtaMgr CacheJtaManagerAdapter) in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public updateTopologyVersion(exchId GridDhtPartitionExchangeId, exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	evt : CacheEntryEvent<? extends K,? extends V> to evt : CacheEntryEvent in method public evaluate(evt CacheEntryEvent) : boolean in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.JCacheQueryRemoteFilter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	keys : Iterable<? extends K> to keys : Iterable in method public remoteNodes(keys Iterable, topVer long) : Collection<ClusterNode> in class org.apache.ignite.internal.processors.cache.GridCacheAffinityManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cctx : GridCacheSharedContext<K,V> to cctx : GridCacheSharedContext in method public GridDhtPartitionsExchangeFuture(cctx GridCacheSharedContext, discoEvt DiscoveryEvent, exchId GridDhtPartitionExchangeId) in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public forcePreloadExchange(exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public updateTopologyVersion(exchId GridDhtPartitionExchangeId, exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopology | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	retVal : GridCacheReturn<Object> to retVal : GridCacheReturn in method private UpdateSingleResult(retVal GridCacheReturn, deleted Collection<IgniteBiTuple<GridDhtCacheEntry,GridCacheVersion>>, dhtFut GridDhtAtomicUpdateFuture) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.UpdateSingleResult | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	lastFut : GridDhtPartitionsExchangeFuture<K,V> to lastFut : GridDhtPartitionsExchangeFuture in method public updateLastExchangeFuture(lastFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cctx : GridCacheSharedContext<K,V> to cctx : GridCacheSharedContext in method public GridClientPartitionTopology(cctx GridCacheSharedContext, cacheId int, exchId GridDhtPartitionExchangeId) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public updateTopologyVersion(exchId GridDhtPartitionExchangeId, exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	fut : GridDhtPartitionsExchangeFuture<K,V> to fut : GridDhtPartitionsExchangeFuture in method public addx(fut GridDhtPartitionsExchangeFuture) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeFutureSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method private canCalculateAffinity(cacheCtx GridCacheContext) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	val : GridDhtPartitionsExchangeFuture<K,V> to val : GridDhtPartitionsExchangeFuture in method public removex(val GridDhtPartitionsExchangeFuture) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeFutureSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	fut : GridDhtPartitionsExchangeFuture<K,V> to fut : GridDhtPartitionsExchangeFuture in method package onDiscoveryEvent(nodeId UUID, fut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public forceDummyExchange(reassign boolean, exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method package assign(exchFut GridDhtPartitionsExchangeFuture) : GridDhtPreloaderAssignments<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	cfg : CacheEntryListenerConfiguration<K,V> to cfg : CacheEntryListenerConfiguration in method private JCacheQuery(cfg CacheEntryListenerConfiguration, onStart boolean) in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.JCacheQuery | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	rmtFilter : CacheEntryEventFilter<K,V> to rmtFilter : CacheEntryEventFilter in method private executeQuery0(locLsnr CacheEntryUpdatedListener, rmtFilter CacheEntryEventFilter, bufSize int, timeInterval long, autoUnsubscribe boolean, internal boolean, notifyExisting boolean, oldValRequired boolean, sync boolean, ignoreExpired boolean, grp ClusterGroup) : UUID in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	locLsnr : CacheEntryUpdatedListener<K,V> to locLsnr : CacheEntryUpdatedListener in method public executeQuery(locLsnr CacheEntryUpdatedListener, rmtFilter CacheEntryEventFilter, bufSize int, timeInterval long, autoUnsubscribe boolean, grp ClusterGroup) : UUID in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	fut : GridDhtPartitionsExchangeFuture<K,V> to fut : GridDhtPartitionsExchangeFuture in method private addFuture(fut GridDhtPartitionsExchangeFuture) : boolean in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	contQryMgr : CacheContinuousQueryManager<K,V> to contQryMgr : CacheContinuousQueryManager in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, evtMgr GridCacheEventManager, swapMgr GridCacheSwapManager, storeMgr GridCacheStoreManager, evictMgr GridCacheEvictionManager<K,V>, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager, affMgr GridCacheAffinityManager, dataStructuresMgr CacheDataStructuresManager, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, jtaMgr CacheJtaManagerAdapter) in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method private demandFromNode(node ClusterNode, topVer long, d GridDhtPartitionDemandMessage, exchFut GridDhtPartitionsExchangeFuture) : Set<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool.DemandWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	lsnr : CacheContinuousQueryListener<K,V> to lsnr : CacheContinuousQueryListener in method package registerListener(lsnrId UUID, lsnr CacheContinuousQueryListener, internal boolean) : boolean in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	ctx : GridCacheContext<K,V> to ctx : GridCacheContext in method public GridDhtAssignmentFetchFuture(ctx GridCacheContext, topVer long, availableNodes Collection<ClusterNode>) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtAssignmentFetchFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	locLsnr : CacheEntryUpdatedListener<K,V> to locLsnr : CacheEntryUpdatedListener<?,?> in method public executeInternalQuery(locLsnr CacheEntryUpdatedListener<?,?>, rmtFilter CacheEntryEventFilter, loc boolean, notifyExisting boolean) : UUID in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	impl : CacheEntryEventFilter<K,V> to impl : CacheEntryEventFilter in method package JCacheQueryRemoteFilter(impl CacheEntryEventFilter, types byte) in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.JCacheQueryRemoteFilter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public assign(exchFut GridDhtPartitionsExchangeFuture) : GridDhtPreloaderAssignments<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method public assign(exchFut GridDhtPartitionsExchangeFuture) : GridDhtPreloaderAssignments<K,V> in class org.apache.ignite.internal.processors.cache.GridCachePreloaderAdapter | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionTopology<Integer,String> to GridClientPartitionTopology in method private topology(i int) : GridClientPartitionTopology in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtPreloadDisabledSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridTuple3<GridCacheVersion,CacheObject,byte[]> to IgniteBiTuple<GridCacheVersion,CacheObject> in method public versionedValue() : IgniteBiTuple<GridCacheVersion,CacheObject> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public replacex(key K, oldVal V, newVal V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to IgniteInternalFuture<GridCacheReturn> in method public invokeAsync(cacheCtx GridCacheContext, map Map<? extends K,? extends EntryProcessor<K,V,Object>>, invokeArgs Object...) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionsExchangeFuture<K,V> to GridDhtPartitionsExchangeFuture in method public removex(val GridDhtPartitionsExchangeFuture) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeFutureSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<Object>> to IgniteInternalFuture<GridCacheReturn> in method private obtainLockAsync(cacheCtx GridCacheContext, ret GridCacheReturn, passedKeys Collection<KeyCacheObject>, read boolean, skipped Set<KeyCacheObject>, accessTtl long, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public replacexAsync(key K, oldVal V, newVal V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	Collection<GridClientPartitionTopology<K,V>> to Collection<GridClientPartitionTopology> in method public clientTopologies() : Collection<GridClientPartitionTopology> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public replacexAsync(key K, oldVal V, newVal V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridTuple3<GridCacheVersion,CacheObject,byte[]> to IgniteBiTuple<GridCacheVersion,CacheObject> in method public versionedValue(topVer long) : IgniteBiTuple<GridCacheVersion,CacheObject> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheEntry | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public removex(key K, val V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public removexAsync(key K, val V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<Object>> to IgniteInternalFuture<GridCacheReturn> in method package lockAllAsync(cacheCtx GridCacheContext, entries List<GridCacheEntryEx>, onePhaseCommit boolean, msgId long, read boolean, accessTtl long) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<CacheObject>> to IgniteInternalFuture<GridCacheReturn> in method public putAllAsync(cacheCtx GridCacheContext, map Map<? extends K,? extends V>, retval boolean, cached GridCacheEntryEx, ttl long, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalEx | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	CacheContinuousQueryManager<K,V> to CacheContinuousQueryManager in method private manager(ctx GridKernalContext) : CacheContinuousQueryManager in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public removex(key K, val V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public removexAsync(key K, val V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<Object>> to IgniteInternalFuture<GridCacheReturn> in method public lockAllAsync(cacheCtx GridCacheContext, keys Collection<? extends K>, implicit boolean, read boolean, accessTtl long) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public replacexAsync(key K, oldVal V, newVal V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public removex(key K, val V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public removexAsync(key K, val V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public replacex(key K, oldVal V, newVal V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionsExchangeFuture<K,V> to GridDhtPartitionsExchangeFuture in method public addx(fut GridDhtPartitionsExchangeFuture) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeFutureSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public removexAsync(key K, val V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public removex(key K, val V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public replacexAsync(key K, oldVal V, newVal V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<CacheObject>> to IgniteInternalFuture<GridCacheReturn> in method public removeAllAsync(cacheCtx GridCacheContext, keys Collection<? extends K>, cached GridCacheEntryEx, retval boolean, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalEx | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<CacheObject>> to IgniteInternalFuture<GridCacheReturn> in method public putAllAsync(cacheCtx GridCacheContext, map Map<? extends K,? extends V>, retval boolean, cached GridCacheEntryEx, ttl long, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<CacheObject>> to IgniteInternalFuture<GridCacheReturn> in method public removeAllAsync(cacheCtx GridCacheContext, keys Collection<? extends K>, cached GridCacheEntryEx, retval boolean, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public removexAsync(key K, val V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public removex(key K, val V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public replacexAsync(key K, oldVal V, newVal V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public replacex(key K, oldVal V, newVal V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionTopology<K,V> to GridDhtPartitionTopology in method public clientTopology(cacheId int, exchId GridDhtPartitionExchangeId) : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to IgniteInternalFuture<GridCacheReturn> in method public invokeAsync(cacheCtx GridCacheContext, map Map<? extends K,? extends EntryProcessor<K,V,Object>>, invokeArgs Object...) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalEx | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<CacheObject>> to IgniteInternalFuture<GridCacheReturn> in method private removeAllAsync0(cacheCtx GridCacheContext, keys Collection<? extends K>, drMap Map<KeyCacheObject,GridCacheVersion>, cached GridCacheEntryEx, retval boolean, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public replacex(key K, oldVal V, newVal V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	List<GridDhtPartitionsExchangeFuture<K,V>> to List<GridDhtPartitionsExchangeFuture> in method public values() : List<GridDhtPartitionsExchangeFuture> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeFutureSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionsExchangeFuture<K,V> to GridDhtPartitionsExchangeFuture in method package exchangeFuture(exchId GridDhtPartitionExchangeId, discoEvt DiscoveryEvent) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public replacex(key K, oldVal V, newVal V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public replacexAsync(key K, oldVal V, newVal V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	CacheDataStructuresManager<K,V> to CacheDataStructuresManager in method public dataStructures() : CacheDataStructuresManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheAffinityManager<K,V> to GridCacheAffinityManager in method public affinity() : GridCacheAffinityManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionTopology<Integer,String> to GridDhtPartitionTopology in method private topology(g Ignite) : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtPreloadDelayedSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionTopology<K,V> to GridDhtPartitionTopology in method public topology() : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public replacex(key K, oldVal V, newVal V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public replacexAsync(key K, oldVal V, newVal V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public removexAsync(key K, val V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<Object> to GridCacheReturn in method private returnValue() : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.UpdateSingleResult | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public removex(key K, val V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public replacex(key K, oldVal V, newVal V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionsExchangeFuture<K,V> to GridDhtPartitionsExchangeFuture in method package exchangeFuture() : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloaderAssignments | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public success(success boolean) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.GridCacheReturn | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<?> to GridCacheReturn in method public returnValue() : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	IgniteInternalFuture<GridCacheReturn<V>> to IgniteInternalFuture<GridCacheReturn> in method public removexAsync(key K, val V) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<V> to GridCacheReturn in method public removex(key K, val V) : GridCacheReturn in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridDhtPartitionTopology<K,V> to GridDhtPartitionTopology in method public topology() : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	CacheContinuousQueryManager<K,V> to CacheContinuousQueryManager in method public continuousQueries() : CacheContinuousQueryManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheReturn<Object> to GridCacheReturn in method public returnValue() : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	Collection<GridCacheContext<K,V>> to Collection<GridCacheContext> in method public cacheContexts() : Collection<GridCacheContext> in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Variable Type	lsnr : CacheContinuousQueryListener<K,V> to lsnr : CacheContinuousQueryListener in method public onEntryUpdated(e GridCacheEntryEx, key KeyCacheObject, newVal CacheObject, oldVal CacheObject, preload boolean) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method public apply(f IgniteInternalFuture<?>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onNodeLeft.listenAsync | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	plc1 : PLC1<GridCacheReturn<CacheObject>> to plc1 : PLC1<GridCacheReturn> in method private removeAllAsync0(cacheCtx GridCacheContext, keys Collection<? extends K>, drMap Map<KeyCacheObject,GridCacheVersion>, cached GridCacheEntryEx, retval boolean, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in method package assign(exchFut GridDhtPartitionsExchangeFuture) : GridDhtPreloaderAssignments<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	oldValTup : GridTuple3<GridCacheVersion,CacheObject,byte[]> to oldValTup : IgniteBiTuple<GridCacheVersion,CacheObject> in method package onResult(res GridNearLockResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearLockFuture.MiniFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method package forcePreload() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	lsnr : CacheContinuousQueryListener<K,V> to lsnr : CacheContinuousQueryListener in method package unregisterListener(internal boolean, id UUID) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut : IgniteInternalFuture<GridCacheReturn> in method public invokeAllAsync(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method protected body() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool.DemandWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut0 : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut0 : IgniteInternalFuture<GridCacheReturn> in method public invokeAllAsync(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut0 : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut0 : IgniteInternalFuture<GridCacheReturn> in method public invokeAsync(key K, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteInternalFuture<EntryProcessorResult<T>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<?,?> to top : GridDhtPartitionTopology in method public waitTopologyUpdate(cacheName String, backups int, log IgniteLogger) : void in class org.apache.ignite.testframework.GridTestUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<Object> to ret : GridCacheReturn in method private obtainLockAsync(cacheCtx GridCacheContext, ret GridCacheReturn, passedKeys Collection<KeyCacheObject>, read boolean, skipped Set<KeyCacheObject>, accessTtl long, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method private sendAllPartitions(nodes Collection<? extends ClusterNode>, id GridDhtPartitionExchangeId) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	val : GridTuple3<GridCacheVersion,CacheObject,byte[]> to val : IgniteBiTuple<GridCacheVersion,CacheObject> in method private map(keys Collection<KeyCacheObject>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	old : GridDhtAssignmentFetchFuture<K,V> to old : GridDhtAssignmentFetchFuture in method public addDhtAssignmentFetchFuture(topVer long, fut GridDhtAssignmentFetchFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : IgniteInternalFuture<GridCacheReturn<V>> to fut : IgniteInternalFuture<GridCacheReturn> in method public op(tx IgniteTxLocalAdapter) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter.removexAsync.asyncOp | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in method package addAssignments(assigns GridDhtPreloaderAssignments<K,V>, force boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut : IgniteInternalFuture<GridCacheReturn> in method public op(tx IgniteTxLocalAdapter) : EntryProcessorResult<T> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter.invoke.syncOp | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	next0 : CacheEntryEvent<? extends K,? extends V> to next0 : CacheEntryEvent in method public next() : CacheEntryEvent in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.executeQuery0.onUpdated.iterator | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<Map<K,EntryProcessorResult<T>>> to ret : GridCacheReturn in method public invokeAllAsync(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in method public init() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<Object> to ret : GridCacheReturn in method public lockAllAsync(cacheCtx GridCacheContext, keys Collection<? extends K>, implicit boolean, read boolean, accessTtl long) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<?,?> to top : GridDhtPartitionTopology in method protected awaitPartitionMapExchange() : void in class org.apache.ignite.testframework.junits.common.GridCommonAbstractTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : GridDhtPartitionsExchangeFuture<K,V> to fut : GridDhtPartitionsExchangeFuture in method public onExchangeDone(exchFut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	key : K to key : Object in method public remoteNodes(keys Iterable, topVer long) : Collection<ClusterNode> in class org.apache.ignite.internal.processors.cache.GridCacheAffinityManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in method private processFullPartitionUpdate(node ClusterNode, msg GridDhtPartitionsFullMessage) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<Integer,String> to top : GridDhtPartitionTopology in method package printDhtTopology(dht GridDhtCache<Integer,String>, idx int) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtTestUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method public onDone(res Long, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<Integer,String> to top : GridDhtPartitionTopology in method package checkDhtTopology(dht GridDhtCache<Integer,String>, idx int, log IgniteLogger) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtTestUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : GridDhtAssignmentFetchFuture<K,V> to fut : GridDhtAssignmentFetchFuture in method private processAffinityAssignmentResponse(node ClusterNode, res GridDhtAffinityAssignmentResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cfg : CacheEntryListenerConfiguration<K,V> to cfg : CacheEntryListenerConfiguration in method protected onKernalStart0() : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	lsnrCol : ConcurrentMap<UUID,CacheContinuousQueryListener<K,V>> to lsnrCol : ConcurrentMap<UUID,CacheContinuousQueryListener> in method public onEntryExpired(e GridCacheEntryEx, key KeyCacheObject, oldVal CacheObject) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	locLsnrImpl : CacheEntryListener<? super K,? super V> to locLsnrImpl : CacheEntryListener in method package execute() : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.JCacheQuery | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	evt : CacheContinuousQueryEvent<K,V> to evt : CacheContinuousQueryEvent in method public onEntryUpdated(e GridCacheEntryEx, key KeyCacheObject, newVal CacheObject, oldVal CacheObject, preload boolean) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut : IgniteInternalFuture<GridCacheReturn> in method public invokeAllAsync(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	retVal : GridCacheReturn<Object> to retVal : GridCacheReturn in method public updateAllAsyncInternal0(nodeId UUID, req GridNearAtomicUpdateRequest, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	f : GridDhtPartitionsExchangeFuture<K,V> to f : GridDhtPartitionsExchangeFuture in method protected onKernalStop0(cancel boolean) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	evt : CacheContinuousQueryEvent<K,V> to evt : CacheContinuousQueryEvent in method public onEntryExpired(e GridCacheEntryEx, key KeyCacheObject, oldVal CacheObject) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut : IgniteInternalFuture<GridCacheReturn> in method public op(tx IgniteTxLocalAdapter) : Map<K,EntryProcessorResult<T>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter.invokeAll.syncOp | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<Map<K,EntryProcessorResult<T>>> to ret : GridCacheReturn in method public invokeAllAsync(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<Object> to ret : GridCacheReturn in method private lockAllAsync0(cacheCtx GridCacheContext<K,V>, tx GridNearTxLocal, threadId long, ver GridCacheVersion, topVer long, keys Collection<KeyCacheObject>, txRead boolean, timeout long, accessTtl long, filter CacheEntryPredicate[]) : IgniteInternalFuture<Exception> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cur : GridDhtPartitionsExchangeFuture<K,V> to cur : GridDhtPartitionsExchangeFuture in method public addx(fut GridDhtPartitionsExchangeFuture) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeFutureSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<Integer,String> to top : GridDhtPartitionTopology in method private checkActivePartitionTransfer(keyCnt int, nodeCnt int, sameCoord boolean, shuffle boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtPreloadSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in method private demandFromNode(node ClusterNode, topVer long, d GridDhtPartitionDemandMessage, exchFut GridDhtPartitionsExchangeFuture) : Set<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool.DemandWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cfgs : Iterable<CacheEntryListenerConfiguration<K,V>> to cfgs : Iterable<CacheEntryListenerConfiguration> in method protected onKernalStart0() : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method private updatePartitionSingleMap(msg GridDhtPartitionsSingleMessage) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	opRes0 : GridCacheReturn<?> to opRes0 : GridCacheReturn in method public onResult(nodeId UUID, res GridNearAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<Integer,String> to top : GridDhtPartitionTopology in method package prepareKeys(dht GridDhtCache<Integer,String>, keyCnt int) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtTestUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	lsnr : CacheContinuousQueryListener<K,V> to lsnr : CacheContinuousQueryListener in method public onEntryExpired(e GridCacheEntryEx, key KeyCacheObject, oldVal CacheObject) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridClientPartitionTopology<K,V> to top : GridClientPartitionTopology in method public clientTopology(cacheId int, exchId GridDhtPartitionExchangeId) : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : GridDhtPartitionsExchangeFuture<K,V> to fut : GridDhtPartitionsExchangeFuture in method protected onKernalStart0() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	affMgr : GridCacheAffinityManager<Object,Object> to affMgr : GridCacheAffinityManager in method private nearKeys(ignite Ignite) : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedTxSalvageSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	txFut : IgniteInternalFuture<GridCacheReturn<Object>> to txFut : IgniteInternalFuture<GridCacheReturn> in method private lockAllAsync0(cacheCtx GridCacheContext<K,V>, tx GridNearTxLocal, threadId long, ver GridCacheVersion, topVer long, keys Collection<KeyCacheObject>, txRead boolean, timeout long, accessTtl long, filter CacheEntryPredicate[]) : IgniteInternalFuture<Exception> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<Map<K,EntryProcessorResult<T>>> to ret : GridCacheReturn in method public applyx(fut IgniteInternalFuture<GridCacheReturn>) : EntryProcessorResult<T> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter.invokeAsync.chain | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	val : GridTuple3<GridCacheVersion,CacheObject,byte[]> to val : IgniteBiTuple<GridCacheVersion,CacheObject> in method private map(keys Iterable<KeyCacheObject>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearLockFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	old : GridClientPartitionTopology<K,V> to old : GridClientPartitionTopology in method public clientTopology(cacheId int, exchId GridDhtPartitionExchangeId) : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	old : GridDhtPartitionsExchangeFuture<K,V> to old : GridDhtPartitionsExchangeFuture in method package exchangeFuture(exchId GridDhtPartitionExchangeId, discoEvt DiscoveryEvent) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	lsnrCol : ConcurrentMap<UUID,CacheContinuousQueryListener<K,V>> to lsnrCol : ConcurrentMap<UUID,CacheContinuousQueryListener> in method public onEntryUpdated(e GridCacheEntryEx, key KeyCacheObject, newVal CacheObject, oldVal CacheObject, preload boolean) : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridClientPartitionTopology<K,V> to top : GridClientPartitionTopology in method private sendAllPartitions(nodes Collection<? extends ClusterNode>, id GridDhtPartitionExchangeId) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : IgniteInternalFuture<GridCacheReturn<V>> to fut : IgniteInternalFuture<GridCacheReturn> in method public op(tx IgniteTxLocalAdapter) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter.replacexAsync.asyncOp | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridClientPartitionTopology<K,V> to top : GridClientPartitionTopology in method public init() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<CacheObject> to ret : GridCacheReturn in method private removeAllAsync0(cacheCtx GridCacheContext, keys Collection<? extends K>, drMap Map<KeyCacheObject,GridCacheVersion>, cached GridCacheEntryEx, retval boolean, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<Integer,String> to top : GridDhtPartitionTopology in method private checkNodes(keyCnt int, nodeCnt int, sameCoord boolean, shuffle boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtPreloadSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	txFut : IgniteInternalFuture<GridCacheReturn<Object>> to txFut : IgniteInternalFuture<GridCacheReturn> in method public apply(o Object, exx Exception) : IgniteInternalFuture<GridNearLockResponse> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.lockAllAsync | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<CacheObject> to ret : GridCacheReturn in method private putAllAsync0(cacheCtx GridCacheContext, map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor<K,V,Object>>, invokeArgs Object[], drMap Map<KeyCacheObject,GridCacheDrInfo>, retval boolean, cached GridCacheEntryEx, filter CacheEntryPredicate[]) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	oldValTup : GridTuple3<GridCacheVersion,CacheObject,byte[]> to oldValTup : IgniteBiTuple<GridCacheVersion,CacheObject> in method package onResult(res GridNearLockResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture.MiniFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut0 : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut0 : IgniteInternalFuture<GridCacheReturn> in method public invokeAllAsync(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	retVal : GridCacheReturn<Object> to retVal : GridCacheReturn in method private updateSingle(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) : UpdateSingleResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	locLsnr : CacheEntryUpdatedListener<K,V> to locLsnr : CacheEntryUpdatedListener in method package execute() : void in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.JCacheQuery | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<Integer,String> to top : GridDhtPartitionTopology in method public testAutomaticPreloadWithEmptyCache() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtPreloadDelayedSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	fut : GridDhtPartitionsExchangeFuture<K,V> to fut : GridDhtPartitionsExchangeFuture in method package exchangeFuture(exchId GridDhtPartitionExchangeId, discoEvt DiscoveryEvent) : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	plc1 : PLC1<GridCacheReturn<CacheObject>> to plc1 : PLC1<GridCacheReturn> in method private putAllAsync0(cacheCtx GridCacheContext, map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor<K,V,Object>>, invokeArgs Object[], drMap Map<KeyCacheObject,GridCacheDrInfo>, retval boolean, cached GridCacheEntryEx, filter CacheEntryPredicate[]) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridClientPartitionTopology<K,V> to top : GridClientPartitionTopology in method private sendAllPartitions(nodes Collection<? extends ClusterNode>) : boolean in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method public init() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	ret : GridCacheReturn<Map<K,EntryProcessorResult<T>>> to ret : GridCacheReturn in method public applyx(fut IgniteInternalFuture<GridCacheReturn>) : Map<K,EntryProcessorResult<T>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter.invokeAllAsync.chain | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in method private processSinglePartitionUpdate(node ClusterNode, msg GridDhtPartitionsSingleMessage) : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<Integer,String> to top : GridDhtPartitionTopology in method private checkNodes(keyCnt int, nodeCnt int) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtPreloadStartStopSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method private sendLocalPartitions(node ClusterNode, id GridDhtPartitionExchangeId) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in method private updatePartitionSingleMap(msg GridDhtPartitionsSingleMessage) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cacheCtx : GridCacheContext<K,V> to cacheCtx : GridCacheContext in method private updatePartitionFullMap(msg GridDhtPartitionsFullMessage) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Attribute Type	ret : GridCacheReturn<Object> to ret : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	cctx : GridCacheSharedContext<K,V> to cctx : GridCacheSharedContext in class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyPool | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	cctx : GridCacheContext<K,V> to cctx : GridCacheContext in class org.apache.ignite.internal.processors.cache.GridCacheManagerAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	lastExchangeFut : GridDhtPartitionsExchangeFuture<K,V> to lastExchangeFut : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	retVal : GridCacheReturn<Object> to retVal : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	ctx : GridCacheContext<K,V> to ctx : GridCacheContext in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtAssignmentFetchFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	exchFut : GridDhtPartitionsExchangeFuture<K,V> to exchFut : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloaderAssignments | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	pendingAssignmentFetchFuts : ConcurrentMap<Long,GridDhtAssignmentFetchFuture<K,V>> to pendingAssignmentFetchFuts : ConcurrentMap<Long,GridDhtAssignmentFetchFuture> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPreloader | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	lastInitializedFuture : GridDhtPartitionsExchangeFuture<K,V> to lastInitializedFuture : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	retVal : GridCacheReturn<Object> to retVal : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.UpdateSingleResult | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	clientTops : ConcurrentMap<Integer,GridClientPartitionTopology<K,V>> to clientTops : ConcurrentMap<Integer,GridClientPartitionTopology> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	contQryMgr : CacheContinuousQueryManager<K,V> to contQryMgr : CacheContinuousQueryManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	valMap : Map<KeyCacheObject,GridTuple3<GridCacheVersion,CacheObject,byte[]>> to valMap : Map<KeyCacheObject,IgniteBiTuple<GridCacheVersion,CacheObject>> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	dataStructuresMgr : CacheDataStructuresManager<K,V> to dataStructuresMgr : CacheDataStructuresManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	lsnrs : ConcurrentMap<UUID,CacheContinuousQueryListener<K,V>> to lsnrs : ConcurrentMap<UUID,CacheContinuousQueryListener> in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	affMgr : GridCacheAffinityManager<K,V> to affMgr : GridCacheAffinityManager in class org.apache.ignite.internal.processors.cache.GridCacheContext | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	top : GridDhtPartitionTopology<K,V> to top : GridDhtPartitionTopology in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	intLsnrs : ConcurrentMap<UUID,CacheContinuousQueryListener<K,V>> to intLsnrs : ConcurrentMap<UUID,CacheContinuousQueryListener> in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	valMap : Map<KeyCacheObject,GridTuple3<GridCacheVersion,CacheObject,byte[]>> to valMap : Map<KeyCacheObject,IgniteBiTuple<GridCacheVersion,CacheObject>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearLockFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	pendingExchangeFuts : Queue<GridDhtPartitionsExchangeFuture<K,V>> to pendingExchangeFuts : Queue<GridDhtPartitionsExchangeFuture> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	impl : CacheEntryEventFilter<K,V> to impl : CacheEntryEventFilter in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.JCacheQueryRemoteFilter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	futQ : LinkedBlockingDeque<GridDhtPartitionsExchangeFuture<K,V>> to futQ : LinkedBlockingDeque<GridDhtPartitionsExchangeFuture> in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.ExchangeWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	cctx : GridCacheSharedContext<K,V> to cctx : GridCacheSharedContext<?,?> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	opRes : GridCacheReturn<?> to opRes : GridCacheReturn in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	cfg : CacheEntryListenerConfiguration<K,V> to cfg : CacheEntryListenerConfiguration in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.JCacheQuery | 
                                From | 
                                To |