程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.ipc |
限定符和类型 | 字段和说明 |
---|---|
protected HBaseRpcController |
AsyncRpcRetryingCaller.controller |
限定符和类型 | 方法和说明 |
---|---|
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) |
构造器和说明 |
---|
NoncedRegionServerCallable(Connection connection,
TableName tableName,
byte[] row,
HBaseRpcController rpcController,
int priority) |
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
HBaseRpcController |
RpcControllerFactory.newController() |
HBaseRpcController |
RpcControllerFactory.newController(CellScanner cellScanner) |
HBaseRpcController |
RpcControllerFactory.newController(List<CellScannable> cellIterables) |
构造器和说明 |
---|
DelegatingHBaseRpcController(HBaseRpcController delegate) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.