Uses of Class
org.apache.hadoop.hbase.TableNotFoundException
Package
Description
Provides HBase Client
HBase REST
-
Uses of TableNotFoundException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdmin.getDescriptor
(TableName tableName) Get a table descriptor.AdminOverAsyncAdmin.getDescriptor
(TableName tableName) -
Uses of TableNotFoundException in org.apache.hadoop.hbase.master
Modifier 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
-
Uses of TableNotFoundException in org.apache.hadoop.hbase.thrift2.client
-
Uses of TableNotFoundException in org.apache.hadoop.hbase.tool
Modifier 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)