|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflict(drMap Map<KeyCacheObject,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflictAsync(drMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflict(drMap Map<KeyCacheObject,GridCacheDrInfo>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx |
From |
To |
|
Change Parameter Type conflictMap : Map<? extends K,GridCacheVersion> to conflictMap : Map<KeyCacheObject,GridCacheVersion> in method private removeAllAsync0(keys Collection<? extends K>, conflictMap Map<KeyCacheObject,GridCacheVersion>, retval boolean, rawRetval boolean, filter CacheEntryPredicate[]) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllDrAsync(cacheCtx GridCacheContext, drMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalEx |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflict(drMap Map<KeyCacheObject,GridCacheDrInfo>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Parameter Type conflictRmvMap : Map<? extends K,GridCacheVersion> to conflictRmvMap : Map<KeyCacheObject,GridCacheVersion> in method private updateAllAsync0(map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor>, invokeArgs Object[], conflictPutMap Map<KeyCacheObject,GridCacheDrInfo>, conflictRmvMap Map<KeyCacheObject,GridCacheVersion>, retval boolean, rawRetval boolean, cached GridCacheEntryEx, filter CacheEntryPredicate[]) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type cache0 : IgniteCache<K,V> to cache0 : IgniteCache<KeyCacheObject,CacheObject> in method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.GridDrDataLoadCacheUpdater |
From |
To |
|
Change Parameter Type drMgr : GridCacheDrManager<K,V> to drMgr : GridCacheDrManager in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, evtMgr GridCacheEventManager, swapMgr GridCacheSwapManager, serMgr IgniteCacheSerializationManager<K,V>, storeMgr GridCacheStoreManager, evictMgr GridCacheEvictionManager<K,V>, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager<K,V>, affMgr GridCacheAffinityManager<K,V>, dataStructuresMgr CacheDataStructuresManager<K,V>, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, jtaMgr CacheJtaManagerAdapter) in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllDrAsync(cacheCtx GridCacheContext, drMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflict(drMap Map<KeyCacheObject,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public GridCacheRawVersionedEntry(key KeyCacheObject, val CacheObject, ttl long, expireTime long, ver GridCacheVersion) in class org.apache.ignite.internal.processors.cache.version.GridCacheRawVersionedEntry |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflict(drMap Map<KeyCacheObject,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Parameter Type conflictMap : Map<? extends K,GridCacheDrInfo<V>> to conflictMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflict(conflictMap Map<KeyCacheObject,GridCacheDrInfo>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type verMgr : GridCacheVersionManager<K,V> to verMgr : GridCacheVersionManager in method public GridCacheSharedContext(kernalCtx GridKernalContext, txMgr IgniteTxManager, verMgr GridCacheVersionManager, mvccMgr GridCacheMvccManager, depMgr GridCacheDeploymentManager<K,V>, exchMgr GridCachePartitionExchangeManager<K,V>, ioMgr GridCacheIoManager) in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public GridCacheRawVersionedEntry(key KeyCacheObject, val CacheObject, ttl long, expireTime long, ver GridCacheVersion) in class org.apache.ignite.internal.processors.cache.version.GridCacheRawVersionedEntry |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflictAsync(drMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflict(drMap Map<KeyCacheObject,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflictAsync(drMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflictAsync(drMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Parameter Type drRmvMap : Map<? extends K,GridCacheVersion> to drRmvMap : Map<KeyCacheObject,GridCacheVersion> 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<CacheObject>, 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 drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflict(drMap Map<KeyCacheObject,GridCacheDrInfo>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflict(drMap Map<KeyCacheObject,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Parameter Type col : Collection<Map.Entry<K,V>> to col : Collection<Map.Entry<KeyCacheObject,CacheObject>> in method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.GridDrDataLoadCacheUpdater |
From |
To |
|
Change Parameter Type conflictMap : Map<? extends K,GridCacheVersion> to conflictMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflictAsync(conflictMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflict(drMap Map<KeyCacheObject,GridCacheDrInfo>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> 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 Parameter Type val : V to val : CacheObject in method public GridCacheDrInfo(val CacheObject, ver GridCacheVersion) in class org.apache.ignite.internal.processors.cache.dr.GridCacheDrInfo |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllDrAsync(cacheCtx GridCacheContext, drMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflict(drMap Map<KeyCacheObject,GridCacheDrInfo>) : void in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflictAsync(drMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflictAsync(drMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method private removeAllAsync0(cacheCtx GridCacheContext, keys Collection<? extends K>, drMap Map<KeyCacheObject,GridCacheVersion>, cached GridCacheEntryEx, retval boolean, filter CacheEntryPredicate[]) : IgniteInternalFuture<GridCacheReturn<CacheObject>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Parameter Type lookup : Map<? extends K,? extends V> to lookup : Map<?,?> 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<CacheObject>, 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 conflictMap : Map<? extends K,GridCacheDrInfo<V>> to conflictMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflictAsync(conflictMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public GridCacheDrExpirationInfo(val CacheObject, ver GridCacheVersion, ttl long, expireTime long) in class org.apache.ignite.internal.processors.cache.dr.GridCacheDrExpirationInfo |
From |
To |
|
Change Parameter Type conflictMap : Map<? extends K,GridCacheVersion> to conflictMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflict(conflictMap Map<KeyCacheObject,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type invokeMap : Map<? extends K,EntryProcessor<K,V,Object>> to invokeMap : Map<?,EntryProcessor<K,V,Object>> 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<CacheObject>, 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 jtaMgr : CacheJtaManagerAdapter<K,V> to jtaMgr : CacheJtaManagerAdapter in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, evtMgr GridCacheEventManager, swapMgr GridCacheSwapManager, serMgr IgniteCacheSerializationManager<K,V>, storeMgr GridCacheStoreManager, evictMgr GridCacheEvictionManager<K,V>, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager<K,V>, affMgr GridCacheAffinityManager<K,V>, dataStructuresMgr CacheDataStructuresManager<K,V>, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, jtaMgr CacheJtaManagerAdapter) in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Change Parameter Type newVal : V to newVal : CacheObject in method protected conflictResolve(op GridCacheOperation, txEntry IgniteTxEntry, newVal CacheObject, newVer GridCacheVersion, old GridCacheEntryEx) : IgniteBiTuple<GridCacheOperation,GridCacheVersionConflictContext> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflictAsync(drMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type ttlMgr : GridCacheTtlManager<K,V> to ttlMgr : GridCacheTtlManager in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, evtMgr GridCacheEventManager, swapMgr GridCacheSwapManager, serMgr IgniteCacheSerializationManager<K,V>, storeMgr GridCacheStoreManager, evictMgr GridCacheEvictionManager<K,V>, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager<K,V>, affMgr GridCacheAffinityManager<K,V>, dataStructuresMgr CacheDataStructuresManager<K,V>, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, jtaMgr CacheJtaManagerAdapter) in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflictAsync(drMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheVersion> to drMap : Map<KeyCacheObject,GridCacheVersion> in method public removeAllConflictAsync(drMap Map<KeyCacheObject,GridCacheVersion>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Parameter Type conflictPutMap : Map<? extends K,GridCacheDrInfo<V>> to conflictPutMap : Map<KeyCacheObject,GridCacheDrInfo> in method private updateAllAsync0(map Map<? extends K,? extends V>, invokeMap Map<? extends K,? extends EntryProcessor>, invokeArgs Object[], conflictPutMap Map<KeyCacheObject,GridCacheDrInfo>, conflictRmvMap Map<KeyCacheObject,GridCacheVersion>, retval boolean, rawRetval boolean, cached GridCacheEntryEx, filter CacheEntryPredicate[]) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type o : EntryWrapper<K,V> to o : EntryWrapper in method public compareTo(o EntryWrapper) : int in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager.EntryWrapper |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllConflictAsync(drMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Parameter Type drPutMap : Map<? extends K,GridCacheDrInfo<V>> to drPutMap : Map<KeyCacheObject,GridCacheDrInfo> 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<CacheObject>, 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 conflictPutVals : Collection<GridCacheDrInfo<?>> to conflictPutVals : Collection<GridCacheDrInfo> in method public GridNearAtomicUpdateFuture(cctx GridCacheContext, cache GridDhtAtomicCache, syncMode CacheWriteSynchronizationMode, op GridCacheOperation, keys Collection<?>, vals Collection<?>, invokeArgs Object[], conflictPutVals Collection<GridCacheDrInfo>, conflictRmvVals Collection<GridCacheVersion>, retval boolean, rawRetval boolean, expiryPlc ExpiryPolicy, filter CacheEntryPredicate[], subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type drMap : Map<? extends K,GridCacheDrInfo<V>> to drMap : Map<KeyCacheObject,GridCacheDrInfo> in method public putAllDrAsync(cacheCtx GridCacheContext, drMap Map<KeyCacheObject,GridCacheDrInfo>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalEx |
From |
To |
|
Change Variable Type entry0 : Map.Entry<K,V> to entry0 : Map.Entry<KeyCacheObject,CacheObject> in method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.GridDrDataLoadCacheUpdater |
From |
To |
|
Change Variable Type wrapper : EntryWrapper<K,V> to wrapper : EntryWrapper in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager.CleanupWorker |
From |
To |
|
Change Variable Type ldr : IgniteDataLoaderImpl<K,V> to ldr : IgniteDataLoaderImpl in method public localLoad(keys Collection<? extends K>, plc ExpiryPolicy) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type ttlMgr : GridCacheTtlManager<Object,Object> to ttlMgr : GridCacheTtlManager in method public testLoad() : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManagerLoadTest |
From |
To |
|
Change Variable Type first : EntryWrapper<K,V> to first : EntryWrapper in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager.CleanupWorker |
From |
To |
|
Change Variable Type it : Iterator<EntryWrapper<K,V>> to it : Iterator<EntryWrapper> in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager.CleanupWorker |
From |
To |
|
Change Variable Type key : K to key : KeyCacheObject in method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.GridDrDataLoadCacheUpdater |
From |
To |
|
Change Variable Type val : GridCacheDrInfo<V> to val : GridCacheDrInfo 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 entry : GridCacheRawVersionedEntry<K,V> to entry : GridCacheRawVersionedEntry in method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.GridDrDataLoadCacheUpdater |
From |
To |
|
Change Variable Type conflictPutValsIt : Iterator<GridCacheDrInfo<?>> to conflictPutValsIt : Iterator<GridCacheDrInfo> in method private map0(topSnapshot GridDiscoveryTopologySnapshot, keys Collection<?>, remap boolean, oldNodeId UUID) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type val : GridCacheDrInfo<V> to val : GridCacheDrInfo in method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.GridDrDataLoadCacheUpdater |
From |
To |
|
Change Variable Type key : K to key : Object 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<CacheObject>, 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 Variable Type info : GridCacheDrInfo<V> to info : GridCacheDrInfo 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<CacheObject>, 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 Variable Type resVal : V to resVal : Object in method protected conflictResolve(op GridCacheOperation, txEntry IgniteTxEntry, newVal CacheObject, newVer GridCacheVersion, old GridCacheEntryEx) : IgniteBiTuple<GridCacheOperation,GridCacheVersionConflictContext> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Variable Type invokeMap0 : Map<K,EntryProcessor<K,V,Object>> to invokeMap0 : Map<?,EntryProcessor<K,V,Object>> 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 cache : GridCacheAdapter<K,V> to cache : GridCacheAdapter in method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.GridDrDataLoadCacheUpdater |
From |
To |
|
Change Variable Type map0 : Map<K,V> to map0 : Map<?,?> 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 ldr : IgniteDataLoaderImpl<K,V> to ldr : IgniteDataLoaderImpl in method public localLoadCache(p IgniteBiPredicate<K,V>, args Object[]) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type val : V to val : Object 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<CacheObject>, 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 Variable Type conflictPutVal : GridCacheDrInfo<?> to conflictPutVal : GridCacheDrInfo in method private map0(topSnapshot GridDiscoveryTopologySnapshot, keys Collection<?>, remap boolean, oldNodeId UUID) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type drPutVals : Collection<GridCacheDrInfo<?>> to drPutVals : Collection<GridCacheDrInfo> in method private remapToNewPrimary(req GridNearAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |