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 TypeInterfaceDescriptioninterface
Cacheable is an interface that allows for an object to be cached.Classes in org.apache.hadoop.hbase.io.hfile that implement HBaseReferenceCountedModifier and TypeClassDescriptionclass
TheByteBuffAllocator
won't allocate pooled heapByteBuff
now; at the same time, if allocate an off-heapByteBuff
from allocator, then it must be a pooled one.class
Cacheable Blocks of anHFile
version 2 file.class
TheByteBuffAllocator
won't allocate pooled heapByteBuff
now; at the same time, if allocate an off-heapByteBuff
from 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 TypeClassDescriptionclass
An abstract class that abstracts out as to how the byte buffers are used, either single or multiple.class
Provides a unified view of all the underlying ByteBuffers and will look as if a bigger sequential buffer.class
An implementation of ByteBuff where a single BB backs the BBI.Methods in org.apache.hadoop.hbase.nio that return HBaseReferenceCountedModifier and TypeMethodDescriptiondefault HBaseReferenceCounted
HBaseReferenceCounted.retain
(int increment) default HBaseReferenceCounted
HBaseReferenceCounted.touch()
default HBaseReferenceCounted