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.HBaseAdmin.getDescriptor(TableName tableName) Admin.getTableDescriptor(TableName tableName) Deprecated.since 2.0 version and will be removed in 3.0 version. -
Uses of TableNotFoundException in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that throw TableNotFoundExceptionModifier and TypeMethodDescriptionprivate voidHMaster.checkTableExists(TableName tableName) voidHMaster.checkTableModifiable(TableName tableName) voidMasterServices.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 TableNotFoundExceptionModifier and TypeMethodDescriptionThriftAdmin.getDescriptor(TableName tableName) ThriftAdmin.getTableDescriptor(TableName tableName) -
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.BulkLoadHFilesTool.bulkLoad(TableName tableName, Map<byte[], List<org.apache.hadoop.fs.Path>> family2Files) LoadIncrementalHFiles.doBulkLoad(Map<byte[], List<org.apache.hadoop.fs.Path>> map, Admin admin, Table table, RegionLocator regionLocator, boolean silence, boolean copyFile) Deprecated.Perform a bulk load of the given directory into the given pre-existing table.LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir, Admin admin, Table table, RegionLocator regionLocator) Deprecated.Perform a bulk load of the given directory into the given pre-existing table.LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir, Admin admin, Table table, RegionLocator regionLocator, boolean silence, boolean copyFile) Deprecated.Perform a bulk load of the given directory into the given pre-existing table.