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
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