Uses of Class
org.apache.hadoop.hbase.TableName

Packages that use TableName
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.replication   
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.snapshot   
org.apache.hadoop.hbase.util   
 

Uses of TableName in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as TableName
static TableName TableName.META_TABLE_NAME
          The hbase:meta table's name.
static TableName TableName.NAMESPACE_TABLE_NAME
          The Namespace table's name.
static TableName TableName.OLD_META_TABLE_NAME
          TableName for old .META.
static TableName TableName.OLD_ROOT_TABLE_NAME
          TableName for old -ROOT- table.
 

Methods in org.apache.hadoop.hbase that return TableName
 TableName HRegionInfo.getTable()
          Get current table name of the region
static TableName HRegionInfo.getTable(byte[] regionName)
          Gets the table name from the specified region name.
 TableName HTableDescriptor.getTableName()
          Get the name of the table
static TableName TableName.valueOf(byte[] fullName)
           
static TableName TableName.valueOf(byte[] namespace, byte[] qualifier)
           
static TableName TableName.valueOf(ByteBuffer namespace, ByteBuffer qualifier)
           
static TableName TableName.valueOf(String name)
           
static TableName TableName.valueOf(String namespaceAsString, String qualifierAsString)
           
 

Methods in org.apache.hadoop.hbase with parameters of type TableName
 int TableName.compareTo(TableName tableName)
          For performance reasons, the ordering is not lexicographic.
static byte[] HRegionInfo.createRegionName(TableName tableName, byte[] startKey, byte[] id, boolean newFormat)
          Make a region name of passed parameters.
static byte[] HRegionInfo.createRegionName(TableName tableName, byte[] startKey, long regionid, boolean newFormat)
          Make a region name of passed parameters.
static byte[] HRegionInfo.createRegionName(TableName tableName, byte[] startKey, String id, boolean newFormat)
          Make a region name of passed parameters.
 void HTableDescriptor.setName(TableName name)
          Deprecated. 
 

Constructors in org.apache.hadoop.hbase with parameters of type TableName
HRegionInfo(TableName tableName)
           
HRegionInfo(TableName tableName, byte[] startKey, byte[] endKey)
          Construct HRegionInfo with explicit parameters
HRegionInfo(TableName tableName, byte[] startKey, byte[] endKey, boolean split)
          Construct HRegionInfo with explicit parameters
HRegionInfo(TableName tableName, byte[] startKey, byte[] endKey, boolean split, long regionid)
          Construct HRegionInfo with explicit parameters
HTableDescriptor(TableName name)
          Construct a table descriptor specifying a TableName object
HTableDescriptor(TableName name, HColumnDescriptor[] families)
           INTERNAL Private constructor used internally creating table descriptors for catalog tables, hbase:meta and -ROOT-.
HTableDescriptor(TableName name, HColumnDescriptor[] families, Map<ImmutableBytesWritable,ImmutableBytesWritable> values)
           INTERNAL Private constructor used internally creating table descriptors for catalog tables, hbase:meta and -ROOT-.
TableExistsException(TableName t)
           
TableNotDisabledException(TableName tableName)
           
TableNotEnabledException(TableName tableName)
           
TableNotFoundException(TableName tableName)
           
 

Uses of TableName in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return TableName
 TableName HTableInterface.getName()
          Gets the fully qualified table name instance of this table.
 TableName HTable.getName()
           
protected  TableName ClientScanner.getTable()
           
 TableName[] HConnection.listTableNames()
           
 TableName[] HBaseAdmin.listTableNames()
          List all of the names of userspace tables.
 TableName[] HBaseAdmin.listTableNamesByNamespace(String name)
          Get list of table names by namespace
 

Methods in org.apache.hadoop.hbase.client with parameters of type TableName
 void HBaseAdmin.addColumn(TableName tableName, HColumnDescriptor column)
          Add a column to an existing table.
 void HConnection.clearRegionCache(TableName tableName)
          Allows flushing the region cache of all locations that pertain to tableName
 void HBaseAdmin.cloneSnapshot(byte[] snapshotName, TableName tableName)
          Create a new table by cloning the snapshot content.
 void HBaseAdmin.cloneSnapshot(String snapshotName, TableName tableName)
          Create a new table by cloning the snapshot content.
 void HBaseAdmin.deleteColumn(TableName tableName, byte[] columnName)
          Delete a column from a table.
 void HBaseAdmin.deleteTable(TableName tableName)
          Deletes a table.
 void HBaseAdmin.disableTable(TableName tableName)
          Disable table and wait on completion.
 void HBaseAdmin.disableTableAsync(TableName tableName)
          Starts the disable of a table.
 void HBaseAdmin.enableTable(TableName tableName)
          Enable a table.
 void HBaseAdmin.enableTableAsync(TableName tableName)
          Brings a table on-line (enables it).
 Pair<Integer,Integer> HBaseAdmin.getAlterStatus(TableName tableName)
          Get the status of alter command - indicates how many regions have received the updated schema Asynchronous operation.
 HTableDescriptor HConnection.getHTableDescriptor(TableName tableName)
           
static boolean HTable.getRegionCachePrefetch(org.apache.hadoop.conf.Configuration conf, TableName tableName)
           
 boolean HConnection.getRegionCachePrefetch(TableName tableName)
          Check whether region cache prefetch is enabled or not.
static boolean HTable.getRegionCachePrefetch(TableName tableName)
           
 HRegionLocation HConnection.getRegionLocation(TableName tableName, byte[] row, boolean reload)
          Find region location hosting passed row
 HTableInterface HConnection.getTable(TableName tableName)
          Retrieve an HTableInterface implementation for access to a table.
 HTableInterface HConnection.getTable(TableName tableName, ExecutorService pool)
          Retrieve an HTableInterface implementation for access to a table.
 HTableDescriptor HBaseAdmin.getTableDescriptor(TableName tableName)
          Method for getting the tableDescriptor
 List<HRegionInfo> HBaseAdmin.getTableRegions(TableName tableName)
          get the regions of a given table.
 boolean HConnection.isTableAvailable(TableName tableName)
           
 boolean HBaseAdmin.isTableAvailable(TableName tableName)
           
 boolean HConnection.isTableAvailable(TableName tableName, byte[][] splitKeys)
          Use this api to check if the table has been created with the specified number of splitkeys which was used while creating the given table.
 boolean HBaseAdmin.isTableAvailable(TableName tableName, byte[][] splitKeys)
          Use this api to check if the table has been created with the specified number of splitkeys which was used while creating the given table.
 boolean HConnection.isTableDisabled(TableName tableName)
           
 boolean HBaseAdmin.isTableDisabled(TableName tableName)
           
static boolean HTable.isTableEnabled(org.apache.hadoop.conf.Configuration conf, TableName tableName)
          Deprecated. use HBaseAdmin.isTableEnabled(org.apache.hadoop.hbase.TableName tableName)
 boolean HConnection.isTableEnabled(TableName tableName)
          A table that isTableEnabled == false and isTableDisabled == false is possible.
 boolean HBaseAdmin.isTableEnabled(TableName tableName)
           
static boolean HTable.isTableEnabled(TableName tableName)
          Deprecated. use HBaseAdmin.isTableEnabled(byte[])
 HRegionLocation HConnection.locateRegion(TableName tableName, byte[] row)
          Find the location of the region of tableName that row lives in.
 List<HRegionLocation> HConnection.locateRegions(TableName tableName)
          Gets the locations of all regions in the specified table, tableName.
 List<HRegionLocation> HConnection.locateRegions(TableName tableName, boolean useCache, boolean offlined)
          Gets the locations of all regions in the specified table, tableName.
 void HBaseAdmin.modifyColumn(TableName tableName, HColumnDescriptor descriptor)
          Modify an existing column family on a table.
 void HBaseAdmin.modifyTable(TableName tableName, HTableDescriptor htd)
          Modify an existing table, more IRB friendly version.
 void HConnection.processBatch(List<? extends Row> actions, TableName tableName, ExecutorService pool, Object[] results)
          Deprecated. since 0.96 - Use HTableInterface.batch(java.util.List, java.lang.Object[]) instead
<R> void
HConnection.processBatchCallback(List<? extends Row> list, TableName tableName, ExecutorService pool, Object[] results, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
          Deprecated. since 0.96 - Use HTableInterface.batchCallback(java.util.List, java.lang.Object[], org.apache.hadoop.hbase.client.coprocessor.Batch.Callback) instead
 List<Put> HTableMultiplexer.put(TableName tableName, List<Put> puts)
          The puts request will be buffered by their corresponding buffer queue.
 boolean HTableMultiplexer.put(TableName tableName, Put put)
          The put request will be buffered by its corresponding buffer queue.
 boolean HTableMultiplexer.put(TableName tableName, Put put, int retry)
          The put request will be buffered by its corresponding buffer queue.
 HRegionLocation HConnection.relocateRegion(TableName tableName, byte[] row)
          Find the location of the region of tableName that row lives in, ignoring any value that might be in the cache.
static void HTable.setRegionCachePrefetch(org.apache.hadoop.conf.Configuration conf, TableName tableName, boolean enable)
           
 void HConnection.setRegionCachePrefetch(TableName tableName, boolean enable)
          Enable or disable region cache prefetch for the table.
static void HTable.setRegionCachePrefetch(TableName tableName, boolean enable)
           
 void HBaseAdmin.snapshot(byte[] snapshotName, TableName tableName)
          public void snapshot(final String snapshotName, Create a timestamp consistent snapshot for the given table.
 void HBaseAdmin.snapshot(String snapshotName, TableName tableName)
          Take a snapshot for the given table.
 void HBaseAdmin.snapshot(String snapshotName, TableName tableName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription.Type type)
          Create typed snapshot of the table.
 boolean HBaseAdmin.tableExists(TableName tableName)
           
 void HBaseAdmin.truncateTable(TableName tableName, boolean preserveSplits)
          Truncate a table.
 void HConnection.updateCachedLocations(TableName tableName, byte[] rowkey, Object exception, HRegionLocation source)
          Update the location cache.
 

Method parameters in org.apache.hadoop.hbase.client with type arguments of type TableName
 HTableDescriptor[] HConnection.getHTableDescriptorsByTableName(List<TableName> tableNames)
           
 HTableDescriptor[] HBaseAdmin.getTableDescriptorsByTableName(List<TableName> tableNames)
          Get tableDescriptors
 

Constructors in org.apache.hadoop.hbase.client with parameters of type TableName
ClientScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName)
          Deprecated. 
ClientScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection)
          Create a new ClientScanner for the specified table Note that the passed Scan's start row maybe changed changed.
ClientScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory)
          Deprecated. Use ClientScanner.ClientScanner(Configuration, Scan, TableName, HConnection, RpcRetryingCallerFactory, RpcControllerFactory) instead
ClientScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory)
          Create a new ClientScanner for the specified table Note that the passed Scan's start row maybe changed changed.
ClientSmallReversedScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection)
          Create a new ReversibleClientScanner for the specified table Note that the passed Scan's start row maybe changed.
ClientSmallScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName)
          Create a new ClientSmallScanner for the specified table.
ClientSmallScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection)
          Create a new ClientSmallScanner for the specified table.
ClientSmallScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory)
          Create a new ShortClientScanner for the specified table Note that the passed Scan's start row maybe changed changed.
HTable(org.apache.hadoop.conf.Configuration conf, TableName tableName)
          Creates an object to access a HBase table.
HTable(org.apache.hadoop.conf.Configuration conf, TableName tableName, ExecutorService pool)
          Creates an object to access a HBase table.
HTable(TableName tableName, HConnection connection)
          Creates an object to access a HBase table.
HTable(TableName tableName, HConnection connection, ExecutorService pool)
          Creates an object to access a HBase table.
HTable(TableName tableName, HConnection connection, org.apache.hadoop.hbase.client.TableConfiguration tableConfig, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, ExecutorService pool)
          Creates an object to access a HBase table.
ReversedClientScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection)
          Create a new ReversibleClientScanner for the specified table Note that the passed Scan's start row maybe changed.
ReversedScannerCallable(HConnection connection, TableName tableName, Scan scan, org.apache.hadoop.hbase.client.metrics.ScanMetrics scanMetrics, byte[] locateStartRow)
          Deprecated. 
ReversedScannerCallable(HConnection connection, TableName tableName, Scan scan, org.apache.hadoop.hbase.client.metrics.ScanMetrics scanMetrics, byte[] locateStartRow, org.apache.hadoop.hbase.ipc.PayloadCarryingRpcController rpcFactory)
           
 

Uses of TableName in org.apache.hadoop.hbase.client.replication
 

Methods in org.apache.hadoop.hbase.client.replication with parameters of type TableName
 void ReplicationAdmin.disableTableRep(TableName tableName)
          Disable a table's replication switch.
 void ReplicationAdmin.enableTableRep(TableName tableName)
          Enable a table's replication switch.
 

Method parameters in org.apache.hadoop.hbase.client.replication with type arguments of type TableName
 void ReplicationAdmin.addPeer(String id, ReplicationPeerConfig peerConfig, Map<TableName,? extends Collection<String>> tableCfs)
          Add a new remote slave cluster for replication.
 void ReplicationAdmin.setPeerTableCFs(String id, Map<TableName,? extends Collection<String>> tableCfs)
          Set the replicable table-cf config of the specified peer
 

Uses of TableName in org.apache.hadoop.hbase.mapred
 

Methods in org.apache.hadoop.hbase.mapred that return TableName
 TableName TableSplit.getTable()
          Deprecated.  
 

Constructors in org.apache.hadoop.hbase.mapred with parameters of type TableName
TableSplit(TableName tableName, byte[] startRow, byte[] endRow, String location)
          Deprecated. Constructor
 

Uses of TableName in org.apache.hadoop.hbase.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce that return TableName
 TableName TableSplit.getTable()
          Returns the table name.
 

Methods in org.apache.hadoop.hbase.mapreduce with parameters of type TableName
static void TableInputFormat.configureSplitTable(org.apache.hadoop.mapreduce.Job job, TableName tableName)
          Sets split table in map-reduce job.
protected  List<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> LoadIncrementalHFiles.tryAtomicRegionLoad(HConnection conn, TableName tableName, byte[] first, Collection<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> lqis)
          Attempts to do an atomic load of many hfiles into a region.
 

Constructors in org.apache.hadoop.hbase.mapreduce with parameters of type TableName
TableSplit(TableName tableName, byte[] startRow, byte[] endRow, String location)
          Creates a new instance without a scanner.
TableSplit(TableName tableName, byte[] startRow, byte[] endRow, String location, long length)
          Creates a new instance without a scanner.
TableSplit(TableName tableName, Scan scan, byte[] startRow, byte[] endRow, String location)
          Creates a new instance while assigning all variables.
TableSplit(TableName tableName, Scan scan, byte[] startRow, byte[] endRow, String location, long length)
          Creates a new instance while assigning all variables.
 

Uses of TableName in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client that return TableName
 TableName RemoteHTable.getName()
           
 

Uses of TableName in org.apache.hadoop.hbase.snapshot
 

Constructors in org.apache.hadoop.hbase.snapshot with parameters of type TableName
TablePartiallyOpenException(TableName tableName)
           
 

Uses of TableName in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util with parameters of type TableName
 com.google.common.collect.Multimap<byte[],org.apache.hadoop.hbase.util.HBaseFsck.HbckInfo> HBaseFsck.getOverlapGroups(TableName table)
           
 void HBaseFsck.includeTable(TableName table)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.