a3d2a2df3a0837f39d586f5f2018fd630883fa10
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable metaPool : ThreadPoolExecutor to pool : ThreadPoolExecutor in method protected getRatio() : Ratio in class org.apache.hadoop.hbase.client.MetricsConnection.MetricsConnection.register | From | To | |
Rename Variable batchPool : ThreadPoolExecutor to pool : ThreadPoolExecutor in method protected getRatio() : Ratio in class org.apache.hadoop.hbase.client.MetricsConnection.MetricsConnection.register | From | To | |
Change Return Type | 3 | ||
Change Return Type ExecutorService to ThreadPoolExecutor in method private getBatchPool() : ThreadPoolExecutor in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Return Type ExecutorService to ThreadPoolExecutor in method private getMetaLookupPool() : ThreadPoolExecutor in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Return Type ExecutorService to ThreadPoolExecutor in method private getThreadPool(maxThreads int, coreThreads int, nameHint String, passedWorkQueue BlockingQueue<Runnable>) : ThreadPoolExecutor in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type batchPool : ExecutorService to batchPool : ThreadPoolExecutor in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Attribute Type metaLookupPool : ExecutorService to metaLookupPool : ThreadPoolExecutor in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Attribute Type BATCH_POOL : ExecutorService to BATCH_POOL : ThreadPoolExecutor in class org.apache.hadoop.hbase.client.TestMetricsConnection | From | To |