[
https://issues.apache.org/jira/browse/HBASE-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868896#action_12868896
]
Andrew Purtell commented on HBASE-2563:
---------------------------------------
The REST data models were developed when io.Cell was still around. All
occurrences of _cell_ should be replaced with _value_ or dropped if result
would be redundant.
> Deprecate methods which accept as a parameter or return a value of type Cell
> ----------------------------------------------------------------------------
>
> Key: HBASE-2563
> URL: https://issues.apache.org/jira/browse/HBASE-2563
> Project: Hadoop HBase
> Issue Type: Bug
> Components: client
> Affects Versions: 0.20.4
> Reporter: Jeff Hammerbacher
>
> We've deprecated io.Cell, so we should probably deprecate methods which
> return or accept Cell values. See
> http://hadoop.apache.org/hbase/docs/r0.20.4/api/org/apache/hadoop/hbase/io/class-use/Cell.html
> for the complete list. Here are some selections:
> * getCellValue(), getCellValue(byte[], byte[]), and getCellValues() methods
> of client.Result
> * Entry.getValue() and Entry.setValue(Cell) methods of io.RowResult
> * cellFromHBase(Cell[]) and cellFromHBase(Cell) methods of
> thrift.ThriftUtilities
> * Writables.cellToLong(Cell), Writables.cellToString(Cell), and
> Writables.getHRegionInfo(Cell) methods of hbase.util
> Also some hbase.rest stuff, but I don't know what's going on there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.