Uses of Class
org.apache.hadoop.hbase.TableNotFoundException
Packages that use TableNotFoundException
Package
Description
Provides HBase Client
HBase REST
-
Uses of TableNotFoundException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that throw TableNotFoundExceptionModifier and TypeMethodDescriptionAdmin.getDescriptor
(TableName tableName) Get a table descriptor.AdminOverAsyncAdmin.getDescriptor
(TableName tableName) -
Uses of TableNotFoundException in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that throw TableNotFoundExceptionModifier and TypeMethodDescriptionprivate void
HMaster.checkTableExists
(TableName tableName) void
HMaster.checkTableModifiable
(TableName tableName) void
MasterServices.checkTableModifiable
(TableName tableName) Check table is modifiable; i.e. -
Uses of TableNotFoundException in org.apache.hadoop.hbase.rest
Methods in org.apache.hadoop.hbase.rest that throw TableNotFoundException -
Uses of TableNotFoundException in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that throw TableNotFoundException -
Uses of TableNotFoundException in org.apache.hadoop.hbase.tool
Methods in org.apache.hadoop.hbase.tool that throw TableNotFoundExceptionModifier and TypeMethodDescriptionBulkLoadHFiles.bulkLoad
(TableName tableName, Map<byte[], List<org.apache.hadoop.fs.Path>> family2Files) Perform a bulk load of the given directory into the given pre-existing table.Perform a bulk load of the given directory into the given pre-existing table.private void
BulkLoadHFilesTool.throwAndLogTableNotFoundException
(TableName tn)