Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterConnection
Internal methods on HConnection that should not be used by user code.
|
Modifier and Type | Field and Description |
---|---|
protected HConnection |
RegionServerCallable.connection |
Modifier and Type | Method and Description |
---|---|
static HConnection |
HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
static HConnection |
HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf,
ExecutorService pool)
Deprecated.
|
static HConnection |
HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf,
ExecutorService pool,
User user)
Deprecated.
|
static HConnection |
HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf,
User user)
Deprecated.
|
static HConnection |
ConnectionUtils.createShortCircuitHConnection(HConnection conn,
ServerName serverName,
AdminProtos.AdminService.BlockingInterface admin,
ClientProtos.ClientService.BlockingInterface client)
Adapt a HConnection so that it can bypass the RPC layer (serialization,
deserialization, networking, etc..) when it talks to a local server.
|
HConnection |
HTable.getConnection()
Deprecated.
This method will be changed from public to package protected.
|
HConnection |
HBaseAdmin.getConnection() |
static HConnection |
HConnectionManager.getConnection(org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
HConnectable.connect(HConnection connection) |
static HConnection |
ConnectionUtils.createShortCircuitHConnection(HConnection conn,
ServerName serverName,
AdminProtos.AdminService.BlockingInterface admin,
ClientProtos.ClientService.BlockingInterface client)
Adapt a HConnection so that it can bypass the RPC layer (serialization,
deserialization, networking, etc..) when it talks to a local server.
|
static void |
HConnectionManager.deleteStaleConnection(HConnection connection)
Deprecated.
|
static NonceGenerator |
ConnectionUtils.injectNonceGeneratorForTesting(HConnection conn,
NonceGenerator cnm) |
Constructor and Description |
---|
RegionServerCallable(HConnection connection,
TableName tableName,
byte[] row) |
Constructor and Description |
---|
MasterCoprocessorRpcChannel(HConnection conn) |
RegionCoprocessorRpcChannel(HConnection conn,
TableName table,
byte[] row) |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaTableLocator.verifyMetaRegionLocation(HConnection hConnection,
ZooKeeperWatcher zkw,
long timeout)
Verify
hbase:meta is deployed and accessible. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.