You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2016/10/20 18:45:59 UTC

[jira] [Created] (HBASE-16892) Use TableName instead of String in SnapshotDescription

Matteo Bertozzi created HBASE-16892:
---------------------------------------

             Summary: Use TableName instead of String in SnapshotDescription
                 Key: HBASE-16892
                 URL: https://issues.apache.org/jira/browse/HBASE-16892
             Project: HBase
          Issue Type: Sub-task
          Components: snapshots
    Affects Versions: 2.0.0
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Trivial
             Fix For: 2.0.0
         Attachments: HBASE-16892-v0.patch

mostly find & replace work:
deprecate the SnapshotDescription constructors with the String argument in favor of the TableName ones. 
Replace the TableName.valueOf() around with the new getTableName()
Replace the TableName.getNameAsString() by just passing the TableName



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)