Class TestCellUtil.NonExtendedCell

java.lang.Object
org.apache.hadoop.hbase.TestCellUtil.NonExtendedCell
All Implemented Interfaces:
org.apache.hadoop.hbase.Cell, org.apache.hadoop.hbase.io.HeapSize
Enclosing class:
TestCellUtil

private static class TestCellUtil.NonExtendedCell extends Object implements org.apache.hadoop.hbase.Cell
  • Field Details

    • kv

      private org.apache.hadoop.hbase.KeyValue kv
  • Constructor Details

    • NonExtendedCell

      public NonExtendedCell(org.apache.hadoop.hbase.KeyValue kv)
  • Method Details

    • getRowArray

      public byte[] getRowArray()
      Specified by:
      getRowArray in interface org.apache.hadoop.hbase.Cell
    • getRowOffset

      public int getRowOffset()
      Specified by:
      getRowOffset in interface org.apache.hadoop.hbase.Cell
    • getRowLength

      public short getRowLength()
      Specified by:
      getRowLength in interface org.apache.hadoop.hbase.Cell
    • getFamilyArray

      public byte[] getFamilyArray()
      Specified by:
      getFamilyArray in interface org.apache.hadoop.hbase.Cell
    • getFamilyOffset

      public int getFamilyOffset()
      Specified by:
      getFamilyOffset in interface org.apache.hadoop.hbase.Cell
    • getFamilyLength

      public byte getFamilyLength()
      Specified by:
      getFamilyLength in interface org.apache.hadoop.hbase.Cell
    • getQualifierArray

      public byte[] getQualifierArray()
      Specified by:
      getQualifierArray in interface org.apache.hadoop.hbase.Cell
    • getQualifierOffset

      public int getQualifierOffset()
      Specified by:
      getQualifierOffset in interface org.apache.hadoop.hbase.Cell
    • getQualifierLength

      public int getQualifierLength()
      Specified by:
      getQualifierLength in interface org.apache.hadoop.hbase.Cell
    • getTimestamp

      public long getTimestamp()
      Specified by:
      getTimestamp in interface org.apache.hadoop.hbase.Cell
    • getTypeByte

      public byte getTypeByte()
      Specified by:
      getTypeByte in interface org.apache.hadoop.hbase.Cell
    • getSequenceId

      public long getSequenceId()
      Specified by:
      getSequenceId in interface org.apache.hadoop.hbase.Cell
    • getValueArray

      public byte[] getValueArray()
      Specified by:
      getValueArray in interface org.apache.hadoop.hbase.Cell
    • getValueOffset

      public int getValueOffset()
      Specified by:
      getValueOffset in interface org.apache.hadoop.hbase.Cell
    • getValueLength

      public int getValueLength()
      Specified by:
      getValueLength in interface org.apache.hadoop.hbase.Cell
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.hadoop.hbase.Cell
    • getTagsArray

      public byte[] getTagsArray()
      Specified by:
      getTagsArray in interface org.apache.hadoop.hbase.Cell
    • getTagsOffset

      public int getTagsOffset()
      Specified by:
      getTagsOffset in interface org.apache.hadoop.hbase.Cell
    • getTagsLength

      public int getTagsLength()
      Specified by:
      getTagsLength in interface org.apache.hadoop.hbase.Cell
    • heapSize

      public long heapSize()
      Specified by:
      heapSize in interface org.apache.hadoop.hbase.io.HeapSize