You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/04/05 23:36:46 UTC

[jira] [Updated] (HBASE-14187) Add Thrift 1 RPC to batch gets in a single call

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

Sean Busbey updated HBASE-14187:
--------------------------------
    Fix Version/s:     (was: 1.4.0)
                   1.5.0

> Add Thrift 1 RPC to batch gets in a single call
> -----------------------------------------------
>
>                 Key: HBASE-14187
>                 URL: https://issues.apache.org/jira/browse/HBASE-14187
>             Project: HBase
>          Issue Type: Improvement
>          Components: Thrift
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>             Fix For: 2.0.0, 1.5.0
>
>
> add a method to pull a set of columns from a set of non-contiguous rows in a single RPC call.
> e.g.
> {code}
>    /**
>      * Parallel get. For a given table and column, return for
>      * the given rows.
>      *
>      * @param tableName table to get from
>      * @param column column to get
>      * @param rows a list of rows to get
>      * @result list of TRowResult for each item
>      */
>     list<TRowResult> parallelGet(1:Text tableName,
>                                  2:Text column,
>                                  3:list<Text> rows)
>                                  throws (1:IOError io)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)