|
Change Parameter Type ctx : GridCacheContext<K,V> to ctx : GridCacheContext in method public GridLocalCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse in method private processNearAtomicUpdateResponse(nodeId UUID, res GridNearAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type tx : IgniteInternalTx<K,V> to tx : IgniteInternalTx in method public onTxCommitted(tx IgniteInternalTx) : void in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public GridDhtColocatedCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCacheEntry |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public GridDhtColocatedCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCacheEntry |
From |
To |
|
Change Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private updateNear(req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public entryExx(key KeyCacheObject, topVer long, allowDetached boolean, touch boolean) : GridCacheEntryEx in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type ctx : GridCacheContext<K,V> to ctx : GridCacheContext in method public GridDhtAtomicCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCacheEntry |
From |
To |
|
Change Parameter Type deleted : Collection<IgniteBiTuple<GridDhtCacheEntry<K,V>,GridCacheVersion>> to deleted : Collection<IgniteBiTuple<GridDhtCacheEntry,GridCacheVersion>> in method private UpdateSingleResult(retVal GridCacheReturn<Object>, 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 entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method package onAdded(entry GridDhtCacheEntry) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public GridDhtAtomicCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCacheEntry |
From |
To |
|
Change Parameter Type cctx : GridCacheContext<K,V> to cctx : GridCacheContext in method package GridDhtLocalPartition(cctx GridCacheContext, id int) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Parameter Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method private addDeleted(entry GridDhtCacheEntry, updRes GridCacheUpdateAtomicResult, entries Collection<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.UpdateBatchResult |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse in method public onResult(nodeId UUID, res GridNearAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type cctx : GridCacheContext<K,V> to cctx : GridCacheContext in method public GridNearAtomicUpdateFuture(cctx GridCacheContext, cache GridDhtAtomicCache, syncMode CacheWriteSynchronizationMode, op GridCacheOperation, keys Collection<Object>, vals Collection<?>, invokeArgs Object[], conflictPutVals Collection<GridCacheDrInfo<Object>>, conflictRmvVals Collection<GridCacheVersion>, retval boolean, rawRetval boolean, expiryPlc ExpiryPolicy, filter IgnitePredicate<Cache.Entry<Object,Object>>[], subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type dhtFut : GridDhtAtomicUpdateFuture<K,V> to dhtFut : GridDhtAtomicUpdateFuture in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse in method private checkFilter(entry GridCacheEntryEx, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type next : GridCacheMapEntry<K,V> to next : GridCacheMapEntry in method public GridDhtColocatedCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCacheEntry |
From |
To |
|
Change Parameter Type map : GridCacheConcurrentMap<K,V> to map : GridCacheConcurrentMap in method protected GridDistributedCacheAdapter(ctx GridCacheContext<K,V>, map GridCacheConcurrentMap) in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter |
From |
To |
|
Change Parameter Type req : GridNearGetRequest<K,V> to req : GridNearGetRequest in method protected processNearGetRequest(nodeId UUID, req GridNearGetRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type updateReq : GridNearAtomicUpdateRequest<K,V> to updateReq : GridNearAtomicUpdateRequest in method private createDhtFuture(writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, force boolean) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type next : GridCacheMapEntry<K,V> to next : GridCacheMapEntry in method public GridDhtDetachedCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry |
From |
To |
|
Change Parameter Type dhtFut : GridDhtAtomicUpdateFuture<K,V> to dhtFut : GridDhtAtomicUpdateFuture in method private UpdateSingleResult(retVal GridCacheReturn<Object>, 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 req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private remapToNewPrimary(req GridNearAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type next : GridCacheMapEntry<K,V> to next : GridCacheMapEntry in method public GridNearCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public addWriteEntry(entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, conflictExpireTime long, conflictVer GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public entryExx(key KeyCacheObject) : GridDhtCacheEntry in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public removeVersionedEntry(key KeyCacheObject, ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter |
From |
To |
|
Change Parameter Type locked : Collection<GridDhtCacheEntry<K,V>> to locked : Collection<GridDhtCacheEntry> in method private unlockEntries(locked Collection<GridDhtCacheEntry>, topVer long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type entryProcessor : EntryProcessor<K,V,?> to entryProcessor : EntryProcessor<Object,Object,Object> in method public addNearWriteEntries(readers Iterable<UUID>, entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, expireTime long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type ctx : GridCacheContext<K,V> to ctx : GridCacheContext in method public GridDhtColocatedCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCacheEntry |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public GridDhtDetachedCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry |
From |
To |
|
Change Parameter Type entries : List<GridDhtCacheEntry<K,V>> to entries : List<GridDhtCacheEntry> in method private reloadIfNeeded(entries List<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type tx : IgniteTxLocalEx<K,V> to tx : IgniteTxLocalEx in method protected lockAllAsync(keys Collection<? extends K>, timeout long, tx IgniteTxLocalEx, isInvalidate boolean, isRead boolean, retval boolean, isolation TransactionIsolation, accessTtl long, filter IgnitePredicate<Cache.Entry<K,V>>[]) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type ctx : GridCacheContext<K,V> to ctx : GridCacheContext in method public GridDhtDetachedCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry |
From |
To |
|
Change Parameter Type res : GridDhtAtomicDeferredUpdateResponse<K,V> to res : GridDhtAtomicDeferredUpdateResponse in method private processDhtAtomicDeferredUpdateResponse(nodeId UUID, res GridDhtAtomicDeferredUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type next : GridCacheMapEntry<K,V> to next : GridCacheMapEntry in method public GridDhtAtomicCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCacheEntry |
From |
To |
|
Change Parameter Type completionCb : CI2<GridNearAtomicUpdateRequest<K,V>,GridNearAtomicUpdateResponse<K,V>> to completionCb : CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse> in method public GridDhtAtomicUpdateFuture(cctx GridCacheContext, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type updateRes : GridDhtAtomicUpdateResponse<K,V> to updateRes : GridDhtAtomicUpdateResponse in method public onResult(nodeId UUID, updateRes GridDhtAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxLocalEx<K,V> to tx : IgniteTxLocalEx in method protected abstract lockAllAsync(keys Collection<? extends K>, timeout long, tx IgniteTxLocalEx, isInvalidate boolean, isRead boolean, retval boolean, isolation TransactionIsolation, accessTtl long, filter IgnitePredicate<Cache.Entry<K,V>>[]) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public GridNearCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public entryEx(key KeyCacheObject, topVer long) : GridCacheEntryEx in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type cctx : GridCacheContext<K,V> to cctx : GridCacheContext in method public GridDhtAtomicUpdateFuture(cctx GridCacheContext, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public loadedValue(tx IgniteInternalTx, primaryNodeId UUID, val CacheObject, valBytes byte[], ver GridCacheVersion, dhtVer GridCacheVersion, expVer GridCacheVersion, ttl long, expireTime long, evt boolean, topVer long, subjId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type entries : Collection<GridDhtCacheEntry<K,V>> to entries : Collection<GridDhtCacheEntry> in method private addDeleted(entry GridDhtCacheEntry, updRes GridCacheUpdateAtomicResult, entries Collection<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.UpdateBatchResult |
From |
To |
|
Change Parameter Type dhtFut : GridDhtAtomicUpdateFuture<K,V> to dhtFut : GridDhtAtomicUpdateFuture 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 Parameter Type req : GridCacheTtlUpdateRequest<K,V> to req : GridCacheTtlUpdateRequest in method private processTtlUpdateRequest(req GridCacheTtlUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type entries : List<GridDhtCacheEntry<K,V>> to entries : List<GridDhtCacheEntry> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, putMap Map<K,V>, rmvKeys Collection<K>, entryProcessorMap Map<K,EntryProcessor<K,V,?>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult<K,V>, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public entryEx(key KeyCacheObject, touch boolean) : GridCacheEntryEx in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type res : GridDhtAtomicUpdateResponse<K,V> to res : GridDhtAtomicUpdateResponse in method private processDhtAtomicUpdateResponse(nodeId UUID, res GridDhtAtomicUpdateResponse) : void 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 addNearWriteEntries(readers Iterable<UUID>, entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, expireTime long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type dhtFut : GridDhtAtomicUpdateFuture<K,V> to dhtFut : GridDhtAtomicUpdateFuture in method private dhtFuture(dhtFut GridDhtAtomicUpdateFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.UpdateBatchResult |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public GridLocalCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Parameter Type keys : Collection<? extends K> to keys : Collection<Object> in method public GridNearAtomicUpdateFuture(cctx GridCacheContext, cache GridDhtAtomicCache, syncMode CacheWriteSynchronizationMode, op GridCacheOperation, keys Collection<Object>, vals Collection<?>, invokeArgs Object[], conflictPutVals Collection<GridCacheDrInfo<Object>>, conflictRmvVals Collection<GridCacheVersion>, retval boolean, rawRetval boolean, expiryPlc ExpiryPolicy, filter IgnitePredicate<Cache.Entry<Object,Object>>[], subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public peekExx(key KeyCacheObject) : GridDhtCacheEntry in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method protected value(val CacheObject, valBytes byte[]) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxLocalEx<K,V> to tx : IgniteTxLocalEx in method public txLockAsync(keys Collection<? extends K>, timeout long, tx IgniteTxLocalEx, isRead boolean, retval boolean, isolation TransactionIsolation, isInvalidate boolean, accessTtl long, filter IgnitePredicate<Cache.Entry<K,V>>[]) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter |
From |
To |
|
Change Parameter Type completionCb : CI2<GridNearAtomicUpdateRequest<K,V>,GridNearAtomicUpdateResponse<K,V>> to completionCb : CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private checkClearForceTransformBackups(req GridNearAtomicUpdateRequest, locked List<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type fut : GridCacheAtomicFuture<KeyCacheObject,?> to fut : GridCacheAtomicFuture<?> in method public addAtomicFuture(futVer GridCacheVersion, fut GridCacheAtomicFuture<?>) : void in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public preloadingPermitted(key KeyCacheObject, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Parameter Type conflictPutVals : Collection<GridCacheDrInfo<V>> to conflictPutVals : Collection<GridCacheDrInfo<Object>> in method public GridNearAtomicUpdateFuture(cctx GridCacheContext, cache GridDhtAtomicCache, syncMode CacheWriteSynchronizationMode, op GridCacheOperation, keys Collection<Object>, vals Collection<?>, invokeArgs Object[], conflictPutVals Collection<GridCacheDrInfo<Object>>, conflictRmvVals Collection<GridCacheVersion>, retval boolean, rawRetval boolean, expiryPlc ExpiryPolicy, filter IgnitePredicate<Cache.Entry<Object,Object>>[], subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type val : V to val : Object in method private loadEntry(key KeyCacheObject, val Object, ver GridCacheVersion, p IgniteBiPredicate<K,V>, topVer long, replicate boolean, plc ExpiryPolicy) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private checkFilter(entry GridCacheEntryEx, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type failedKeys : Collection<K> to failedKeys : Collection<KeyCacheObject> in method private addFailedKeys(failedKeys Collection<KeyCacheObject>, err Throwable) : IgniteCheckedException in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type updateRes : GridNearAtomicUpdateResponse<K,V> to updateRes : GridNearAtomicUpdateResponse in method private createDhtFuture(writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, force boolean) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type keys : List<K> to keys : List<KeyCacheObject> in method private updateTtl(cache GridCacheAdapter<K,V>, keys List<KeyCacheObject>, vers List<GridCacheVersion>, ttl long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type locked : List<GridDhtCacheEntry<K,V>> to locked : List<GridDhtCacheEntry> in method private checkClearForceTransformBackups(req GridNearAtomicUpdateRequest, locked List<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method public addNearWriteEntries(readers Iterable<UUID>, entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, expireTime long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method private mapKey(key KeyCacheObject, topVer long, fastMap boolean) : Collection<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse in method private sendNearUpdateReply(nodeId UUID, res GridNearAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type keys : Collection<? extends KeyCacheObject> to keys : Collection<? extends K> in method public getAllAsync(keys Collection<? extends K>, forcePrimary boolean, skipTx boolean, entry GridCacheEntryEx, subjId UUID, taskName String, deserializePortable boolean, skipVals boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type partIt : Iterator<GridDhtCacheEntry<K,V>> to partIt : Iterator<GridDhtCacheEntry> in method private PartitionEntryIterator(partIt Iterator<GridDhtCacheEntry>) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.PartitionEntryIterator |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public GridDhtDetachedCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry |
From |
To |
|
Change Parameter Type mappings : Map<UUID,GridNearAtomicUpdateRequest<K,V>> to mappings : Map<UUID,GridNearAtomicUpdateRequest> in method private doUpdate(mappings Map<UUID,GridNearAtomicUpdateRequest>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type updateRes : GridNearAtomicUpdateResponse<K,V> to updateRes : GridNearAtomicUpdateResponse in method public GridDhtAtomicUpdateFuture(cctx GridCacheContext, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type updRes : GridCacheUpdateAtomicResult<K,V> to updRes : GridCacheUpdateAtomicResult in method private addDeleted(entry GridDhtCacheEntry, updRes GridCacheUpdateAtomicResult, entries Collection<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.UpdateBatchResult |
From |
To |
|
Change Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest 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 Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, putMap Map<K,V>, rmvKeys Collection<K>, entryProcessorMap Map<K,EntryProcessor<K,V,?>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult<K,V>, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type updateReq : GridNearAtomicUpdateRequest<K,V> to updateReq : GridNearAtomicUpdateRequest in method public GridDhtAtomicUpdateFuture(cctx GridCacheContext, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type req : GridDhtAtomicUpdateRequest<K,V> to req : GridDhtAtomicUpdateRequest in method private processDhtAtomicUpdateRequest(nodeId UUID, req GridDhtAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private processNearAtomicUpdateRequest(nodeId UUID, req GridNearAtomicUpdateRequest) : void 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 updateOrEvict(dhtVer GridCacheVersion, val CacheObject, valBytes byte[], expireTime long, ttl long, primaryNodeId UUID) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type entryProcessor : EntryProcessor<K,V,?> to entryProcessor : EntryProcessor<Object,Object,Object> in method public addWriteEntry(entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, conflictExpireTime long, conflictVer GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private mapSingle(nodeId UUID, req GridNearAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public onDeferredDelete(key KeyCacheObject, ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse in method private updateNear(req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public entryExx(key KeyCacheObject, topVer long) : GridDhtCacheEntry in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type completionCb : CI2<GridNearAtomicUpdateRequest<K,V>,GridNearAtomicUpdateResponse<K,V>> to completionCb : CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse> 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 Parameter Type map : GridCacheConcurrentMap<K,V> to map : GridCacheConcurrentMap in method protected GridDhtCacheAdapter(ctx GridCacheContext<K,V>, map GridCacheConcurrentMap) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, putMap Map<K,V>, rmvKeys Collection<K>, entryProcessorMap Map<K,EntryProcessor<K,V,?>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult<K,V>, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method public GridNearCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type completionCb : CI2<GridNearAtomicUpdateRequest<K,V>,GridNearAtomicUpdateResponse<K,V>> to completionCb : CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse> in method private createDhtFuture(writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, force boolean) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type locked : List<GridDhtCacheEntry<K,V>> to locked : List<GridDhtCacheEntry> 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 Parameter Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method package onRemoved(entry GridDhtCacheEntry) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public resetFromPrimary(val CacheObject, valBytes byte[], ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public resetFromPrimary(val CacheObject, valBytes byte[], ver GridCacheVersion, dhtVer GridCacheVersion, primaryNodeId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type ctx : GridCacheContext<K,V> to ctx : GridCacheContext in method public GridNearCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type key : K to key : KeyCacheObject in method private loadEntry(key KeyCacheObject, val Object, ver GridCacheVersion, p IgniteBiPredicate<K,V>, topVer long, replicate boolean, plc ExpiryPolicy) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Parameter Type val : V to val : CacheObject in method public GridDhtAtomicCacheEntry(ctx GridCacheContext, topVer long, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCacheEntry |
From |
To |
|
Change Parameter Type completionCb : CI2<GridNearAtomicUpdateRequest<K,V>,GridNearAtomicUpdateResponse<K,V>> to completionCb : CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse> in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, putMap Map<K,V>, rmvKeys Collection<K>, entryProcessorMap Map<K,EntryProcessor<K,V,?>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult<K,V>, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type next : GridCacheMapEntry<K,V> to next : GridCacheMapEntry in method public GridLocalCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Parameter Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method public addWriteEntry(entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, conflictExpireTime long, conflictVer GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Parameter Type dhtFut : GridDhtAtomicUpdateFuture<K,V> to dhtFut : GridDhtAtomicUpdateFuture in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, putMap Map<K,V>, rmvKeys Collection<K>, entryProcessorMap Map<K,EntryProcessor<K,V,?>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult<K,V>, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type filter : IgnitePredicate<Cache.Entry<K,V>>[] to filter : IgnitePredicate<Cache.Entry<Object,Object>>[] in method public GridNearAtomicUpdateFuture(cctx GridCacheContext, cache GridDhtAtomicCache, syncMode CacheWriteSynchronizationMode, op GridCacheOperation, keys Collection<Object>, vals Collection<?>, invokeArgs Object[], conflictPutVals Collection<GridCacheDrInfo<Object>>, conflictRmvVals Collection<GridCacheVersion>, retval boolean, rawRetval boolean, expiryPlc ExpiryPolicy, filter IgnitePredicate<Cache.Entry<Object,Object>>[], subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type cache : GridDhtAtomicCache<K,V> to cache : GridDhtAtomicCache in method public GridNearAtomicUpdateFuture(cctx GridCacheContext, cache GridDhtAtomicCache, syncMode CacheWriteSynchronizationMode, op GridCacheOperation, keys Collection<Object>, vals Collection<?>, invokeArgs Object[], conflictPutVals Collection<GridCacheDrInfo<Object>>, conflictRmvVals Collection<GridCacheVersion>, retval boolean, rawRetval boolean, expiryPlc ExpiryPolicy, filter IgnitePredicate<Cache.Entry<Object,Object>>[], subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type locked : List<GridDhtCacheEntry<K,V>> to locked : List<GridDhtCacheEntry> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Parameter Type res : GridNearAtomicUpdateResponse<K,V> to res : GridNearAtomicUpdateResponse 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 Parameter Type val : V to val : CacheObject in method public GridLocalCacheEntry(ctx GridCacheContext, key KeyCacheObject, hash int, val CacheObject, next GridCacheMapEntry, ttl long, hdrId int) in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Variable Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest 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 entryProcessorMap : Map<K,EntryProcessor<K,V,?>> to entryProcessorMap : Map<KeyCacheObject,EntryProcessor<Object,Object,Object>> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest 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 : V to val : CacheObject in method package releaseLocal(threadId long) : void in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Variable Type pendingMappings : Map<UUID,GridNearAtomicUpdateRequest<K,V>> to pendingMappings : Map<UUID,GridNearAtomicUpdateRequest> 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 key : K to key : KeyCacheObject in method public onResult(nodeId UUID, updateRes GridDhtAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Variable Type partIt : Iterator<GridDhtLocalPartition<K,V>> to partIt : Iterator<GridDhtLocalPartition> in method public localEntriesIterator(primary boolean, backup boolean) : Iterator<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method private updatePartialBatch(hasNear boolean, firstEntryIdx int, entries List<GridDhtCacheEntry>, ver GridCacheVersion, node ClusterNode, putMap Map<K,V>, rmvKeys Collection<K>, entryProcessorMap Map<K,EntryProcessor<K,V,?>>, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, replicate boolean, batchRes UpdateBatchResult<K,V>, taskName String, expiry IgniteCacheExpiryPolicy) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type entry : IgniteTxEntry<K,V> to entry : IgniteTxEntry in method public onTxCommitted(tx IgniteInternalTx) : void in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor |
From |
To |
|
Change Variable Type part : GridDhtLocalPartition<K,V> to part : GridDhtLocalPartition in method private loadEntry(key KeyCacheObject, val Object, ver GridCacheVersion, p IgniteBiPredicate<K,V>, topVer long, replicate boolean, plc ExpiryPolicy) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type rmvKeys : Collection<K> to rmvKeys : Collection<KeyCacheObject> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type e : GridCacheEntryInfo<K,V> to e : GridCacheEntryInfo in method public initializeFromDht(topVer long) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Variable Type invokeResMap : Map<K,EntryProcessorResult> to invokeResMap : Map<KeyCacheObject,EntryProcessorResult> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type tx : IgniteTxLocalEx<K,V> to tx : IgniteTxLocalEx in method public lockAllAsync(keys Collection<? extends K>, timeout long, filter IgnitePredicate<Cache.Entry<K,V>>...) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter |
From |
To |
|
Change Variable Type e : IgniteBiTuple<GridDhtCacheEntry<K,V>,GridCacheVersion> to e : IgniteBiTuple<GridDhtCacheEntry,GridCacheVersion> 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 val : V to val : CacheObject in method private processDhtAtomicUpdateRequest(nodeId UUID, req GridDhtAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type old : V to old : CacheObject in method public loadedValue(tx IgniteInternalTx, primaryNodeId UUID, val CacheObject, valBytes byte[], ver GridCacheVersion, dhtVer GridCacheVersion, expVer GridCacheVersion, ttl long, expireTime long, evt boolean, topVer long, subjId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Variable Type entry : Map.Entry<UUID,GridNearAtomicUpdateRequest<K,V>> to entry : Map.Entry<UUID,GridNearAtomicUpdateRequest> 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 mapped : GridNearAtomicUpdateRequest<K,V> to mapped : GridNearAtomicUpdateRequest 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 : V to val : CacheObject in method protected init() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type it : Iterator<Cache.Entry<K,V>> to it : Iterator<KeyCacheObject> in method public call() : Object in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter.GlobalRemoveAllCallable |
From |
To |
|
Change Variable Type conflictPutVal : GridCacheDrInfo<V> to conflictPutVal : GridCacheDrInfo<Object> 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 affMgr : GridCacheAffinityManager<K,V> to affMgr : GridCacheAffinityManager in method private mapKey(key KeyCacheObject, topVer long, fastMap boolean) : Collection<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type locUpdate : GridNearAtomicUpdateRequest<K,V> to locUpdate : GridNearAtomicUpdateRequest in method private doUpdate(mappings Map<UUID,GridNearAtomicUpdateRequest>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type part : GridDhtLocalPartition<K,V> to part : GridDhtLocalPartition in method public decrementPublicSize(e GridCacheMapEntry) : void in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Change Variable Type entry : Map.Entry<byte[],GridCacheSwapEntry<V>> to entry : Map.Entry<byte[],GridCacheSwapEntry> in method private clearSwap() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Variable Type fut : GridDhtAtomicUpdateFuture<K,V> to fut : GridDhtAtomicUpdateFuture in method private createDhtFuture(writeVer GridCacheVersion, updateReq GridNearAtomicUpdateRequest, updateRes GridNearAtomicUpdateResponse, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, force boolean) : GridDhtAtomicUpdateFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type locPart : GridDhtLocalPartition<K,V> to locPart : GridDhtLocalPartition in method public call() : Object in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter.GlobalRemoveAllCallable |
From |
To |
|
Change Variable Type part : GridDhtLocalPartition<K,V> to part : GridDhtLocalPartition in method public size() : int in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.PartitionEntrySet |
From |
To |
|
Change Variable Type dhtFut : GridDhtAtomicUpdateFuture<K,V> to dhtFut : GridDhtAtomicUpdateFuture 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 it : Iterator<GridDhtCacheEntry<K,V>> to it : Iterator<GridDhtCacheEntry> in method private clearAll() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Variable Type it : GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry<V>>> to it : GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry>> in method private clearSwap() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Variable Type locked : List<GridDhtCacheEntry<K,V>> to locked : List<GridDhtCacheEntry> 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 old : GridNearAtomicUpdateRequest<K,V> to old : GridNearAtomicUpdateRequest 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 dataLdr : IgniteDataLoader<K,V> to dataLdr : IgniteDataLoader<KeyCacheObject,Object> in method public call() : Object in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter.GlobalRemoveAllCallable |
From |
To |
|
Change Variable Type old : V to old : CacheObject in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type key : K to key : KeyCacheObject in method protected init() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method private reloadIfNeeded(entries List<GridDhtCacheEntry>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type updRes : GridCacheUpdateAtomicResult<K,V> to updRes : GridCacheUpdateAtomicResult in method private processDhtAtomicUpdateRequest(nodeId UUID, req GridDhtAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type updateReq : GridDhtAtomicUpdateRequest<K,V> to updateReq : GridDhtAtomicUpdateRequest in method public addNearWriteEntries(readers Iterable<UUID>, entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, expireTime long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Variable Type req : GridDhtAtomicUpdateRequest<K,V> to req : GridDhtAtomicUpdateRequest in method public map() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Variable Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method private doUpdate(mappings Map<UUID,GridNearAtomicUpdateRequest>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type fut : GridDhtFuture<Collection<GridCacheEntryInfo<K,V>>> to fut : GridDhtFuture<Collection<GridCacheEntryInfo>> in method public apply(f IgniteInternalFuture<Collection<GridCacheEntryInfo>>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.processNearGetRequest.listenAsync |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method public onResult(nodeId UUID, updateRes GridDhtAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method private unlockEntries(locked Collection<GridDhtCacheEntry>, topVer long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type entries : Collection<GridCacheEntryInfo<K,V>> to entries : Collection<GridCacheEntryInfo> in method public apply(f IgniteInternalFuture<Collection<GridCacheEntryInfo>>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.processNearGetRequest.listenAsync |
From |
To |
|
Change Variable Type part : GridDhtLocalPartition<K,V> to part : GridDhtLocalPartition in method public incrementPublicSize(e GridCacheMapEntry) : void in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method public apply(k K, v V) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.reloadIfNeeded.loadAllFromStore |
From |
To |
|
Change Variable Type req : GridDhtAtomicUpdateRequest<K,V> to req : GridDhtAtomicUpdateRequest in method public onNodeLeft(nodeId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Variable Type evicted : T2<K,GridCacheVersion> to evicted : T2<KeyCacheObject,GridCacheVersion> in method public onDeferredDelete(key KeyCacheObject, ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Variable Type partIt : Iterator<GridDhtCacheEntry<K,V>> to partIt : Iterator<GridDhtCacheEntry> in method public iterator() : Iterator<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.PartitionEntrySet |
From |
To |
|
Change Variable Type next : GridCacheMapEntry<K,V> to next : GridCacheMapEntry in method protected init() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type updateFut : GridDhtAtomicUpdateFuture<K,V> to updateFut : GridDhtAtomicUpdateFuture in method private processDhtAtomicDeferredUpdateResponse(nodeId UUID, res GridDhtAtomicDeferredUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method private lockEntries(keys List<KeyCacheObject>, topVer long) : List<GridDhtCacheEntry> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type p : GridDhtLocalPartition<K,V> to p : GridDhtLocalPartition in method public primarySize() : int in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type key : K to key : Object 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 cached : GridDhtCacheEntry<K,V> to cached : GridDhtCacheEntry in method private clearAll() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Variable Type part : GridDhtLocalPartition<K,V> to part : GridDhtLocalPartition in method public onDeferredDelete(entry GridCacheEntryEx, ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type val : V to val : CacheObject in method public addNearLocal(dhtNodeId UUID, threadId long, ver GridCacheVersion, timeout long, reenter boolean, tx boolean, implicitSingle boolean) : GridCacheMvccCandidate in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Variable Type o : GridDhtCacheEntry<K,V> to o : GridDhtCacheEntry in method public call() : Object in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheAdapter.GlobalRemoveAllCallable |
From |
To |
|
Change Variable Type putMap : Map<K,V> to putMap : Map<KeyCacheObject,CacheObject> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method public initializeFromDht(topVer long) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry 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 entries : Collection<IgniteTxEntry<K,V>> to entries : Collection<IgniteTxEntry> in method public onTxCommitted(tx IgniteInternalTx) : void in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor |
From |
To |
|
Change Variable Type locked : List<GridDhtCacheEntry<K,V>> to locked : List<GridDhtCacheEntry> in method private lockEntries(keys List<KeyCacheObject>, topVer long) : List<GridDhtCacheEntry> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type near : GridNearAtomicCache<K,V> to near : GridNearAtomicCache in method private updateNear(req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type val0 : V to val0 : CacheObject in method public versionedValue() : GridTuple3<GridCacheVersion,CacheObject,byte[]> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Variable Type entryProcessor : EntryProcessor<K,V,?> to entryProcessor : EntryProcessor<Object,Object,Object> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type e : GridLocalCacheEntry<K,V> to e : GridLocalCacheEntry in method private checkThreadChain(owner GridCacheMvccCandidate) : void in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Variable Type val : V to val : CacheObject in method public addLocal(threadId long, ver GridCacheVersion, timeout long, reenter boolean, tx boolean, implicitSingle boolean) : GridCacheMvccCandidate in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Variable Type next : GridDhtCacheEntry<K,V> to next : GridDhtCacheEntry in method private advance() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.PartitionEntryIterator |
From |
To |
|
Change Variable Type txx : IgniteTxLocalEx<K,V> to txx : IgniteTxLocalEx in method public loadAsync(tx IgniteInternalTx, keys Collection<? extends K>, reload boolean, forcePrimary boolean, subjId UUID, taskName String, deserializePortable boolean, expiryPlc ExpiryPolicy, skipVal boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Change Variable Type entryProcessor : EntryProcessor<K,V,?> to entryProcessor : EntryProcessor<Object,Object,Object> in method private processDhtAtomicUpdateRequest(nodeId UUID, req GridDhtAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type req : GridNearAtomicUpdateRequest<K,V> to req : GridNearAtomicUpdateRequest in method public onNodeLeft(nodeId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type filtered : List<GridDhtCacheEntry<K,V>> to filtered : List<GridDhtCacheEntry> in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type ctx : GridCacheContext<K,V> to ctx : GridCacheContext in method protected init() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type updateReq : GridDhtAtomicUpdateRequest<K,V> to updateReq : GridDhtAtomicUpdateRequest in method public addWriteEntry(entry GridDhtCacheEntry, val CacheObject, valBytes byte[], entryProcessor EntryProcessor<Object,Object,Object>, ttl long, conflictExpireTime long, conflictVer GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Variable Type updated : V to updated : Object in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type deleted : Collection<IgniteBiTuple<GridDhtCacheEntry<K,V>,GridCacheVersion>> to deleted : Collection<IgniteBiTuple<GridDhtCacheEntry,GridCacheVersion>> 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 part : GridDhtLocalPartition<K,V> to part : GridDhtLocalPartition in method private advance() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.localEntriesIterator.it |
From |
To |
|
Change Variable Type val : V to val : CacheObject in method public removeLock() : GridCacheMvccCandidate in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Variable Type val : V to val : CacheObject in method public removeLock(ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method private processDhtAtomicUpdateRequest(nodeId UUID, req GridDhtAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type map : Map<Integer,GridCacheMapEntry<Integer,Integer>> to map : Map<Integer,GridCacheMapEntry> in method public testMapEntry() : void in class org.apache.ignite.loadtests.hashmap.GridHashMapLoadTest |
From |
To |
|
Change Variable Type part : GridDhtLocalPartition<K,V> to part : GridDhtLocalPartition in method public iterator() : Iterator<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.PartitionEntrySet |
From |
To |
|
Change Variable Type entry : GridDhtCacheEntry<K,V> to entry : GridDhtCacheEntry in method private updateWithBatch(node ClusterNode, hasNear boolean, req GridNearAtomicUpdateRequest, res GridNearAtomicUpdateResponse, locked List<GridDhtCacheEntry>, ver GridCacheVersion, dhtFut GridDhtAtomicUpdateFuture, completionCb CI2<GridNearAtomicUpdateRequest,GridNearAtomicUpdateResponse>, replicate boolean, taskName String, expiry IgniteCacheExpiryPolicy) : UpdateBatchResult<K,V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Collection<GridCacheEntryInfo<K,V>>> to fut : IgniteInternalFuture<Collection<GridCacheEntryInfo>> in method protected processNearGetRequest(nodeId UUID, req GridNearGetRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Variable Type key : K to key : KeyCacheObject in method private processDhtAtomicUpdateRequest(nodeId UUID, req GridDhtAtomicUpdateRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type updateFut : GridDhtAtomicUpdateFuture<K,V> to updateFut : GridDhtAtomicUpdateFuture in method private processDhtAtomicUpdateResponse(nodeId UUID, res GridDhtAtomicUpdateResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Variable Type deleted : Collection<IgniteBiTuple<GridDhtCacheEntry<K,V>,GridCacheVersion>> to deleted : Collection<IgniteBiTuple<GridDhtCacheEntry,GridCacheVersion>> 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 key : K to key : KeyCacheObject in method private clearSwap() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Variable Type conflictPutValsIt : Iterator<GridCacheDrInfo<V>> to conflictPutValsIt : Iterator<GridCacheDrInfo<Object>> 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 |