05200976110135abb60f9b879b9b830671c07141
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 38
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type tableConfig : TableConfiguration to tableConfig : ConnectionConfiguration in method protected HTable(tableName TableName, connection ClusterConnection, tableConfig ConnectionConfiguration, rpcCallerFactory RpcRetryingCallerFactory, rpcControllerFactory RpcControllerFactory, pool ExecutorService) in class org.apache.hadoop.hbase.client.HTable | From | To | |
Change Parameter Type conn : HConnection to conn : ClusterConnection in method public MasterCoprocessorRpcChannel(conn ClusterConnection) in class org.apache.hadoop.hbase.ipc.MasterCoprocessorRpcChannel | From | To | |
Change Parameter Type conn : HConnection to conn : ClusterConnection in method public RegionCoprocessorRpcChannel(conn ClusterConnection, table TableName, row byte[]) in class org.apache.hadoop.hbase.ipc.RegionCoprocessorRpcChannel | From | To | |
Rename Variable | 1 | ||
Rename Variable metaRegion : Region to region : Region in method public getServerWith(regionName byte[]) : int in class org.apache.hadoop.hbase.MiniHBaseCluster | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.hbase.client.TableConfiguration renamed to org.apache.hadoop.hbase.client.ConnectionConfiguration | From | To | |
Rename Attribute | 3 | ||
Rename Attribute tableConfiguration : TableConfiguration to connConfiguration : ConnectionConfiguration in class org.apache.hadoop.hbase.client.HTable | From | To | |
Rename Attribute rpcFactory : RpcRetryingCallerFactory to rpcCallerFactory : RpcRetryingCallerFactory in class org.apache.hadoop.hbase.ipc.RegionCoprocessorRpcChannel | From | To | |
Rename Attribute tableConfig : TableConfiguration to connectionConfig : ConnectionConfiguration in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tableConf : TableConfiguration to tableConf : ConnectionConfiguration in method package BufferedMutatorImpl(conn ClusterConnection, rpcCallerFactory RpcRetryingCallerFactory, rpcFactory RpcControllerFactory, params BufferedMutatorParams) in class org.apache.hadoop.hbase.client.BufferedMutatorImpl | From | To | |
Extract Method | 2 | ||
Extract Method public getStoreFiles(controller RpcController, admin AdminService.BlockingInterface, regionName byte[], family byte[]) : List<String> extracted from public getStoreFiles(admin AdminService.BlockingInterface, regionName byte[], family byte[]) : List<String> in class org.apache.hadoop.hbase.protobuf.ProtobufUtil | From | To | |
Extract Method public getOnlineRegions(controller RpcController, admin AdminService.BlockingInterface) : List<HRegionInfo> extracted from public getOnlineRegions(admin AdminService.BlockingInterface) : List<HRegionInfo> in class org.apache.hadoop.hbase.protobuf.ProtobufUtil | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type connection : HConnection to connection : ClusterConnection in class org.apache.hadoop.hbase.ipc.MasterCoprocessorRpcChannel | From | To | |
Change Attribute Type tableConfiguration : TableConfiguration to connConfiguration : ConnectionConfiguration in class org.apache.hadoop.hbase.client.HTable | From | To | |
Change Attribute Type tableConfig : TableConfiguration to connectionConfig : ConnectionConfiguration in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Attribute Type connection : HConnection to connection : ClusterConnection in class org.apache.hadoop.hbase.ipc.RegionCoprocessorRpcChannel | From | To |