d1d8cc71c9bcd8ee42e377fffe314084456ff0d7
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable keysForHFile : List<BlockCacheKey> to keySet : Set<BlockCacheKey> in method public evictBlocksByHfileName(hfileName String) : int in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type keysForHFile : List<BlockCacheKey> to keySet : Set<BlockCacheKey> in method public evictBlocksByHfileName(hfileName String) : int in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type blocksByHFile : ConcurrentIndex<String,BlockCacheKey> to blocksByHFile : NavigableSet<BlockCacheKey> in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache | From | To |