|
Change Parameter Type dfltAffMapper : CacheAffinityKeyMapper to cacheObjCtx : CacheObjectContext in method public cacheObjectContext(cacheObjCtx CacheObjectContext) : void in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public valueBytes(ctx CacheObjectContext) : byte[] in class org.apache.ignite.internal.processors.cache.CacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public value(ctx CacheObjectContext, cpy boolean) : T in class org.apache.ignite.internal.processors.cache.CacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public prepareForCache(ctx CacheObjectContext) : CacheObject in class org.apache.ignite.internal.processors.cache.CacheObject |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public value(ctx CacheObjectContext, cpy boolean) : T in class org.apache.ignite.internal.processors.cache.KeyCacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public value(ctx CacheObjectContext, cpy boolean) : T in class org.apache.ignite.internal.processors.cache.KeyCacheObjectTransferImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public valueBytes(ctx CacheObjectContext) : byte[] in class org.apache.ignite.internal.processors.cache.KeyCacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public prepareForCache(ctx CacheObjectContext) : CacheObject in class org.apache.ignite.internal.processors.cache.CacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public valueBytes(ctx CacheObjectContext) : byte[] in class org.apache.ignite.internal.processors.cache.CacheObject |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public valueBytes(ctx CacheObjectContext) : byte[] in class org.apache.ignite.internal.processors.cache.KeyCacheObjectTransferImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public finishUnmarshal(ctx CacheObjectContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.KeyCacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public finishUnmarshal(ctx CacheObjectContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.KeyCacheObjectTransferImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public prepareForCache(ctx CacheObjectContext) : CacheObject in class org.apache.ignite.internal.processors.cache.UserKeyCacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public prepareForCache(ctx CacheObjectContext) : CacheObject in class org.apache.ignite.internal.processors.cache.KeyCacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public finishUnmarshal(ctx CacheObjectContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.CacheObject |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public prepareForCache(ctx CacheObjectContext) : CacheObject in class org.apache.ignite.internal.processors.cache.KeyCacheObjectTransferImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method protected needCopy(ctx CacheObjectContext) : boolean in class org.apache.ignite.internal.processors.cache.CacheObjectAdapter |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public prepareForCache(ctx CacheObjectContext) : CacheObject in class org.apache.ignite.internal.processors.cache.UserCacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public finishUnmarshal(ctx CacheObjectContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.CacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public valueBytes(ctx CacheObjectContext) : byte[] in class org.apache.ignite.internal.processors.cache.UserKeyCacheObjectImpl |
From |
To |
|
Change Parameter Type ctx : GridCacheContext to ctx : CacheObjectContext in method public value(ctx CacheObjectContext, cpy boolean) : T in class org.apache.ignite.internal.processors.cache.CacheObject |
From |
To |
|
Change Parameter Type portableEnabled : boolean to cacheObjCtx : CacheObjectContext in method private AffinityInfo(affFunc CacheAffinityFunction, mapper CacheAffinityKeyMapper, assignment GridAffinityAssignment, cacheObjCtx CacheObjectContext) in class org.apache.ignite.internal.processors.affinity.GridAffinityProcessor.AffinityInfo |
From |
To |
|
Change Variable Type entry : Map.Entry<IgniteTxKey,NearTxPrepareResponseOwnedValue> to entry : Map.Entry<IgniteTxKey,CacheVersionedValue> in method public prepareMarshal(ctx GridCacheSharedContext) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse |
From |
To |
|
Change Variable Type oVal : NearTxPrepareResponseOwnedValue to oVal : CacheVersionedValue in method public addOwnedValue(key IgniteTxKey, ver GridCacheVersion, val CacheObject) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse |
From |
To |
|
Change Variable Type value : NearTxPrepareResponseOwnedValue to value : CacheVersionedValue in method public finishUnmarshal(ctx GridCacheSharedContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse |
From |
To |
|
Change Variable Type entry : Map.Entry<IgniteTxKey,NearTxPrepareResponseOwnedValue> to entry : Map.Entry<IgniteTxKey,CacheVersionedValue> in method package onResult(nodeId UUID, res GridNearTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture.MiniFuture |
From |
To |
|
Change Variable Type tup : NearTxPrepareResponseOwnedValue to tup : CacheVersionedValue in method package onResult(nodeId UUID, res GridNearTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture.MiniFuture |
From |
To |
|
Change Variable Type valueIter : Iterator<NearTxPrepareResponseOwnedValue> to valueIter : Iterator<CacheVersionedValue> in method public finishUnmarshal(ctx GridCacheSharedContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse |
From |
To |