Uses of Interface
org.apache.hadoop.hbase.client.Table
Package
Description
Provides HBase Client
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides an HBase Thrift
service.
-
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.Table
MetaTableAccessor.getMetaHTable
(org.apache.hadoop.hbase.client.Connection connection) Callers should call close on the returnedTable
instance. -
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.client.HTable
An implementation ofTable
.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Table
TableBuilder.build()
Create theTable
instance.default org.apache.hadoop.hbase.client.Table
Connection.getTable
(org.apache.hadoop.hbase.TableName tableName) Retrieve a Table implementation for accessing a table.default org.apache.hadoop.hbase.client.Table
Connection.getTable
(org.apache.hadoop.hbase.TableName tableName, ExecutorService pool) Retrieve a Table implementation for accessing a table.org.apache.hadoop.hbase.client.Table
ConnectionImplementation.getTable
(org.apache.hadoop.hbase.TableName tableName) ModifierConstructorDescriptionSecureBulkLoadClient
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Table table) -
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.client.example
Modifier and TypeMethodDescriptionvoid
RefreshHFilesClient.refreshHFiles
(org.apache.hadoop.hbase.client.Table table) -
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.mapred
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.Table
TableInputFormatBase.getTable()
Allows subclasses to get theTable
.Modifier and TypeMethodDescriptionvoid
TableRecordReader.setHTable
(org.apache.hadoop.hbase.client.Table htable) void
TableRecordReaderImpl.setHTable
(org.apache.hadoop.hbase.client.Table htable) -
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.mapreduce
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.Table
TableInputFormatBase.getTable()
Allows subclasses to get theTable
.Modifier and TypeMethodDescriptionstatic void
HFileOutputFormat2.configureIncrementalLoad
(org.apache.hadoop.mapreduce.Job job, org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.RegionLocator regionLocator) Configure a MapReduce Job to perform an incremental load into the given table.void
TableRecordReaderImpl.setHTable
(org.apache.hadoop.hbase.client.Table htable) Sets the HBase table.void
TableRecordReader.setTable
(org.apache.hadoop.hbase.client.Table table) -
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.thrift
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.Table
HBaseServiceHandler.getTable
(byte[] tableName) Creates and returns a Table instance from a given table name.protected org.apache.hadoop.hbase.client.Table
HBaseServiceHandler.getTable
(ByteBuffer tableName) -
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Table
ConnectionCache.getTable
(String tableName) Caller closes the table afterwards.