a7d7dfb52622a586482030ae6904d0c53ed7a4af
Files Diff
- Added: 10
- Removed: 5
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setExecutorForTesting(executor RpcExecutor) : void renamed to public setIndexExecutorForTesting(executor RpcExecutor) : void in class org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler | From | To | |
Rename Method public getMinPriority(conf Configuration) : int renamed to public getIndexPriority(conf Configuration) : int in class org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory | From | To | |
Rename Variable | 2 | ||
Rename Variable maxPriority : int to metadataPriority : int in method public create(conf Configuration, priorityFunction PriorityFunction, abortable Abortable) : RpcScheduler in class org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory | From | To | |
Rename Variable numCallQueues : int to numQueues : int in method public PhoenixRpcScheduler(conf Configuration, delegate RpcScheduler, indexPriority int, metadataPriority int) in class org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.hbase.ipc.PhoenixIndexRpcScheduler renamed to org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.apache.phoenix.hbase.index.ipc.PhoenixIndexRpcSchedulerFactory moved and renamed to org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory | From | To | |
Move And Rename Class org.apache.phoenix.hbase.index.IndexQosRpcControllerFactory.IndexQosRpcController moved and renamed to org.apache.hadoop.hbase.ipc.controller.MetadataRpcController | From | To | |
Merge Variable | 1 | ||
Merge Variable [indexHandlerCount : int, minPriority : int] to indexPriority : int in method public create(conf Configuration, priorityFunction PriorityFunction, abortable Abortable) : RpcScheduler in class org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory | From | To | |
Rename Attribute | 7 | ||
Rename Attribute MAX_INDEX_PRIOIRTY_ATTRIB : String to METADATA_PRIOIRTY_ATTRIB : String in class org.apache.phoenix.query.QueryServices | From | To | |
Rename Attribute DEFAULT_INDEX_MIN_PRIORITY : int to DEFAULT_INDEX_PRIORITY : int in class org.apache.phoenix.query.QueryServicesOptions | From | To | |
Rename Attribute minPriority : int to indexPriority : int in class org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler | From | To | |
Rename Attribute callExecutor : RpcExecutor to indexCallExecutor : RpcExecutor in class org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler | From | To | |
Rename Attribute maxPriority : int to metadataPriority : int in class org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler | From | To | |
Rename Attribute MIN_INDEX_PRIOIRTY_ATTRIB : String to INDEX_PRIOIRTY_ATTRIB : String in class org.apache.phoenix.query.QueryServices | From | To | |
Rename Attribute DEFAULT_INDEX_MAX_PRIORITY : int to DEFAULT_METADATA_PRIORITY : int in class org.apache.phoenix.query.QueryServicesOptions | From | To | |
Change Variable Type | 1 | ||
Change Variable Type scheduler : PhoenixIndexRpcScheduler to scheduler : PhoenixRpcScheduler in method public create(conf Configuration, priorityFunction PriorityFunction, abortable Abortable) : RpcScheduler in class org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory | From | To | |
Extract Method | 2 | ||
Extract Method protected setUpTestDriver(serverProps ReadOnlyProps, clientProps ReadOnlyProps) : void extracted from protected setUpTestDriver(props ReadOnlyProps) : void in class org.apache.phoenix.query.BaseTest | From | To | |
Extract Method public getMetadataPriority(conf Configuration) : int extracted from public create(conf Configuration, priorityFunction PriorityFunction, abortable Abortable) : RpcScheduler in class org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type delegate : IndexQosRpcControllerFactory to delegate : ServerRpcControllerFactory in class org.apache.phoenix.end2end.index.IndexHandlerIT.CountingIndexClientRpcFactory | From | To |