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

[hbase] Add a method of getting multiple (but not all) cells for a row at once

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.2.0
    • Client
    • None

    Description

      We should have the ability to return some but not all cells from a row at once. There are likely to be a number of situations when getFull will return much more data than needed, but using individual get calls would likely be too small. This method should support returning a specific list of columns all at once.

      Map<Text, byte[]> results = table.getMulti(new Text[]{cellA, cellB, cellC}, timestamp);
      

      Attachments

        1. 40.patch
          16 kB
          Bryan Duxbury
        2. 40-v2.patch
          17 kB
          Bryan Duxbury

        Issue Links

          Activity

            People

              bryanduxbury Bryan Duxbury
              bryanduxbury Bryan Duxbury
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: