8fa5b0b946c01516076fa944a310b33224ff21a9
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public get(gets List<Get>) : List<CompletableFuture<Result>> renamed to public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.RawAsyncTableImpl | From | To | |
| Rename Method public get(gets List<Get>) : List<CompletableFuture<Result>> renamed to public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableImpl | From | To | |
| Rename Method public get(gets List<Get>) : List<CompletableFuture<Result>> renamed to public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableBase | From | To | |
| Rename Method public multiGet() : MultiGetCallerBuilder renamed to public batch() : BatchCallerBuilder in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type gets : List<Get> to actions : List<? extends Row> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableImpl | From | To | |
| Change Parameter Type actions : List<Action> to actions : Iterable<Action> in method public buildNoDataRegionAction(regionName byte[], actions Iterable<Action>, cells List<CellScannable>, regionActionBuilder RegionAction.Builder, actionBuilder ClientProtos.Action.Builder, mutationBuilder MutationProto.Builder) : RegionAction.Builder in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter | From | To | |
| Change Parameter Type gets : List<Get> to actions : List<? extends Row> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableBase | From | To | |
| Change Parameter Type gets : List<Get> to actions : List<? extends Row> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.RawAsyncTableImpl | From | To | |
| Change Return Type | 4 | ||
| Change Return Type List<CompletableFuture<Result>> to List<CompletableFuture<T>> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableImpl | From | To | |
| Change Return Type List<CompletableFuture<Result>> to List<CompletableFuture<T>> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableBase | From | To | |
| Change Return Type MultiGetCallerBuilder to BatchCallerBuilder in method public batch() : BatchCallerBuilder in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory | From | To | |
| Change Return Type List<CompletableFuture<Result>> to List<CompletableFuture<T>> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.RawAsyncTableImpl | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.hadoop.hbase.client.TestAsyncGetMultiThread renamed to org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded | From | To | |
| Extract Method | 1 | ||
| Extract Method public batchAll(actions List<? extends Row>) : CompletableFuture<List<T>> extracted from public getAll(gets List<Get>) : CompletableFuture<List<Result>> in class org.apache.hadoop.hbase.client.AsyncTableBase | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package toCheckExistenceOnly(get Get) : Get extracted from public exists(get Get) : CompletableFuture<Boolean> in class org.apache.hadoop.hbase.client.AsyncTableBase & moved to class org.apache.hadoop.hbase.client.ConnectionUtils | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter gets : List<Get> to actions : List<? extends Row> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableBase | From | To | |
| Rename Parameter gets : List<Get> to actions : List<? extends Row> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.RawAsyncTableImpl | From | To | |
| Rename Parameter gets : List<Get> to actions : List<? extends Row> in method public batch(actions List<? extends Row>) : List<CompletableFuture<T>> in class org.apache.hadoop.hbase.client.AsyncTableImpl | From | To |