Uses of Class
org.apache.hadoop.hbase.nio.RefCnt
Packages that use org.apache.hadoop.hbase.nio.RefCnt
-
Uses of org.apache.hadoop.hbase.nio.RefCnt in org.apache.hadoop.hbase.nio
Fields in org.apache.hadoop.hbase.nio declared as org.apache.hadoop.hbase.nio.RefCnt in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.nio.RefCntByteBuff.refCntMethods in org.apache.hadoop.hbase.nio that return org.apache.hadoop.hbase.nio.RefCnt in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.nio.RefCntRefCnt.create()Create anRefCntwith an initial reference count = 1.static org.apache.hadoop.hbase.nio.RefCntRefCnt.create(org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler) org.apache.hadoop.hbase.nio.RefCntByteBuff.getRefCnt()org.apache.hadoop.hbase.nio.RefCntRefCnt.touch()Methods in org.apache.hadoop.hbase.nio with parameters of type org.apache.hadoop.hbase.nio.RefCnt in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.nio.ByteBuffByteBuff.wrap(ByteBuffer[] buffers, org.apache.hadoop.hbase.nio.RefCnt refCnt) In theory, the upstream should never construct an ByteBuff by passing an given refCnt, so please don't use this public method in other place.