Uses of Class
org.apache.hadoop.hbase.nio.SingleByteBuff
Packages that use org.apache.hadoop.hbase.nio.SingleByteBuff
-
Uses of org.apache.hadoop.hbase.nio.SingleByteBuff in org.apache.hadoop.hbase.io
Fields in org.apache.hadoop.hbase.io with type parameters of type org.apache.hadoop.hbase.nio.SingleByteBuff in inModifier and TypeFieldDescriptionprotected List<org.apache.hadoop.hbase.nio.SingleByteBuff>ByteBufferListOutputStream.allBufsMethods in org.apache.hadoop.hbase.io that return org.apache.hadoop.hbase.nio.SingleByteBuff in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.nio.SingleByteBuffByteBuffAllocator.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 org.apache.hadoop.hbase.nio.SingleByteBuff in org.apache.hadoop.hbase.nio
Methods in org.apache.hadoop.hbase.nio that return org.apache.hadoop.hbase.nio.SingleByteBuff in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.duplicate()org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.limit(int limit) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.mark()org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.moveBack(int len) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.position(int position) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.put(byte b) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.put(byte[] src) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.put(byte[] src, int offset, int length) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.put(int index, byte b) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.put(int offset, org.apache.hadoop.hbase.nio.ByteBuff src, int srcOffset, int length) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.putInt(int value) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.putLong(long value) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.reset()org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.retain()org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.rewind()org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.skip(int len) org.apache.hadoop.hbase.nio.SingleByteBuffSingleByteBuff.slice()