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

stack commented on HBASE-7233:
------------------------------

So, new Interface to replace Writable:

Interface HSerializable {
  // The serialization methods pb...
  mergeFrom(byte [])
  mergeFrom(InputStream)
  mergeDelimitedFrom(byte [])
  mergeDelimitedFrom(InputStream)
  parseFrom(byte [])
  parseFrom(InputStream)
  ...
  etc?
}
                
> Remove Writable Interface from KeyValue
> ---------------------------------------
>
>                 Key: HBASE-7233
>                 URL: https://issues.apache.org/jira/browse/HBASE-7233
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Blocker
>         Attachments: 7233.txt, 7233-v2.txt
>
>
> Undo KeyValue being a Writable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to