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

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

    [ https://issues.apache.org/jira/browse/HBASE-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038672#comment-13038672 ] 

stack commented on HBASE-3913:
------------------------------

This looks grand Mathew.  Don't you have to add the new methods to the idl?  Did you?  I don't see it in patch.

> 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