ee86e91e7eb3d647c89db496baa12a332f2c0c18
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable t : Thread to handler : Handler in method protected startHandlers(nameSuffix String, numHandlers int, callQueues List<BlockingQueue<CallRunner>>, qindex int, qsize int, port int) : void in class org.apache.hadoop.hbase.ipc.RpcExecutor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type t : Thread to handler : Handler in method protected startHandlers(nameSuffix String, numHandlers int, callQueues List<BlockingQueue<CallRunner>>, qindex int, qsize int, port int) : void in class org.apache.hadoop.hbase.ipc.RpcExecutor | From | To | |
Extract Method | 3 | ||
Extract Method private isCodelQueueType(callQueueType String) : boolean extracted from public SimpleRpcScheduler(conf Configuration, handlerCount int, priorityHandlerCount int, replicationHandlerCount int, priority PriorityFunction, server Abortable, highPriorityLevel int) in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler | From | To | |
Extract Method private isCodelQueueType(callQueueType String) : boolean extracted from public onConfigurationChange(conf Configuration) : void in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type handlers : List<Thread> to handlers : List<Handler> in class org.apache.hadoop.hbase.ipc.RpcExecutor | From | To |