| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.ipc |
| Modifier and Type | Field and Description |
|---|---|
protected HBaseRpcController |
AsyncRpcRetryingCaller.controller |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<T> |
AsyncAdminRequestRetryingCaller.Callable.call(HBaseRpcController controller,
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface stub) |
CompletableFuture<T> |
AsyncServerRequestRpcRetryingCaller.Callable.call(HBaseRpcController controller,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub) |
CompletableFuture<T> |
AsyncMasterRequestRpcRetryingCaller.Callable.call(HBaseRpcController controller,
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface stub) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingHBaseRpcController
Simple delegating controller for use with the
RpcControllerFactory to help override
standard behavior of a HBaseRpcController. |
class |
HBaseRpcControllerImpl
Get instances via
RpcControllerFactory on client-side. |
| Modifier and Type | Method and Description |
|---|---|
HBaseRpcController |
RpcControllerFactory.newController() |
HBaseRpcController |
RpcControllerFactory.newController(CellScanner cellScanner) |
HBaseRpcController |
RpcControllerFactory.newController(List<CellScannable> cellIterables) |
HBaseRpcController |
RpcControllerFactory.newController(RegionInfo regionInfo,
CellScanner cellScanner) |
HBaseRpcController |
RpcControllerFactory.newController(RegionInfo regionInfo,
List<CellScannable> cellIterables) |
| Constructor and Description |
|---|
DelegatingHBaseRpcController(HBaseRpcController delegate) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.