Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
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 AdminProtos.FlushRegionResponse |
FlushRegionCallable.call(HBaseRpcController controller) |
CompletableFuture<T> |
AsyncAdminRequestRetryingCaller.Callable.call(HBaseRpcController controller,
AdminProtos.AdminService.Interface stub) |
CompletableFuture<T> |
AsyncServerRequestRpcRetryingCaller.Callable.call(HBaseRpcController controller,
ClientProtos.ClientService.Interface stub) |
CompletableFuture<T> |
AsyncMasterRequestRpcRetryingCaller.Callable.call(HBaseRpcController controller,
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
Optionally carries Cells across the proxy/service interface down into ipc.
|
Modifier and Type | Method and Description |
---|---|
HBaseRpcController |
RpcControllerFactory.newController() |
HBaseRpcController |
RpcControllerFactory.newController(CellScanner cellScanner) |
HBaseRpcController |
RpcControllerFactory.newController(List<CellScannable> cellIterables) |
Constructor and Description |
---|
DelegatingHBaseRpcController(HBaseRpcController delegate) |
Copyright © 2007–2019 Cloudera. All rights reserved.