| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Method and Description | 
|---|---|
| static Table | MetaTableAccessor. getMetaHTable(Connection connection)Callers should call close on the returned  Tableinstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HTableAn implementation of  Table. | 
| Modifier and Type | Method and Description | 
|---|---|
| Table | TableBuilder. build()Create the  Tableinstance. | 
| Table | ConnectionImplementation. getTable(TableName tableName) | 
| default Table | Connection. getTable(TableName tableName)Retrieve a Table implementation for accessing a table. | 
| default Table | Connection. getTable(TableName tableName,
        ExecutorService pool)Retrieve a Table implementation for accessing a table. | 
| Constructor and Description | 
|---|
| SecureBulkLoadClient(org.apache.hadoop.conf.Configuration conf,
                    Table table) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.