Uses of Class
org.apache.hadoop.hbase.ByteBufferExtendedCell

Packages that use org.apache.hadoop.hbase.ByteBufferExtendedCell
  • Uses of org.apache.hadoop.hbase.ByteBufferExtendedCell in org.apache.hadoop.hbase

    Subclasses of org.apache.hadoop.hbase.ByteBufferExtendedCell in in org.apache.hadoop.hbase
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
    This is a key only Cell implementation which is identical to KeyValue.KeyOnlyKeyValue with respect to key serialization but have its data in the form of Byte buffer (onheap and offheap).
    class 
    org.apache.hadoop.hbase.ByteBufferKeyValue
    This Cell is an implementation of ByteBufferExtendedCell where the data resides in off heap/ on heap ByteBuffer
    class 
    org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
    An extension of the ByteBufferKeyValue where the tags length is always 0
    class 
    org.apache.hadoop.hbase.SizeCachedByteBufferKeyValue
    This Cell is an implementation of ByteBufferExtendedCell where the data resides in off heap/ on heap ByteBuffer
    class 
    org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
    This Cell is an implementation of ByteBufferExtendedCell where 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.regionserver
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValue
    ByteBuffer based cell which has the chunkid at the 0th offset
    class 
    org.apache.hadoop.hbase.regionserver.NoTagByteBufferChunkKeyValue
    ByteBuffer 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.util
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.util.MapReduceExtendedCell
    A wrapper for a cell to be used with mapreduce, as the output value class for mappers/reducers.