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 TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableHBaseTestingUtility.createMultiRegionTable(org.apache.hadoop.hbase.TableName tableName, byte[] family) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createMultiRegionTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createMultiRegionTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createMultiRegionTable(org.apache.hadoop.hbase.TableName tableName, byte[] family, int numRegions) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createMultiRegionTable(org.apache.hadoop.hbase.TableName tableName, int replicaCount, byte[][] families) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createRandomTable(org.apache.hadoop.hbase.TableName tableName, Collection<String> families, int maxVersions, int numColsPerRow, int numFlushes, int numRegions, int numRowsPerFlush) Deprecated.Creates a random table with the given parametersorg.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.client.TableDescriptor htd, byte[][] splitRows) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.client.TableDescriptor htd, byte[][] families, byte[][] splitKeys, org.apache.hadoop.conf.Configuration c) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.client.TableDescriptor htd, byte[][] families, byte[][] splitKeys, org.apache.hadoop.hbase.regionserver.BloomType type, int blockSize, org.apache.hadoop.conf.Configuration c) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.client.TableDescriptor htd, byte[][] families, org.apache.hadoop.conf.Configuration c) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[] family) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, byte[][] splitKeys) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, byte[][] splitKeys, int replicaCount) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, byte[][] splitKeys, int replicaCount, org.apache.hadoop.conf.Configuration c) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int[] numVersions) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, byte[][] splitKeys) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, byte[] startKey, byte[] endKey, int numRegions) Deprecated.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, int blockSize) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, int blockSize, String cpName) Deprecated.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[][] splitRows) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, byte[] family, int numVersions) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, String family) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.createTable(org.apache.hadoop.hbase.TableName tableName, String[] families) Deprecated.Create a table.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.deleteTableData(org.apache.hadoop.hbase.TableName tableName) Deprecated.Provide an existing table name to truncate.static org.apache.hadoop.hbase.client.TableMetaTableAccessor.getMetaHTable(org.apache.hadoop.hbase.client.Connection connection) Callers should call close on the returnedTableinstance.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.truncateTable(org.apache.hadoop.hbase.TableName tableName) Deprecated.Truncate a table using the admin command.org.apache.hadoop.hbase.client.TableHBaseTestingUtility.truncateTable(org.apache.hadoop.hbase.TableName tableName, boolean preserveRegions) Deprecated.Truncate a table using the admin command.Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.Table in inModifier and TypeMethodDescriptionHBaseTestingUtility.checksumRows(org.apache.hadoop.hbase.client.Table table) Deprecated.Return an md5 digest of the entire contents of a table.static intHBaseTestingUtility.countRows(org.apache.hadoop.hbase.client.Table table) Deprecated.Return the number of rows in the given table.intHBaseTestingUtility.countRows(org.apache.hadoop.hbase.client.Table table, byte[]... families) Deprecated.static intHBaseTestingUtility.countRows(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Scan scan) Deprecated.voidHBaseTestingUtility.deleteNumericRows(org.apache.hadoop.hbase.client.Table t, byte[] f, int startRow, int endRow) Deprecated.voidHBaseTestingUtility.loadNumericRows(org.apache.hadoop.hbase.client.Table t, byte[] f, int startRow, int endRow) Deprecated.voidHBaseTestingUtility.loadRandomRows(org.apache.hadoop.hbase.client.Table t, byte[] f, int rowSize, int totalRows) Deprecated.intHBaseTestingUtility.loadTable(org.apache.hadoop.hbase.client.Table t, byte[] f) Deprecated.Load table with rows from 'aaa' to 'zzz'.intHBaseTestingUtility.loadTable(org.apache.hadoop.hbase.client.Table t, byte[][] f) Deprecated.Load table of multiple column families with rows from 'aaa' to 'zzz'.intHBaseTestingUtility.loadTable(org.apache.hadoop.hbase.client.Table t, byte[][] f, byte[] value) Deprecated.Load table of multiple column families with rows from 'aaa' to 'zzz'.intHBaseTestingUtility.loadTable(org.apache.hadoop.hbase.client.Table t, byte[][] f, byte[] value, boolean writeToWAL) Deprecated.Load table of multiple column families with rows from 'aaa' to 'zzz'.intHBaseTestingUtility.loadTable(org.apache.hadoop.hbase.client.Table t, byte[] f, boolean writeToWAL) Deprecated.Load table with rows from 'aaa' to 'zzz'.voidHBaseTestingUtility.verifyNumericRows(org.apache.hadoop.hbase.client.Table table, byte[] f, int startRow, int endRow, int replicaId) Deprecated. -
Uses of org.apache.hadoop.hbase.client.Table in org.apache.hadoop.hbase.client
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. -
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
Fields in org.apache.hadoop.hbase.util declared as org.apache.hadoop.hbase.client.Table in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.client.TableMultiThreadedReader.HBaseReaderThread.tableprotected final org.apache.hadoop.hbase.client.TableMultiThreadedUpdater.HBaseUpdaterThread.tableMethods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.client.Table in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.TableMultiThreadedReader.HBaseReaderThread.createTable()protected org.apache.hadoop.hbase.client.TableMultiThreadedReaderWithACL.HBaseReaderThreadWithACL.createTable()protected org.apache.hadoop.hbase.client.TableMultiThreadedUpdater.HBaseUpdaterThread.createTable()protected org.apache.hadoop.hbase.client.TableMultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL.createTable()protected org.apache.hadoop.hbase.client.TableMultiThreadedWriter.HBaseWriterThread.createTable()protected org.apache.hadoop.hbase.client.TableMultiThreadedWriterWithACL.HBaseWriterThreadWithACL.createTable()org.apache.hadoop.hbase.client.TableConnectionCache.getTable(String tableName) Caller closes the table afterwards.Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.client.Table in inModifier and TypeMethodDescriptionprotected StringMultiThreadedWriterBase.getRegionDebugInfoSafe(org.apache.hadoop.hbase.client.Table table, byte[] rowKey) voidMultiThreadedWriter.HBaseWriterThread.insert(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Put put, long keyBase) voidMultiThreadedWriterWithACL.HBaseWriterThreadWithACL.insert(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Put put, long keyBase) voidMultiThreadedUpdater.HBaseUpdaterThread.mutate(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Mutation m, long keyBase) voidMultiThreadedUpdater.HBaseUpdaterThread.mutate(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Mutation m, long keyBase, byte[] row, byte[] cf, byte[] q, byte[] v) voidMultiThreadedUpdater.mutate(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Mutation m, long keyBase) voidMultiThreadedUpdater.mutate(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Mutation m, long keyBase, byte[] row, byte[] cf, byte[] q, byte[] v) voidMultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL.mutate(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Mutation m, long keyBase, byte[] row, byte[] cf, byte[] q, byte[] v) protected voidMultiThreadedReader.HBaseReaderThread.verifyResultsAndUpdateMetrics(boolean verify, org.apache.hadoop.hbase.client.Get[] gets, long elapsedNano, org.apache.hadoop.hbase.client.Result[] results, org.apache.hadoop.hbase.client.Table table, boolean isNullExpected) protected voidMultiThreadedReader.HBaseReaderThread.verifyResultsAndUpdateMetrics(boolean verify, org.apache.hadoop.hbase.client.Get get, long elapsedNano, org.apache.hadoop.hbase.client.Result result, org.apache.hadoop.hbase.client.Table table, boolean isNullExpected)