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