14bb352b02d645c60d12e52c2be6be5321134b7a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private shutdownBatchPool() : void renamed to private shutdownPools() : void in class org.apache.hadoop.hbase.client.ConnectionManager.HConnectionImplementation | From | To | |
Extract Method | 2 | ||
Extract Method private shutdownBatchPool(pool ExecutorService) : void extracted from private shutdownBatchPool() : void in class org.apache.hadoop.hbase.client.ConnectionManager.HConnectionImplementation | From | To | |
Extract Method private getThreadPool(maxThreads int, coreThreads int, nameHint String) : ExecutorService extracted from private getBatchPool() : ExecutorService in class org.apache.hadoop.hbase.client.ConnectionManager.HConnectionImplementation | From | To |