[ 
https://issues.apache.org/jira/browse/HBASE-7320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901134#comment-13901134
 ] 

ramkrishna.s.vasudevan commented on HBASE-7320:
-----------------------------------------------

bq.We're seeking to something identified by its coordinates, which in our case 
are row-key, family, column identifier, and timestamp. Passing the "key" was 
just a convenient way to pass of these together.
Yes. So either the comparator would change or the way we build this key should 
change. 
So can we make Cell of type HeapSize and Cloneable?

> Remove KeyValue.getBuffer()
> ---------------------------
>
>                 Key: HBASE-7320
>                 URL: https://issues.apache.org/jira/browse/HBASE-7320
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: stack
>             Fix For: 0.99.0
>
>         Attachments: 7320-simple.txt
>
>
> In many places this is simple task of just replacing the method name.
> There, however, quite a few places where we assume that:
> # the entire KV is backed by a single byte array
> # the KVs key portion is backed by a single byte array
> Some of those can easily be fixed, others will need their own jiras.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to