cbcbcf4dcd3401327cc36173f3ca8e5362da1e0c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getSmallQueueSize() : long renamed to public getSmallQueueInitSize() : long in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To | |
Rename Method public getLargeQueueSize() : long renamed to public getLargeQueueInitSize() : long in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To | |
Rename Variable | 2 | ||
Rename Variable ORIGINAL_QUEUE_SIZE : int to ORIGINAL_QUEUE_INIT_SIZE : int in method public testOnConfigurationChange() : void in class org.apache.hadoop.hbase.master.cleaner.TestHFileCleaner | From | To | |
Rename Variable UPDATE_QUEUE_SIZE : int to UPDATE_QUEUE_INIT_SIZE : int in method public testOnConfigurationChange() : void in class org.apache.hadoop.hbase.master.cleaner.TestHFileCleaner | From | To | |
Rename Attribute | 4 | ||
Rename Attribute SMALL_HFILE_DELETE_QUEUE_SIZE : String to SMALL_HFILE_QUEUE_INIT_SIZE : String in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To | |
Rename Attribute smallQueueSize : int to smallQueueInitSize : int in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To | |
Rename Attribute LARGE_HFILE_DELETE_QUEUE_SIZE : String to LARGE_HFILE_QUEUE_INIT_SIZE : String in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To | |
Rename Attribute largeQueueSize : int to largeQueueInitSize : int in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type stealFromQueue : BlockingQueue to stealFromQueue : BlockingQueue<Integer> in class org.apache.hadoop.hbase.util.TestStealJobQueue | From | To | |
Change Attribute Type largeFileQueue : BlockingQueue<HFileDeleteTask> to largeFileQueue : StealJobQueue<HFileDeleteTask> in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To | |
Rename Parameter | 1 | ||
Rename Parameter isLarge : boolean to isLargeFile : boolean in method private countDeletedFiles(isLargeFile boolean, fromLargeQueue boolean) : void in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner | From | To |