| 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
Table instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
HTable
An implementation of
Table. |
| Modifier and Type | Method and Description |
|---|---|
Table |
TableBuilder.build()
Create the
Table instance. |
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.