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

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

    Subclasses of org.apache.hadoop.hbase.ByteBufferKeyValue in in org.apache.hadoop.hbase
    Modifier and Type
    Class
    Description
    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
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ByteBufferKeyValue in in
    Modifier and Type
    Method
    Description
    protected int
    CellComparatorImpl.compareFamilies(org.apache.hadoop.hbase.ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength)
    This method will be overridden when we compare cells inner store to bypass family comparing.
    protected int
    CellComparatorImpl.compareFamilies(org.apache.hadoop.hbase.KeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength)
    This method will be overridden when we compare cells inner store to bypass family comparing.
    protected int
    InnerStoreCellComparator.compareFamilies(org.apache.hadoop.hbase.ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength)
     
    protected int
    InnerStoreCellComparator.compareFamilies(org.apache.hadoop.hbase.KeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength)
     
  • Uses of org.apache.hadoop.hbase.ByteBufferKeyValue in org.apache.hadoop.hbase.regionserver

    Subclasses of org.apache.hadoop.hbase.ByteBufferKeyValue 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