[
https://issues.apache.org/jira/browse/HBASE-12360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186707#comment-14186707
]
Anoop Sam John commented on HBASE-12360:
----------------------------------------
+1
The get methods might be of immediate use and we deal with it in read paths. In
many a places we do BB.getInt/Long() etc already. we can change these places to
read via the Util so that if Unsafe is there, we can make use of it.
> Add unsafe putXXXUnsafe() BB methods to ByteBufferUtils
> -------------------------------------------------------
>
> Key: HBASE-12360
> URL: https://issues.apache.org/jira/browse/HBASE-12360
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Reporter: ramkrishna.s.vasudevan
> Fix For: 2.0.0, 0.99.2
>
>
> After HBASE-12345 is done we could add methods like putXXXUnSafe() similar to
> the ones in Bytes.java.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)