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 in
    Modifier and Type
    Field
    Description
    protected List<org.apache.hadoop.hbase.nio.SingleByteBuff>
    ByteBufferListOutputStream.allBufs
     
    Methods in org.apache.hadoop.hbase.io that return org.apache.hadoop.hbase.nio.SingleByteBuff in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.nio.SingleByteBuff
    ByteBuffAllocator.allocateOneBuffer()
    Allocate an buffer with buffer size from ByteBuffAllocator, Note to call the ByteBuff.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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.duplicate()
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.limit(int limit)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.mark()
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.moveBack(int len)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.position(int position)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.put(byte b)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.put(byte[] src)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.put(byte[] src, int offset, int length)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.put(int index, byte b)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.put(int offset, org.apache.hadoop.hbase.nio.ByteBuff src, int srcOffset, int length)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.putInt(int value)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.putLong(long value)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.reset()
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.retain()
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.rewind()
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.skip(int len)
     
    org.apache.hadoop.hbase.nio.SingleByteBuff
    SingleByteBuff.slice()