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 TypeMethodDescriptionorg.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createMultiRegionTable
(org.apache.hadoop.hbase.TableName tableName, byte[] family) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createMultiRegionTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createMultiRegionTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createMultiRegionTable
(org.apache.hadoop.hbase.TableName tableName, byte[] family, int numRegions) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createMultiRegionTable
(org.apache.hadoop.hbase.TableName tableName, int replicaCount, byte[][] families) Deprecated.Create a table with multiple regions.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.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.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.client.TableDescriptor htd, byte[][] splitRows) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.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.Table
HBaseTestingUtility.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.Table
HBaseTestingUtility.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.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[] family) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, byte[][] splitKeys) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, byte[][] splitKeys, int replicaCount) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.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.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int[] numVersions) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, byte[][] splitKeys) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, byte[] startKey, byte[] endKey, int numRegions) Deprecated.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, int blockSize) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[][] families, int numVersions, int blockSize, String cpName) Deprecated.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[][] splitRows) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, byte[] family, int numVersions) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, String family) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.createTable
(org.apache.hadoop.hbase.TableName tableName, String[] families) Deprecated.Create a table.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.deleteTableData
(org.apache.hadoop.hbase.TableName tableName) Deprecated.Provide an existing table name to truncate.static org.apache.hadoop.hbase.client.Table
MetaTableAccessor.getMetaHTable
(org.apache.hadoop.hbase.client.Connection connection) Callers should call close on the returnedTable
instance.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.truncateTable
(org.apache.hadoop.hbase.TableName tableName) Deprecated.Truncate a table using the admin command.org.apache.hadoop.hbase.client.Table
HBaseTestingUtility.truncateTable
(org.apache.hadoop.hbase.TableName tableName, boolean preserveRegions) Deprecated.Truncate a table using the admin command.Modifier and TypeMethodDescriptionHBaseTestingUtility.checksumRows
(org.apache.hadoop.hbase.client.Table table) Deprecated.Return an md5 digest of the entire contents of a table.static int
HBaseTestingUtility.countRows
(org.apache.hadoop.hbase.client.Table table) Deprecated.Return the number of rows in the given table.int
HBaseTestingUtility.countRows
(org.apache.hadoop.hbase.client.Table table, byte[]... families) Deprecated.static int
HBaseTestingUtility.countRows
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Scan scan) Deprecated.void
HBaseTestingUtility.deleteNumericRows
(org.apache.hadoop.hbase.client.Table t, byte[] f, int startRow, int endRow) Deprecated.void
HBaseTestingUtility.loadNumericRows
(org.apache.hadoop.hbase.client.Table t, byte[] f, int startRow, int endRow) Deprecated.void
HBaseTestingUtility.loadRandomRows
(org.apache.hadoop.hbase.client.Table t, byte[] f, int rowSize, int totalRows) Deprecated.int
HBaseTestingUtility.loadTable
(org.apache.hadoop.hbase.client.Table t, byte[] f) Deprecated.Load table with rows from 'aaa' to 'zzz'.int
HBaseTestingUtility.loadTable
(org.apache.hadoop.hbase.client.Table t, byte[][] f) Deprecated.Load table of multiple column families with rows from 'aaa' to 'zzz'.int
HBaseTestingUtility.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'.int
HBaseTestingUtility.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'.int
HBaseTestingUtility.loadTable
(org.apache.hadoop.hbase.client.Table t, byte[] f, boolean writeToWAL) Deprecated.Load table with rows from 'aaa' to 'zzz'.void
HBaseTestingUtility.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
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. -
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 TypeFieldDescriptionprotected final org.apache.hadoop.hbase.client.Table
MultiThreadedReader.HBaseReaderThread.table
protected final org.apache.hadoop.hbase.client.Table
MultiThreadedUpdater.HBaseUpdaterThread.table
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.Table
MultiThreadedReader.HBaseReaderThread.createTable()
protected org.apache.hadoop.hbase.client.Table
MultiThreadedReaderWithACL.HBaseReaderThreadWithACL.createTable()
protected org.apache.hadoop.hbase.client.Table
MultiThreadedUpdater.HBaseUpdaterThread.createTable()
protected org.apache.hadoop.hbase.client.Table
MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL.createTable()
protected org.apache.hadoop.hbase.client.Table
MultiThreadedWriter.HBaseWriterThread.createTable()
protected org.apache.hadoop.hbase.client.Table
MultiThreadedWriterWithACL.HBaseWriterThreadWithACL.createTable()
org.apache.hadoop.hbase.client.Table
ConnectionCache.getTable
(String tableName) Caller closes the table afterwards.Modifier and TypeMethodDescriptionprotected String
MultiThreadedWriterBase.getRegionDebugInfoSafe
(org.apache.hadoop.hbase.client.Table table, byte[] rowKey) void
MultiThreadedWriter.HBaseWriterThread.insert
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Put put, long keyBase) void
MultiThreadedWriterWithACL.HBaseWriterThreadWithACL.insert
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Put put, long keyBase) void
MultiThreadedUpdater.HBaseUpdaterThread.mutate
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Mutation m, long keyBase) void
MultiThreadedUpdater.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) void
MultiThreadedUpdater.mutate
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Mutation m, long keyBase) void
MultiThreadedUpdater.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) void
MultiThreadedUpdaterWithACL.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 void
MultiThreadedReader.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 void
MultiThreadedReader.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)