|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HConnection | |
---|---|
org.apache.hadoop.hbase.client |
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 | |
---|---|
HConnection |
HTable.getConnection()
Used by unit tests and tools to do low-level manipulations. |
static HConnection |
HConnectionManager.getConnection(HBaseConfiguration 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,
byte[][] columns,
byte[] startRow,
long timestamp,
RowFilterInterface filter)
|
|
ServerCallable(HConnection connection,
byte[] tableName,
byte[] row)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |