831fb3ccb8a0ba449d249962379afd268e8fe032
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type callable : RetryingCallable<MultiResponse> to callable : RetryingCallable<AbstractResponse> in method public callWithoutRetries(callable RetryingCallable<AbstractResponse>, callTimeout int) : AbstractResponse in class org.apache.hadoop.hbase.client.TestAsyncProcess.CallerWithFailure | From | To | |
Change Return Type | 5 | ||
Change Return Type RpcRetryingCaller<MultiResponse> to RpcRetryingCaller<AbstractResponse> in method protected createCaller(callable CancellableRegionServerCallable) : RpcRetryingCaller<AbstractResponse> in class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncProcess | From | To | |
Change Return Type RpcRetryingCaller<MultiResponse> to RpcRetryingCaller<AbstractResponse> in method protected createCaller(callable CancellableRegionServerCallable) : RpcRetryingCaller<AbstractResponse> in class org.apache.hadoop.hbase.client.AsyncProcess | From | To | |
Change Return Type MultiResponse to AbstractResponse in method public callWithoutRetries(callable RetryingCallable<AbstractResponse>, callTimeout int) : AbstractResponse in class org.apache.hadoop.hbase.client.TestAsyncProcess.CallerWithFailure | From | To | |
Change Return Type RpcRetryingCaller<MultiResponse> to RpcRetryingCaller<AbstractResponse> in method protected createCaller(payloadCallable CancellableRegionServerCallable) : RpcRetryingCaller<AbstractResponse> in class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncProcessWithReplicas | From | To | |
Change Return Type RpcRetryingCaller<MultiResponse> to RpcRetryingCaller<AbstractResponse> in method protected createCaller(callable CancellableRegionServerCallable) : RpcRetryingCaller<AbstractResponse> in class org.apache.hadoop.hbase.client.TestAsyncProcess.AsyncProcessWithFailure | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.hadoop.hbase.client.AbstractResponse from classes [org.apache.hadoop.hbase.client.MultiResponse] | From | To | |
Change Variable Type | 4 | ||
Change Variable Type res : MultiResponse to res : AbstractResponse in method public run() : void in class org.apache.hadoop.hbase.client.AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable | From | To | |
Change Variable Type callable : RetryingCallable<MultiResponse> to callable : RetryingCallable<AbstractResponse> in method protected createCaller(callable CancellableRegionServerCallable) : RpcRetryingCaller<AbstractResponse> in class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncProcess | From | To | |
Change Variable Type callable : RetryingCallable<MultiResponse> to callable : RetryingCallable<AbstractResponse> in method protected createCaller(payloadCallable CancellableRegionServerCallable) : RpcRetryingCaller<AbstractResponse> in class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncProcessWithReplicas | From | To | |
Change Variable Type caller : RpcRetryingCaller<MultiResponse> to caller : RpcRetryingCaller<AbstractResponse> in method public run() : void in class org.apache.hadoop.hbase.client.AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable | From | To |