ca6cd142d43a47399c51a586d43c8eab6f82163d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 32
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type addRdr : Boolean to addRdr : boolean in method public GridDhtGetSingleFuture(cctx GridCacheContext<K,V>, msgId long, reader UUID, key KeyCacheObject, addRdr boolean, readThrough boolean, topVer AffinityTopologyVersion, subjId UUID, taskNameHash int, expiryPlc IgniteCacheExpiryPolicy, skipVals boolean, recovery boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture | From | To | |
Rename Variable | 1 | ||
Rename Variable infos : Collection<GridCacheEntryInfo> to info : GridCacheEntryInfo in method public apply(fut IgniteInternalFuture<GridCacheEntryInfo>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.map.listen | From | To | |
Change Return Type | 1 | ||
Change Return Type IgniteInternalFuture<GridCacheEntryInfo> to GridDhtGetSingleFuture in method public getDhtSingleAsync(nodeId UUID, msgId long, key KeyCacheObject, addRdr boolean, readThrough boolean, topVer AffinityTopologyVersion, subjId UUID, taskNameHash int, expiry IgniteCacheExpiryPolicy, skipVals boolean, recovery boolean) : GridDhtGetSingleFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute readerNode : ClusterNode to addReaders : boolean in method private getAsync(keys Map<KeyCacheObject,Boolean>) : IgniteInternalFuture<Collection<GridCacheEntryInfo>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetFuture | From | To | |
Replace Variable With Attribute readerNode : ClusterNode to addRdr : boolean in method private getAsync() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture | From | To | |
Change Variable Type | 6 | ||
Change Variable Type readerNode : ClusterNode to addReaders : boolean 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 fut : GridDhtGetSingleFuture<K,V> to fut : GridDhtGetSingleFuture in method public getDhtSingleAsync(nodeId UUID, msgId long, key KeyCacheObject, addRdr boolean, readThrough boolean, topVer AffinityTopologyVersion, subjId UUID, taskNameHash int, expiry IgniteCacheExpiryPolicy, skipVals boolean, recovery boolean) : GridDhtGetSingleFuture in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter | From | To | |
Change Variable Type fut : GridDhtFuture<Collection<GridCacheEntryInfo>> to fut : GridDhtFuture<GridCacheEntryInfo> in method private map(topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture | From | To | |
Change Variable Type fut : IgniteInternalFuture<Collection<GridCacheEntryInfo>> to fut : IgniteInternalFuture<GridCacheEntryInfo> in method private map(topVer AffinityTopologyVersion) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture | From | To | |
Change Variable Type infos : Collection<GridCacheEntryInfo> to info : GridCacheEntryInfo in method public apply(fut IgniteInternalFuture<GridCacheEntryInfo>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.map.listen | From | To | |
Change Variable Type readerNode : ClusterNode to addRdr : boolean in method private getAsync() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetSingleFuture | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type flags : Collection<Boolean> to flags : byte in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearGetRequest | From | To |