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 inModifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.io.ByteBuffAllocator.RecyclerByteBuffAllocator.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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.ByteBuffAllocator.RecyclerRefCnt.getRecycler()Methods in org.apache.hadoop.hbase.nio with parameters of type org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.nio.RefCntRefCnt.create(org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler) static org.apache.hadoop.hbase.nio.ByteBuffByteBuff.wrap(ByteBuffer[] buffers, org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler) static org.apache.hadoop.hbase.nio.ByteBuffByteBuff.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 inModifierConstructorDescriptionMultiByteBuff(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)