Packages that use org.apache.hadoop.hbase.nio.RefCnt
-
protected org.apache.hadoop.hbase.nio.RefCnt
ByteBuff.refCnt
static final org.apache.hbase.thirdparty.io.netty.util.ResourceLeakDetector<org.apache.hadoop.hbase.nio.RefCnt>
RefCnt.detector
static org.apache.hadoop.hbase.nio.RefCnt
RefCnt.create()
Create an RefCnt
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()
static 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.