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.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 inModifier and TypeMethodDescriptionorg.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 inModifier and TypeMethodDescriptionstatic 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 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)