You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matthew Ward (JIRA)" <ji...@apache.org> on 2011/05/24 02:44:47 UTC

[jira] [Updated] (HBASE-3913) Expose ColumnPaginationFilter to the Thrift Server

     [ https://issues.apache.org/jira/browse/HBASE-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Ward updated HBASE-3913:
--------------------------------

    Status: Open  (was: Patch Available)

> Expose ColumnPaginationFilter to the Thrift Server
> --------------------------------------------------
>
>                 Key: HBASE-3913
>                 URL: https://issues.apache.org/jira/browse/HBASE-3913
>             Project: HBase
>          Issue Type: New Feature
>          Components: thrift
>            Reporter: Matthew Ward
>            Priority: Minor
>              Labels: filter, thrift
>         Attachments: YF-3913.patch
>
>
> 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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira