4f98931e9e8a5829044c9a4a046bd6c757405d52
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method public onInsert() : void moved from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition to class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl & inlined to public update(key KeyCacheObject, p int, val CacheObject, ver GridCacheVersion, expireTime long) : void | From | To | |
Move And Inline Method public onRemove() : void moved from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition to class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl & inlined to public remove(key KeyCacheObject, partId int) : void | From | To | |
Move Method | 1 | ||
Move Method public init(size long, partCntr long) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition to public init(size long, updCntr long) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Move Attribute | 3 | ||
Move Attribute private initCntr : long from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition to protected initCntr : long from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Move Attribute private cntr : AtomicLong from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition to protected cntr : AtomicLong from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Move Attribute private storageSize : AtomicLong from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition to protected storageSize : AtomicLong from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public updateCounter(val long) : void extracted from public updateCounter(val long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition & moved to class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Extract And Move Method public initialUpdateCounter() : long extracted from public initialUpdateCounter() : long in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition & moved to class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Extract And Move Method public nextUpdateCounter() : long extracted from public nextUpdateCounter() : long in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition & moved to class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter partCntr : long to updCntr : long in method public init(size long, updCntr long) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To |