Uses of Class
org.apache.hadoop.hbase.backup.impl.BulkLoad
Packages that use BulkLoad
-
Uses of BulkLoad in org.apache.hadoop.hbase.backup
Method parameters in org.apache.hadoop.hbase.backup with type arguments of type BulkLoadModifier and TypeMethodDescriptionprivate void
BackupMasterObserver.deleteBulkLoads
(org.apache.hadoop.conf.Configuration config, TableName tableName, Predicate<BulkLoad> filter) Deletes all bulk load entries for the given table, matching the provided predicate. -
Uses of BulkLoad in org.apache.hadoop.hbase.backup.impl
Methods in org.apache.hadoop.hbase.backup.impl that return types with arguments of type BulkLoadModifier and TypeMethodDescriptionIncrementalTableBackupClient.handleBulkLoad
(List<TableName> tablesToBackup) Reads bulk load records from backup table, iterates through the records and forms the paths for bulk loaded hfiles.BackupManager.readBulkloadRows
(List<TableName> tableList) BackupSystemTable.readBulkloadRows
(List<TableName> tableList) Reads the rows from backup table recording bulk loaded hfiles