Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-22829

Remove deprecated methods from SnapshotDescription

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 3.0.0-alpha-1
    • 3.0.0-alpha-1
    • Client
    • None
    • Incompatible change, Reviewed
    • Hide
      Removed the following constructors and method (due to HBASE-16892):

      #SnapshotDescription(String, String): Use #SnapshotDescription(String, TableName) instead.
      #SnapshotDescription(String, String, SnapshotType): Use #SnapshotDescription(String, TableName, SnapshotType) instead.
      #SnapshotDescription(String, String, SnapshotType, String): Use #SnapshotDescription(String, TableName, SnapshotType, String) instead.
      #SnapshotDescription(String, String, SnapshotType, String, long, int): Use #SnapshotDescription(String, TableName, SnapshotType, String, long, int, Map) instead.
      #getTable(): Use #getTableName() or #getTableNameAsString() instead.
      Show
      Removed the following constructors and method (due to HBASE-16892 ): #SnapshotDescription(String, String): Use #SnapshotDescription(String, TableName) instead. #SnapshotDescription(String, String, SnapshotType): Use #SnapshotDescription(String, TableName, SnapshotType) instead. #SnapshotDescription(String, String, SnapshotType, String): Use #SnapshotDescription(String, TableName, SnapshotType, String) instead. #SnapshotDescription(String, String, SnapshotType, String, long, int): Use #SnapshotDescription(String, TableName, SnapshotType, String, long, int, Map) instead. #getTable(): Use #getTableName() or #getTableNameAsString() instead.

    Description

      SnapshotDescription contains some deprecated constructors and methods, which should be removed for 3.0.0.

      Attachments

        Issue Links

          Activity

            People

              janh Jan Hentschel
              janh Jan Hentschel
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: