b7685307e4cc72035fc1b8737faec2e06a7c97df
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getKeepAliveMasterService() : MasterKeepAliveConnection renamed to public getMaster() : MasterKeepAliveConnection in class org.apache.hadoop.hbase.client.ConnectionUtils.ShortCircuitingClusterConnection | From | To | |
Change Return Type | 2 | ||
Change Return Type MasterProtos.MasterService.BlockingInterface to MasterKeepAliveConnection in method public getMaster() : MasterKeepAliveConnection in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Change Return Type MasterService.BlockingInterface to MasterKeepAliveConnection in method public getMaster() : MasterKeepAliveConnection in class org.apache.hadoop.hbase.client.ClusterConnection | From | To | |
Extract Method | 3 | ||
Extract Method private checkClosed() : void extracted from public isTableAvailable(tableName TableName, splitKeys byte[][]) : boolean in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Extract Method private checkClosed() : void extracted from public getTableState(tableName TableName) : TableState in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To | |
Extract Method private checkClosed() : void extracted from public locateRegion(tableName TableName, row byte[], useCache boolean, retry boolean, replicaId int) : RegionLocations in class org.apache.hadoop.hbase.client.ConnectionImplementation | From | To |