| 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 | 
|---|---|
| protected org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.FlushRegionResponse | FlushRegionCallable. call(HBaseRpcController controller) | 
| protected abstract T | RegionAdminServiceCallable. call(HBaseRpcController rpcController)Run RPC call. | 
| 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) | 
| Constructor and Description | 
|---|
| NoncedRegionServerCallable(Connection connection,
                          TableName tableName,
                          byte[] row,
                          HBaseRpcController rpcController,
                          int priority,
                          Map<String,byte[]> requestAttributes) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DelegatingHBaseRpcControllerSimple delegating controller for use with the  RpcControllerFactoryto help override
 standard behavior of aHBaseRpcController. | 
| class  | HBaseRpcControllerImplGet instances via  RpcControllerFactoryon 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–2020 The Apache Software Foundation. All rights reserved.