|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTable | |
---|---|
org.apache.hadoop.hbase.client.tableindexed | This package provides support for secondary indexing by maintaining a separate, "index", table for each index. |
org.apache.hadoop.hbase.client.transactional | This package provides support for atomic transactions. |
org.apache.hadoop.hbase.mapred | Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility |
org.apache.hadoop.hbase.rest | Provides an HBase REST service. |
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
Uses of HTable in org.apache.hadoop.hbase.client.tableindexed |
---|
Subclasses of HTable in org.apache.hadoop.hbase.client.tableindexed | |
---|---|
class |
IndexedTable
HTable extended with indexed support. |
Uses of HTable in org.apache.hadoop.hbase.client.transactional |
---|
Subclasses of HTable in org.apache.hadoop.hbase.client.transactional | |
---|---|
class |
TransactionalTable
Table with transactional support. |
Uses of HTable in org.apache.hadoop.hbase.mapred |
---|
Methods in org.apache.hadoop.hbase.mapred with parameters of type HTable | |
---|---|
protected void |
TableInputFormatBase.setHTable(HTable table)
Allows subclasses to set the HTable . |
void |
TableInputFormatBase.TableRecordReader.setHTable(HTable htable)
|
Constructors in org.apache.hadoop.hbase.mapred with parameters of type HTable | |
---|---|
TableOutputFormat.TableRecordWriter(HTable table)
Instantiate a TableRecordWriter with the HBase HClient for writing. |
Uses of HTable in org.apache.hadoop.hbase.rest |
---|
Methods in org.apache.hadoop.hbase.rest that return HTable | |
---|---|
protected HTable |
GenericHandler.getTable(String tableName)
|
Uses of HTable in org.apache.hadoop.hbase.thrift |
---|
Methods in org.apache.hadoop.hbase.thrift that return HTable | |
---|---|
protected HTable |
ThriftServer.HBaseHandler.getTable(byte[] tableName)
Creates and returns an HTable instance from a given table name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |