| 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 abstract T |
RegionAdminServiceCallable.call(HBaseRpcController rpcController)
Run RPC call.
|
protected org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.FlushRegionResponse |
FlushRegionCallable.call(HBaseRpcController controller) |
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) |
| 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–2020 The Apache Software Foundation. All rights reserved.