Uses of Class
org.apache.hadoop.hbase.ByteBufferExtendedCell
Packages that use org.apache.hadoop.hbase.ByteBufferExtendedCell
Package
Description
-
Uses of org.apache.hadoop.hbase.ByteBufferExtendedCell in org.apache.hadoop.hbase
Subclasses of org.apache.hadoop.hbase.ByteBufferExtendedCell in in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValueThis is a key only Cell implementation which is identical toKeyValue.KeyOnlyKeyValuewith respect to key serialization but have its data in the form of Byte buffer (onheap and offheap).classorg.apache.hadoop.hbase.ByteBufferKeyValueThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassorg.apache.hadoop.hbase.NoTagsByteBufferKeyValueAn extension of the ByteBufferKeyValue where the tags length is always 0classorg.apache.hadoop.hbase.SizeCachedByteBufferKeyValueThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassorg.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValueThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBuffer -
Uses of org.apache.hadoop.hbase.ByteBufferExtendedCell in org.apache.hadoop.hbase.regionserver
Subclasses of org.apache.hadoop.hbase.ByteBufferExtendedCell in in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValueByteBuffer based cell which has the chunkid at the 0th offsetclassorg.apache.hadoop.hbase.regionserver.NoTagByteBufferChunkKeyValueByteBuffer based cell which has the chunkid at the 0th offset and with no tags -
Uses of org.apache.hadoop.hbase.ByteBufferExtendedCell in org.apache.hadoop.hbase.util
Subclasses of org.apache.hadoop.hbase.ByteBufferExtendedCell in in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.util.MapReduceExtendedCellA wrapper for a cell to be used with mapreduce, as the output value class for mappers/reducers.