Uses of Class
org.apache.hadoop.hbase.nio.SingleByteBuff
Packages that use SingleByteBuff
-
Uses of SingleByteBuff in org.apache.hadoop.hbase.io
Fields in org.apache.hadoop.hbase.io with type parameters of type SingleByteBuffModifier and TypeFieldDescriptionprotected List<SingleByteBuff>ByteBufferListOutputStream.allBufsMethods in org.apache.hadoop.hbase.io that return SingleByteBuffModifier 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
Methods in org.apache.hadoop.hbase.nio that return SingleByteBuffModifier 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()