Uses of Class
org.apache.hadoop.hbase.nio.SingleByteBuff
-
Uses of SingleByteBuff in org.apache.hadoop.hbase.io
Modifier and TypeFieldDescriptionprotected List<SingleByteBuff>
ByteBufferListOutputStream.allBufs
Modifier and TypeMethodDescriptionByteBuffAllocator.allocateOneBuffer()
Allocate an buffer with buffer size from ByteBuffAllocator, Note to call theByteBuff.release()
if no need any more, otherwise the memory leak happen in NIO ByteBuffer pool. -
Uses of SingleByteBuff in org.apache.hadoop.hbase.nio
Modifier and TypeMethodDescriptionSingleByteBuff.duplicate()
SingleByteBuff.limit
(int limit) SingleByteBuff.mark()
SingleByteBuff.moveBack
(int len) SingleByteBuff.position
(int position) SingleByteBuff.put
(byte b) SingleByteBuff.put
(byte[] src) SingleByteBuff.put
(byte[] src, int offset, int length) SingleByteBuff.put
(int index, byte b) SingleByteBuff.putInt
(int value) SingleByteBuff.putLong
(long value) SingleByteBuff.reset()
SingleByteBuff.retain()
SingleByteBuff.rewind()
SingleByteBuff.skip
(int len) SingleByteBuff.slice()