程序包 | 说明 |
---|---|
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 |
ScannerCallable.controller |
protected HBaseRpcController |
PayloadCarryingServerCallable.controller |
限定符和类型 | 类和说明 |
---|---|
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–2022 The Apache Software Foundation. All rights reserved.