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

Remove deprecated methods in CompareFilter

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0-alpha-1
    • 3.0.0-alpha-1
    • Client
    • None
    • Incompatible change
    • Hide
      Removed the following deprecated content from CompareFilter:

      - enum CompareOp, use CompareOperator instead.
      - constructor CompareFilter(CompareOp, ByteArrayComparable), use other constructor instead.
      - method getOperator(), use getCompareOperator() instead.
      - method compareRow(CompareOp, ByteArrayComparable, Cell), use compareRow(CompareOperator, ByteArrayComparable, Cell) instead.
      - method compareFamily(CompareOp, ByteArrayComparable, Cell), use compareFamily(CompareOperator, ByteArrayComparable, Cell) instead.
      - method compareQualifier(CompareOp, ByteArrayComparable, Cell), use compareQualifier(CompareOperator, ByteArrayComparable, Cell) instead.
      - method compareValue(CompareOp, ByteArrayComparable, Cell), use compareValue(CompareOperator, ByteArrayComparable, Cell) instead.
      Show
      Removed the following deprecated content from CompareFilter: - enum CompareOp, use CompareOperator instead. - constructor CompareFilter(CompareOp, ByteArrayComparable), use other constructor instead. - method getOperator(), use getCompareOperator() instead. - method compareRow(CompareOp, ByteArrayComparable, Cell), use compareRow(CompareOperator, ByteArrayComparable, Cell) instead. - method compareFamily(CompareOp, ByteArrayComparable, Cell), use compareFamily(CompareOperator, ByteArrayComparable, Cell) instead. - method compareQualifier(CompareOp, ByteArrayComparable, Cell), use compareQualifier(CompareOperator, ByteArrayComparable, Cell) instead. - method compareValue(CompareOp, ByteArrayComparable, Cell), use compareValue(CompareOperator, ByteArrayComparable, Cell) instead.

    Description

      CompareFilter has some deprecated methods. These should be removed, as well as their usages. This is for 3.0.0 only.

      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: