679182869876f834c7e0a62e06179fd928b83c3d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getL1(c Configuration, xmx long) : LruBlockCache renamed to private getL1Internal(c Configuration) : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
Rename Variable | 2 | ||
Rename Variable cachePercentage : float to lruCacheSize : long in method private getL1Internal(c Configuration) : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
Rename Variable memUsage : MemoryUsage to usage : MemoryUsage in method protected chore() : void in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.HeapMemoryTunerChore | From | To | |
Inline Method | 1 | ||
Inline Method package getLruCacheSize(conf Configuration, xmx long) : long inlined to private getL1Internal(c Configuration) : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cachePercentage : float to lruCacheSize : long in method private getL1Internal(c Configuration) : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To |