Uses of Interface
org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler

Packages that use org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler
  • Uses of org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler in org.apache.hadoop.hbase.io

    Fields in org.apache.hadoop.hbase.io declared as org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler in in
    Modifier and Type
    Field
    Description
    static final org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler
    ByteBuffAllocator.NONE
     
  • Uses of org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler in org.apache.hadoop.hbase.nio

    Methods in org.apache.hadoop.hbase.nio that return org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler
    RefCnt.getRecycler()
     
    Methods in org.apache.hadoop.hbase.nio with parameters of type org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.nio.RefCnt
    RefCnt.create(org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler)
     
    static org.apache.hadoop.hbase.nio.ByteBuff
    ByteBuff.wrap(ByteBuffer[] buffers, org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler)
     
    static org.apache.hadoop.hbase.nio.ByteBuff
    ByteBuff.wrap(List<ByteBuffer> buffers, org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler)
     
    Constructors in org.apache.hadoop.hbase.nio with parameters of type org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler in in
    Modifier
    Constructor
    Description
     
    MultiByteBuff(org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler, ByteBuffer... items)
     
     
    RefCnt(org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler)
     
     
    SingleByteBuff(org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler, ByteBuffer buf)