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

Cleanup deprecated APIs from Cell class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • Client
    • None
    • Incompatible change, Reviewed
    • Hide
      The following API from Cell (which were deprecated since past few major versions) are removed now.
      getRow
      getFamily
      getQualifier
      getValue
      getMvccVersion
      The above apis can be replaced with their respective CellUtil#cloneXXX (allocates a copy) or Cell#getXXXArray (essentially just returns a pointer) based on the use case.
      Show
      The following API from Cell (which were deprecated since past few major versions) are removed now. getRow getFamily getQualifier getValue getMvccVersion The above apis can be replaced with their respective CellUtil#cloneXXX (allocates a copy) or Cell#getXXXArray (essentially just returns a pointer) based on the use case.

    Description

      Cleanup deprecated APIs from Cell class

      Attachments

        1. HBASE-14047.patch
          224 kB
          Ashish Singhi
        2. HBASE-14047-v1.patch
          232 kB
          Ashish Singhi
        3. HBASE-14047-v2.patch
          229 kB
          Ashish Singhi
        4. HBASE-14047-v3.patch
          229 kB
          Ashish Singhi
        5. HBASE-14047-v4.patch
          234 kB
          Ashish Singhi
        6. HBASE-14047-v5.patch
          234 kB
          Ashish Singhi
        7. HBASE-14047-v6.patch
          234 kB
          Ashish Singhi
        8. HBASE-14047-v7.patch
          233 kB
          Ashish Singhi

        Issue Links

          Activity

            People

              ashish singhi Ashish Singhi
              ashish singhi Ashish Singhi
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: