Uses of Interface
org.apache.hadoop.hbase.client.Table

Packages that use 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

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.Table
    MetaTableAccessor.getMetaHTable(org.apache.hadoop.hbase.client.Connection connection)
    Callers should call close on the returned Table instance.
  • Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.client

    Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.HTable
    An implementation of Table.
    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.Table
    TableBuilder.build()
    Create the Table 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)
     
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Table in in
    Modifier
    Constructor
    Description
     
    SecureBulkLoadClient(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

    Methods in org.apache.hadoop.hbase.client.example with parameters of type org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    void
    RefreshHFilesClient.refreshHFiles(org.apache.hadoop.hbase.client.Table table)
     
  • Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.mapred

    Methods in org.apache.hadoop.hbase.mapred that return org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.client.Table
    TableInputFormatBase.getTable()
    Allows subclasses to get the Table.
    Methods in org.apache.hadoop.hbase.mapred with parameters of type org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    void
    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

    Methods in org.apache.hadoop.hbase.mapreduce that return org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.client.Table
    TableInputFormatBase.getTable()
    Allows subclasses to get the Table.
    Methods in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    static 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

    Methods in org.apache.hadoop.hbase.thrift that return org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    protected 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

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.client.Table in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.Table
    ConnectionCache.getTable(String tableName)
    Caller closes the table afterwards.