@InterfaceAudience.Private public class BucketEntry extends Object implements HBaseReferenceCounted
| Modifier and Type | Method and Description |
|---|---|
long |
getCachedTime() |
int |
getLength() |
int |
getOnDiskSizeWithHeader() |
BlockPriority |
getPriority() |
int |
refCnt() |
boolean |
release()
We've three cases to release refCnt now:
1. |
BucketEntry |
retain() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrelease, retain, touch, touchpublic int getLength()
public BlockPriority getPriority()
public long getCachedTime()
public int getOnDiskSizeWithHeader()
public int refCnt()
refCnt in interface org.apache.hbase.thirdparty.io.netty.util.ReferenceCountedpublic BucketEntry retain()
retain in interface org.apache.hbase.thirdparty.io.netty.util.ReferenceCountedpublic boolean release()
release in interface org.apache.hbase.thirdparty.io.netty.util.ReferenceCountedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.