Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
We have this new class added. Bytes.java having unsafe based reads in it. Now HBASE-13916 will add similar unsafe based reads (on BB) in ByteBufferUtils. We can move the unsafe based operations to UnsafeAccess and otehr places just refer to here.