[
https://issues.apache.org/jira/browse/HBASE-14140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267045#comment-15267045
]
Ted Yu commented on HBASE-14140:
--------------------------------
{code}
+ HBaseBackupAdmin(HBaseAdmin admin) {
+ this.admin = admin;
{code}
backupTablesAsync() and backupTables() were dropped from Admin interface.
If we move the implementation for the above two methods into HBaseBackupAdmin,
the admin parameter can be declared of Admin type.
TableFuture can be made accessible to HBaseBackupAdmin so that
TableBackupFuture can be moved to HBaseBackupAdmin.
Vlad:
What do you think ?
> HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include
> backup/restore - related API
> --------------------------------------------------------------------------------------------
>
> Key: HBASE-14140
> URL: https://issues.apache.org/jira/browse/HBASE-14140
> Project: HBase
> Issue Type: New Feature
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Attachments: HBASE-14140-v1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)