145feac734d6edbb776a1d8dad82cc5361560da3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private pringStatistics(cache IgniteCacheProxy, msg String) : void renamed to private printStatistics(cache IgniteCacheProxy, msg String) : void in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Move Attribute | 3 | ||
| Move Attribute public UNWIND_THROTTLING_TIMEOUT : long from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl to public UNWIND_THROTTLING_TIMEOUT : long from class org.apache.ignite.internal.processors.cache.GridCacheTtlManager | From | To | |
| Move Attribute protected hasPendingEntries : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl to protected hasPendingEntries : boolean from class org.apache.ignite.internal.processors.cache.GridCacheTtlManager | From | To | |
| Move Attribute protected nextCleanTime : long from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl to protected nextCleanTime : long from class org.apache.ignite.internal.processors.cache.GridCacheTtlManager | From | To | |
| Extract Attribute | 2 | ||
| Extract Attribute public GROUP_NAME : String in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Extract Attribute public PART_SIZE : int in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private getCacheConfiguration(name String) : CacheConfiguration extracted from protected getConfiguration(igniteInstanceName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public hasPendingEntries(update boolean) : void extracted from private updatePendingEntries(cctx GridCacheContext, newRow CacheDataRow, oldRow CacheDataRow) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl & moved to class org.apache.ignite.internal.processors.cache.GridCacheTtlManager | From | To |