e2a070cae0ab785b771a923146116c0e9f3452a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method package getRequestHeapSize() : Map<ServerName,List<Long>> from class org.apache.hadoop.hbase.client.AsyncRequestFutureImpl to package getRequestHeapSize() : Map<ServerName,List<Long>> from class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncRequestFutureImpl | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private addSingleServerRequestHeapSize(server ServerName, runnable SingleServerRequestRunnable) : SingleServerRequestRunnable from class org.apache.hadoop.hbase.client.AsyncRequestFutureImpl to package createSingleServerRequest(multiAction MultiAction, numAttempt int, server ServerName, callsInProgress Set<CancellableRegionServerCallable>) : SingleServerRequestRunnable from class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncRequestFutureImpl | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private heapSizesByServer : Map<ServerName,List<Long>> from class org.apache.hadoop.hbase.client.AsyncRequestFutureImpl to private heapSizesByServer : Map<ServerName,List<Long>> from class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncRequestFutureImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type ars : AsyncRequestFutureImpl to ars : MyAsyncRequestFutureImpl in method private doSubmitRequest(maxHeapSizePerRequest long, putsHeapSize long) : void in class org.apache.hadoop.hbase.client.TestAsyncProcess | From | To |