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

[hbase] Method to get a list of a row's timestamps accompanied by the columns at that version

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • None
    • 0.19.0
    • Client
    • None

    Description

      It would be handy in some situations to be able to get a list of the timestamps and matching columns for a row without returning the data in the cells.

      /**
       * Get all the timestamps for a row along with which cells exist at that timestamp.
       */
      Map<long, Text[]> getRowTimestampsWithColumns(Text row);
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: