[ 
https://issues.apache.org/jira/browse/HBASE-18909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191282#comment-16191282
 ] 

Chia-Ping Tsai commented on HBASE-18909:
----------------------------------------

{code}
    # Returns a list of table snapshots
    def list_table_snapshots(tableNameRegex, snapshotNameRegex = '.*')
      @admin.listTableSnapshots(tableNameRegex, snapshotNameRegex).to_a
    end
{code}
Does this still reference to deprecated API?

> Deprecate Admin's methods which used String regex
> -------------------------------------------------
>
>                 Key: HBASE-18909
>                 URL: https://issues.apache.org/jira/browse/HBASE-18909
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Admin
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-18909.master.001.patch, 
> HBASE-18909.master.002.patch, HBASE-18909.master.003.patch, 
> HBASE-18909.master.004.patch, HBASE-18909.master.005.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to