程序包 | 说明 |
---|---|
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 |
类和说明 |
---|
CoprocessorRpcChannel
Base interface which provides clients with an RPC connection to
call coprocessor endpoint
Service s. |
HBaseRpcController
Optionally carries Cells across the proxy/service interface down into ipc.
|
RpcControllerFactory
Factory to create a
HBaseRpcController |
类和说明 |
---|
AbstractRpcClient
Provides the basics for a RpcClient implementation like configuration and Logging.
|
FailedServers
A class to manage a list of servers that failed recently.
|
FatalConnectionException
Thrown when server finds fatal issue w/ connection setup: e.g. bad rpc version
or unsupported auth method.
|
HBaseRpcController
Optionally carries Cells across the proxy/service interface down into ipc.
|
HBaseRpcController.CancellationCallback |
RpcClient
Interface for RpcClient implementations so ConnectionManager can handle it.
|
RpcControllerFactory
Factory to create a
HBaseRpcController |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.