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

Expose ColumnPaginationFilter to the Thrift Server

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • Thrift

    Description

      Expose the ColumnPaginationFilter to the thrift server by implementing the following methods:
      public List<TRowResult> getRowWithColumnsPaginated(byte[] tableName, byte[] row, List<byte[]> columns, int limit, int offset);
      public List<TRowResult> getRowWithColumnsTsPaginated(byte[] tableName, byte[] row, List<byte[]> columns, long timestamp, int limit, int offset)

      Also look into exposing a thrift method for exposing the number of columns in a particular row's family.

      Original improvement Idea submitted on dev list and approved by Stack.

      Attachments

        1. YF-3913.patch
          382 kB
          Matthew Ward

        Activity

          People

            Unassigned Unassigned
            matt.c.ward@gmail.com Matthew Ward
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: