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.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
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
Modifier and TypeMethodDescriptionThriftAdmin.getDescriptor
(TableName tableName) ThriftAdmin.getTableDescriptor
(TableName tableName) -
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.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.