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
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
org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler
RefCnt.getRecycler()
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)
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)