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.RefCnt
ByteBuff.refCnt
Fields in org.apache.hadoop.hbase.nio with type parameters of type org.apache.hadoop.hbase.nio.RefCnt in inModifier and TypeFieldDescriptionstatic final org.apache.hbase.thirdparty.io.netty.util.ResourceLeakDetector<org.apache.hadoop.hbase.nio.RefCnt>
RefCnt.detector
Methods in org.apache.hadoop.hbase.nio that return org.apache.hadoop.hbase.nio.RefCnt in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.nio.RefCnt
RefCnt.create()
Create anRefCnt
with an initial reference count = 1.static org.apache.hadoop.hbase.nio.RefCnt
RefCnt.create
(org.apache.hadoop.hbase.io.ByteBuffAllocator.Recycler recycler) org.apache.hadoop.hbase.nio.RefCnt
ByteBuff.getRefCnt()
org.apache.hadoop.hbase.nio.RefCnt
RefCnt.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.ByteBuff
ByteBuff.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.