|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTable | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.client.coprocessor | Provides client classes for invoking Coprocessor RPC protocols |
Uses of HTable in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client with parameters of type HTable | |
---|---|
static void |
HTableUtil.bucketRsBatch(HTable htable,
List<Row> rows)
Processes a List of Rows (Put, Delete) and writes them to an HTable instance in RegionServer buckets via the htable.batch method. |
static void |
HTableUtil.bucketRsPut(HTable htable,
List<Put> puts)
Processes a List of Puts and writes them to an HTable instance in RegionServer buckets via the htable.put method. |
Uses of HTable in org.apache.hadoop.hbase.client.coprocessor |
---|
Constructors in org.apache.hadoop.hbase.client.coprocessor with parameters of type HTable | |
---|---|
SecureBulkLoadClient(HTable table)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |