dc6cd0bb7412b8746e28886d42f6708b0c5f2322
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type regionsIncluded : Map<Long,Boolean> to regionsIncluded : Map<HRegionInfo,Boolean> in method protected canTakeOperation(loc HRegionLocation, regionsIncluded Map<HRegionInfo,Boolean>, serversIncluded Map<ServerName,Boolean>) : boolean in class org.apache.hadoop.hbase.client.AsyncProcess | From | To | |
| Rename Variable | 1 | ||
| Rename Variable regionId : long to regionInfo : HRegionInfo in method protected canTakeOperation(loc HRegionLocation, regionsIncluded Map<HRegionInfo,Boolean>, serversIncluded Map<ServerName,Boolean>) : boolean in class org.apache.hadoop.hbase.client.AsyncProcess | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type regionIncluded : Map<Long,Boolean> to regionIncluded : Map<HRegionInfo,Boolean> in method public submit(pool ExecutorService, tableName TableName, rows List<? extends Row>, atLeastOne boolean, callback Batch.Callback<CResult>, needResults boolean) : AsyncRequestFuture in class org.apache.hadoop.hbase.client.AsyncProcess | From | To | |
| Change Variable Type regionId : long to regionInfo : HRegionInfo in method protected canTakeOperation(loc HRegionLocation, regionsIncluded Map<HRegionInfo,Boolean>, serversIncluded Map<ServerName,Boolean>) : boolean in class org.apache.hadoop.hbase.client.AsyncProcess | From | To |