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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.TableMetaTableAccessor.getMetaHTable(org.apache.hadoop.hbase.client.Connection connection) Callers should call close on the returnedTableinstance. -
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 inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.HTableAn implementation ofTable.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Table in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableTableBuilder.build()Create theTableinstance.default org.apache.hadoop.hbase.client.TableConnection.getTable(org.apache.hadoop.hbase.TableName tableName) Retrieve a Table implementation for accessing a table.default org.apache.hadoop.hbase.client.TableConnection.getTable(org.apache.hadoop.hbase.TableName tableName, ExecutorService pool) Retrieve a Table implementation for accessing a table.org.apache.hadoop.hbase.client.TableConnectionImplementation.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 inModifierConstructorDescriptionSecureBulkLoadClient(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 inModifier and TypeMethodDescriptionvoidRefreshHFilesClient.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 inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.TableTableInputFormatBase.getTable()Allows subclasses to get theTable.Methods in org.apache.hadoop.hbase.mapred with parameters of type org.apache.hadoop.hbase.client.Table in inModifier and TypeMethodDescriptionvoidTableRecordReader.setHTable(org.apache.hadoop.hbase.client.Table htable) voidTableRecordReaderImpl.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 inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.TableTableInputFormatBase.getTable()Allows subclasses to get theTable.Methods in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.client.Table in inModifier and TypeMethodDescriptionstatic voidHFileOutputFormat2.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.voidTableRecordReaderImpl.setHTable(org.apache.hadoop.hbase.client.Table htable) Sets the HBase table.voidTableRecordReader.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 inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.TableHBaseServiceHandler.getTable(byte[] tableName) Creates and returns a Table instance from a given table name.protected org.apache.hadoop.hbase.client.TableHBaseServiceHandler.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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableConnectionCache.getTable(String tableName) Caller closes the table afterwards.