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 voidBackupMasterObserver.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, Map<TableName, List<String>> tablesToWALFileList, Map<TableName, Long> tablesToPrevBackupTs) Reads bulk load records from backup table, iterates through the records and forms the paths for bulk loaded hfiles.BackupSystemTable.processBulkLoadRowScan(Scan scan, long endTimestamp) BackupManager.readBulkloadRows(List<TableName> tableList) BackupManager.readBulkloadRows(List<TableName> tableList, long endTimestamp) BackupSystemTable.readBulkloadRows()Reads the rows from backup table recording bulk loaded hfilesBackupSystemTable.readBulkloadRows(Collection<TableName> tableList) Reads the rows from backup table recording bulk loaded hfilesBackupSystemTable.readBulkloadRows(Collection<TableName> tableList, long endTimestamp) Reads the rows from backup table recording bulk loaded hfiles