Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18978 Align the methods in Table and AsyncTable
  3. HBASE-19031

Align exist method in Table and AsyncTable interfaces

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.0.0-alpha-3
    • 2.0.0-beta-1, 2.0.0
    • asyncclient, Client
    • None
    • Reviewed

    Description

      Table and AsyncTable have the ability to pass a list to exist method similarly to other operations like get, delete.
      However, boolean[] existsAll(List<Get> gets) does not use the same pattern in Table. It should look like boolean[] exists(List<Get> gets) to match.

      Attachments

        1. HBASE-19031.master.003.patch
          5 kB
          Peter Somogyi
        2. HBASE-19031.master.002.patch
          6 kB
          Chia-Ping Tsai
        3. HBASE-19031.master.002.patch
          6 kB
          Peter Somogyi
        4. HBASE-19031.master.001.patch
          6 kB
          Peter Somogyi

        Issue Links

          Activity

            People

              psomogyi Peter Somogyi
              psomogyi Peter Somogyi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: