[
https://issues.apache.org/jira/browse/HBASE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury updated HBASE-40:
-------------------------------
Status: Patch Available (was: Open)
Please review.
> [hbase] Add a method of getting multiple (but not all) cells for a row at once
> ------------------------------------------------------------------------------
>
> Key: HBASE-40
> URL: https://issues.apache.org/jira/browse/HBASE-40
> Project: Hadoop HBase
> Issue Type: New Feature
> Components: client
> Reporter: Bryan Duxbury
> Assignee: Bryan Duxbury
> Priority: Minor
> Attachments: 40.patch
>
>
> We should have the ability to return some but not all cells from a row at
> once. There are likely to be a number of situations when getFull will return
> much more data than needed, but using individual get calls would likely be
> too small. This method should support returning a specific list of columns
> all at once.
> {code}
> Map<Text, byte[]> results = table.getMulti(new Text[]{cellA, cellB, cellC},
> timestamp);
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.