|
Change Parameter Type map : Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>> to map : Map<KeyCacheObject,EntryGetResult> in method private toEntryInfo(map Map<KeyCacheObject,EntryGetResult>) : GridCacheEntryInfo in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture |
From |
To |
|
Change Parameter Type val : CacheObject to val : Object in method public EntryGetResult(val Object, ver GridCacheVersion, reserved boolean) in class org.apache.ignite.internal.processors.cache.EntryGetResult |
From |
To |
|
Change Parameter Type fut : IgniteInternalFuture<Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>>> to fut : IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> in method private onResult(fut IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture |
From |
To |
|
Change Parameter Type map : Map<K,T2<V,GridCacheVersion>> to map : Map<K,EntryGetResult> in method private interceptGetEntries(keys Collection<? extends K>, map Map<K,EntryGetResult>) : Collection<CacheEntry<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type map : Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>> to map : Map<KeyCacheObject,EntryGetResult> in method private toEntryInfos(map Map<KeyCacheObject,EntryGetResult>) : Collection<GridCacheEntryInfo> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetFuture |
From |
To |
|
Rename Variable res : EntryGetResult to getRes : EntryGetResult in method public loadAsync(keys Collection<KeyCacheObject>, readThrough boolean, forcePrimary boolean, topVer AffinityTopologyVersion, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean, needVer boolean, keepCacheObj boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache |
From |
To |
|
Rename Variable res : EntryGetResult to getRes : EntryGetResult in method private enlistRead(cacheCtx GridCacheContext, entryTopVer AffinityTopologyVersion, keys Collection<KeyCacheObject>, expiryPlc ExpiryPolicy, map Map<K,V>, missed Map<KeyCacheObject,GridCacheVersion>, keysCnt int, deserializeBinary boolean, skipVals boolean, keepCacheObjects boolean, skipStore boolean, needVer boolean) : Collection<KeyCacheObject> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Rename Variable res : EntryGetResult to getRes : EntryGetResult in method private getAllAsync0(keys Collection<KeyCacheObject>, forcePrimary boolean, subjId UUID, taskName String, deserializeBinary boolean, expiryPlc ExpiryPolicy, skipVals boolean, skipStore boolean, canRemap boolean, needVer boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Variable t : T2<Object,GridCacheVersion> to getRes : EntryGetResult in method private processLoaded(key KeyCacheObject, val Object, needVer boolean, skipVals boolean, c GridInClosure3<KeyCacheObject,Object,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Rename Variable res : EntryGetResult to getRes : EntryGetResult in method private localGet(key KeyCacheObject, part int, locVals Map<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedGetFuture |
From |
To |
|
Change Return Type T2<CacheObject,GridCacheVersion> to EntryGetResult in method public versionedValue(val CacheObject, curVer GridCacheVersion, newVer GridCacheVersion, readerArgs ReaderArguments, loadExpiryPlc IgniteCacheExpiryPolicy) : EntryGetResult in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Change Return Type T2<CacheObject,GridCacheVersion> to EntryGetResult in method public versionedValue(val CacheObject, curVer GridCacheVersion, newVer GridCacheVersion, readerArgs ReaderArguments, loadExpiryPlc IgniteCacheExpiryPolicy) : EntryGetResult in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Change Return Type CacheObject to void in method public value(val Object) : void in class org.apache.ignite.internal.processors.cache.EntryGetResult |
From |
To |
|
Change Return Type T2<CacheObject,GridCacheVersion> to EntryGetResult in method public versionedValue(val CacheObject, curVer GridCacheVersion, newVer GridCacheVersion, readerArgs ReaderArguments, loadExpiryPlc IgniteCacheExpiryPolicy) : EntryGetResult in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Return Type IgniteInternalFuture<Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>>> to IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> in method package getDhtAllAsync(keys Collection<KeyCacheObject>, readerArgs ReaderArguments, readThrough boolean, subjId UUID, taskName String, expiry IgniteCacheExpiryPolicy, skipVals boolean, canRemap boolean) : IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter |
From |
To |
|
Change Return Type IgniteInClosure<IgniteInternalFuture<Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>>>> to IgniteInClosure<IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>>> in method private createGetFutureListener() : IgniteInClosure<IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture |
From |
To |
|
Change Variable Type t : T2<V,GridCacheVersion> to t : EntryGetResult in method public applyx(f IgniteInternalFuture<EntryGetResult>) : CacheEntry<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter.getEntryAsync.fr.chain |
From |
To |
|
Change Variable Type e : Map.Entry<K,T2<V,GridCacheVersion>> to e : Map.Entry<K,EntryGetResult> in method private interceptGetEntries(keys Collection<? extends K>, map Map<K,EntryGetResult>) : Collection<CacheEntry<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type val : T2<CacheObject,GridCacheVersion> to val : EntryGetResult in method private toEntryInfo(map Map<KeyCacheObject,EntryGetResult>) : GridCacheEntryInfo in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture |
From |
To |
|
Change Variable Type verVal : T2<CacheObject,GridCacheVersion> to verVal : EntryGetResult in method public apply(key KeyCacheObject, val Object) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter.loadMissing.loadAll |
From |
To |
|
Change Variable Type t : T2<V,GridCacheVersion> to t : EntryGetResult in method public getEntry(key K) : CacheEntry<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<T2<V,GridCacheVersion>> to fut : IgniteInternalFuture<EntryGetResult> in method public getEntryAsync(key K) : IgniteInternalFuture<CacheEntry<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type val : T2<CacheObject,GridCacheVersion> to val : EntryGetResult in method private toEntryInfos(map Map<KeyCacheObject,EntryGetResult>) : Collection<GridCacheEntryInfo> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetFuture |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>>> to fut : IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> in method private getAsync() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture |
From |
To |
|
Change Variable Type t : T2<Object,GridCacheVersion> to getRes : EntryGetResult in method private processLoaded(key KeyCacheObject, val Object, needVer boolean, skipVals boolean, c GridInClosure3<KeyCacheObject,Object,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>>> to fut : IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> in method private createGetFutureListener() : IgniteInClosure<IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture |
From |
To |
|
Change Variable Type fut0 : IgniteInternalFuture<Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>>> to fut0 : IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> in method public apply(fut IgniteInternalFuture<Boolean>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture.getAsync.listen |
From |
To |
|
Change Variable Type map : Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>> to map : Map<KeyCacheObject,EntryGetResult> in method private getAsync(keys Map<KeyCacheObject,Boolean>) : IgniteInternalFuture<Collection<GridCacheEntryInfo>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetFuture |
From |
To |
|
Change Variable Type map : Map<K,T2<V,GridCacheVersion>> to map : Map<K,EntryGetResult> in method public getEntries(keys Collection<? extends K>) : Collection<CacheEntry<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Map<KeyCacheObject,T2<CacheObject,GridCacheVersion>>> to fut : IgniteInternalFuture<Map<KeyCacheObject,EntryGetResult>> in method private getAsync(keys Map<KeyCacheObject,Boolean>) : IgniteInternalFuture<Collection<GridCacheEntryInfo>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetFuture |
From |
To |
|
Change Variable Type entry : Map.Entry<KeyCacheObject,T2<CacheObject,GridCacheVersion>> to entry : Map.Entry<KeyCacheObject,EntryGetResult> in method private toEntryInfos(map Map<KeyCacheObject,EntryGetResult>) : Collection<GridCacheEntryInfo> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetFuture |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Map<K,T2<V,GridCacheVersion>>> to fut : IgniteInternalFuture<Map<K,EntryGetResult>> in method public getEntriesAsync(keys Collection<? extends K>) : IgniteInternalFuture<Collection<CacheEntry<K,V>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |