Description
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.
Map<Text, byte[]> results = table.getMulti(new Text[]{cellA, cellB, cellC}, timestamp);
Attachments
Attachments
Issue Links
- is blocked by
-
HBASE-489 CellValue class for transporting cell timestamp with cell value simultaneously
- Closed