|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HConnection | |
|---|---|
| org.apache.hadoop.hbase.catalog | |
| org.apache.hadoop.hbase.client | Provides HBase Client |
| org.apache.hadoop.hbase.ipc | |
| Uses of HConnection in org.apache.hadoop.hbase.catalog |
|---|
| Methods in org.apache.hadoop.hbase.catalog that return HConnection | |
|---|---|
HConnection |
CatalogTracker.getConnection()
|
| Constructors in org.apache.hadoop.hbase.catalog with parameters of type HConnection | |
|---|---|
CatalogTracker(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
HConnection connection,
Abortable abortable)
|
|
| Uses of HConnection in org.apache.hadoop.hbase.client |
|---|
| Fields in org.apache.hadoop.hbase.client declared as HConnection | |
|---|---|
protected HConnection |
ServerCallable.connection
|
| Methods in org.apache.hadoop.hbase.client that return HConnection | |
|---|---|
static HConnection |
HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf)
Create a new HConnection instance using the passed conf
instance. |
HConnection |
HTable.getConnection()
Deprecated. This method will be changed from public to package protected. |
HConnection |
HBaseAdmin.getConnection()
|
protected HConnection |
ClientScanner.getConnection()
|
static HConnection |
HConnectionManager.getConnection(org.apache.hadoop.conf.Configuration conf)
Get the connection that goes with the passed conf
configuration instance. |
| Methods in org.apache.hadoop.hbase.client with parameters of type HConnection | |
|---|---|
abstract T |
HConnectionManager.HConnectable.connect(HConnection connection)
|
static void |
HConnectionManager.deleteStaleConnection(HConnection connection)
Delete stale connection information for the instance specified by configuration. |
| Constructors in org.apache.hadoop.hbase.client with parameters of type HConnection | |
|---|---|
ClientScanner(org.apache.hadoop.conf.Configuration conf,
Scan scan,
byte[] tableName,
HConnection connection)
Create a new ClientScanner for the specified table Note that the passed Scan's start row maybe changed changed. |
|
HBaseAdmin(HConnection connection)
Constructor for externally managed HConnections. |
|
HTable(byte[] tableName,
HConnection connection,
ExecutorService pool)
Creates an object to access a HBase table. |
|
ScannerCallable(HConnection connection,
byte[] tableName,
Scan scan,
ScanMetrics scanMetrics)
|
|
ServerCallable(HConnection connection,
byte[] tableName,
byte[] row)
|
|
ServerCallable(HConnection connection,
byte[] tableName,
byte[] row,
int callTimeout)
|
|
| Uses of HConnection in org.apache.hadoop.hbase.ipc |
|---|
| Constructors in org.apache.hadoop.hbase.ipc with parameters of type HConnection | |
|---|---|
MasterCoprocessorRpcChannel(HConnection conn)
|
|
RegionCoprocessorRpcChannel(HConnection conn,
byte[] table,
byte[] row)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||