Uses of Package
org.apache.hadoop.hbase.nio
Packages that use org.apache.hadoop.hbase.nio
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.codecClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.
-
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.ioClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.An implementation of ByteBuff where a single BB backs the BBI.
-
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.io.compressClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.
-
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.io.encodingClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.
-
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.io.hfileClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.The HBaseReferenceCounted disabled several methods in Netty's
ReferenceCounted, because those methods are unlikely to be used. -
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.io.utilClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.
-
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.nioClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.The HBaseReferenceCounted disabled several methods in Netty's
ReferenceCounted, because those methods are unlikely to be used.Provides a unified view of all the underlying ByteBuffers and will look as if a bigger sequential buffer.Maintain an reference count integer inside to track life cycle ofByteBuff, if the reference count become 0, it'll callByteBuffAllocator.Recycler.free()exactly once.An implementation of ByteBuff where a single BB backs the BBI. -
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.regionserver.walClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.
-
Classes in org.apache.hadoop.hbase.nio used by org.apache.hadoop.hbase.utilClassDescriptionAn abstract class that abstracts out as to how the byte buffers are used, either single or multiple.