Class RowColKeyValue

java.lang.Object
com.mapr.fs.hbase.RowColKeyValue
All Implemented Interfaces:
org.apache.hadoop.hbase.Cell

public class RowColKeyValue extends Object implements org.apache.hadoop.hbase.Cell
  • Constructor Details

    • RowColKeyValue

      public RowColKeyValue(byte[] row, short rowLength, byte[] family, byte[] qualifierValueBytes, int columnOffset, int columnLength, int valueOffset, int valueLength, long timestamp, byte type)
    • RowColKeyValue

      public RowColKeyValue(byte[] row, short rowLength, byte[] family, byte[] qualifierValueBytes, int columnOffset, int columnLength, int valueOffset, int valueLength, long timestamp)
  • 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
    • 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
    • getTimestamp

      public long getTimestamp()
      Specified by:
      getTimestamp 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
    • getTagsLengthUnsigned

      public int getTagsLengthUnsigned()
    • getMvccVersion

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

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

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

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

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

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

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