409ae1895d32980d4d075089f0a485c9b456053d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addNearTrackedEntry(entry GridCacheMapEntry) : void renamed to public addTrackedEntry(entry GridCacheMapEntry) : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method private setExpireTime(expireTime long, buf ByteBuffer, idx int) : void moved from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryInnerIO to class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryLeafIO & inlined to public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<PendingRow>, src ByteBuffer, srcIdx int) : void | From | To | |
Inline Method | 5 | ||
Inline Method private setLink(link long, buf ByteBuffer, idx int) : void inlined to public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<PendingRow>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryInnerIO | From | To | |
Inline Method private setExpireTime(expireTime long, buf ByteBuffer, idx int) : void inlined to public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<PendingRow>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryLeafIO | From | To | |
Inline Method private setLink(link long, buf ByteBuffer, idx int) : void inlined to public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<PendingRow>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryLeafIO | From | To | |
Inline Method private setExpireTime(expireTime long, buf ByteBuffer, idx int) : void inlined to public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<PendingRow>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryInnerIO | From | To | |
Rename Variable | 2 | ||
Rename Variable time : long to expireTime : long in method protected body() : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager.CleanupWorker | From | To | |
Rename Variable pendingEntry : GridCacheEntryEx to e : EntryWrapper in method public expire() : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute expTime : long to expireTime : long in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.DataRow | From | To | |
Extract Variable | 3 | ||
Extract Variable dstOff : int in method public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<PendingRow>, src ByteBuffer, srcIdx int) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryInnerIO | From | To | |
Extract Variable curTime : long in method protected body() : void from class org.apache.ignite.internal.processors.cache.GridCacheTtlManager.CleanupWorker | From | To | |
Extract Variable dstOff : int in method public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<PendingRow>, src ByteBuffer, srcIdx int) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.PendingEntryLeafIO | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pendingEntry : GridCacheEntryEx to e : EntryWrapper in method public expire() : void in class org.apache.ignite.internal.processors.cache.GridCacheTtlManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pendingEntries : PendingEntriesImpl to pendingEntries : PendingEntriesTree in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expTime : long to expireTime : long in method package DataRow(hash int, key KeyCacheObject, val CacheObject, ver GridCacheVersion, part int, expireTime long) in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.DataRow | From | To |