48d387413f012cd6bfecc42085f7432647975780
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| Extract Method protected updateMethodCountAndSizeByQueue(queue BlockingQueue<Runnable>, methodCount HashMap<String,Long>, methodSize HashMap<String,Long>) : void extracted from public getCallQueueInfo() : CallQueueInfo in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler | From | To | |
| Extract Method protected executeRpcCall(executor ThreadPoolExecutor, queueSize AtomicInteger, task CallRunner) : boolean extracted from public dispatch(task CallRunner) : boolean in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler | From | To |