Uses of Class
org.apache.hadoop.hbase.nio.RefCnt

Packages that use org.apache.hadoop.hbase.nio.RefCnt
Package
Description
 
  • 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 in
    Modifier and Type
    Field
    Description
    protected org.apache.hadoop.hbase.nio.RefCnt
    ByteBuff.refCnt
     
    Methods in org.apache.hadoop.hbase.nio that return org.apache.hadoop.hbase.nio.RefCnt in in
    Modifier and Type
    Method
    Description
    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()
     
    Methods in org.apache.hadoop.hbase.nio with parameters of type org.apache.hadoop.hbase.nio.RefCnt in in
    Modifier and Type
    Method
    Description
    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.