|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HConnection | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
Uses of HConnection in org.apache.hadoop.hbase.client |
---|
Subinterfaces of HConnection in org.apache.hadoop.hbase.client | |
---|---|
interface |
ServerConnection
Used by master and region server, so that they do not need to wait for the cluster to be up to get a connection. |
Fields in org.apache.hadoop.hbase.client declared as HConnection | |
---|---|
protected HConnection |
ServerCallable.connection
|
Methods in org.apache.hadoop.hbase.client that return HConnection | |
---|---|
HConnection |
HTable.getConnection()
INTERNAL Used by unit tests and tools to do low-level manipulations. |
HConnection |
HBaseAdmin.getConnection()
|
static HConnection |
HConnectionManager.getConnection(org.apache.hadoop.conf.Configuration conf)
Get the connection object for the instance specified by the configuration If no current connection exists, create a new connection for that instance |
Constructors in org.apache.hadoop.hbase.client with parameters of type HConnection | |
---|---|
ScannerCallable(HConnection connection,
byte[] tableName,
Scan scan)
|
|
ServerCallable(HConnection connection,
byte[] tableName,
byte[] row)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |