Uses of Interface
org.apache.hadoop.hbase.nio.HBaseReferenceCounted
Packages that use HBaseReferenceCounted
Package
Description
Provides implementations of
HFile and HFile
BlockCache.Provides
BucketCache, an implementation of
BlockCache.-
Uses of HBaseReferenceCounted in org.apache.hadoop.hbase.io.hfile
Subinterfaces of HBaseReferenceCounted in org.apache.hadoop.hbase.io.hfileModifier and TypeInterfaceDescriptioninterfaceCacheable is an interface that allows for an object to be cached.Classes in org.apache.hadoop.hbase.io.hfile that implement HBaseReferenceCountedModifier and TypeClassDescriptionclassTheByteBuffAllocatorwon't allocate pooled heapByteBuffnow; at the same time, if allocate an off-heapByteBufffrom allocator, then it must be a pooled one.classCacheable Blocks of anHFileversion 2 file.classTheByteBuffAllocatorwon't allocate pooled heapByteBuffnow; at the same time, if allocate an off-heapByteBufffrom allocator, then it must be a pooled one. -
Uses of HBaseReferenceCounted in org.apache.hadoop.hbase.io.hfile.bucket
Classes in org.apache.hadoop.hbase.io.hfile.bucket that implement HBaseReferenceCounted -
Uses of HBaseReferenceCounted in org.apache.hadoop.hbase.nio
Classes in org.apache.hadoop.hbase.nio that implement HBaseReferenceCountedModifier and TypeClassDescriptionclassAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.classProvides a unified view of all the underlying ByteBuffers and will look as if a bigger sequential buffer.classAn implementation of ByteBuff where a single BB backs the BBI.Methods in org.apache.hadoop.hbase.nio that return HBaseReferenceCountedModifier and TypeMethodDescriptiondefault HBaseReferenceCountedHBaseReferenceCounted.retain(int increment) default HBaseReferenceCountedHBaseReferenceCounted.touch()default HBaseReferenceCounted