b952e64751d309e920bf6e44caa2b3d5801e3be8
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 10
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Removed | |
| com.github.ben-manes.caffeine:caffeine:2.3.3 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package getFirstLevelCacheSize(conf Configuration, xmx long) : long renamed to package getLruCacheSize(conf Configuration, xmx long) : long in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type l1 : FirstLevelBlockCache to l1 : LruBlockCache in method public InclusiveCombinedBlockCache(l1 LruBlockCache, l2 BlockCache) in class org.apache.hadoop.hbase.io.hfile.InclusiveCombinedBlockCache | From | To | |
| Change Parameter Type l1Cache : FirstLevelBlockCache to lruCache : LruBlockCache in method public CombinedBlockCache(lruCache LruBlockCache, l2Cache BlockCache) in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache | From | To | |
| Rename Variable | 2 | ||
| Rename Variable combinedWithL1 : boolean to combinedWithLru : boolean in method public instantiateBlockCache(conf Configuration) : BlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
| Rename Variable cacheSize : long to lruCacheSize : long in method private getL1(c Configuration, xmx long) : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
| Change Return Type | 2 | ||
| Change Return Type FirstLevelBlockCache to LruBlockCache in method public getL1(c Configuration) : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
| Change Return Type FirstLevelBlockCache to LruBlockCache in method private getL1(c Configuration, xmx long) : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute l1Cache : FirstLevelBlockCache to lruCache : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type klass : Class<?> to klass : Class in method private getExternalBlockcache(c Configuration) : BlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type GLOBAL_L1_CACHE_INSTANCE : FirstLevelBlockCache to GLOBAL_L1_CACHE_INSTANCE : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CacheConfig | From | To | |
| Change Attribute Type l1Cache : FirstLevelBlockCache to lruCache : LruBlockCache in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter victimCache : BlockCache to handler : BlockCache in method public setVictimCache(handler BlockCache) : void in class org.apache.hadoop.hbase.io.hfile.LruBlockCache | From | To | |
| Rename Parameter l1Cache : FirstLevelBlockCache to lruCache : LruBlockCache in method public CombinedBlockCache(lruCache LruBlockCache, l2Cache BlockCache) in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache | From | To |