Package com.mapr.fs.hbase
Class RowColKeyValue
java.lang.Object
com.mapr.fs.hbase.RowColKeyValue
- All Implemented Interfaces:
org.apache.hadoop.hbase.Cell
-
Constructor Summary
ConstructorsConstructorDescriptionRowColKeyValue(byte[] row, short rowLength, byte[] family, byte[] qualifierValueBytes, int columnOffset, int columnLength, int valueOffset, int valueLength, long timestamp) RowColKeyValue(byte[] row, short rowLength, byte[] family, byte[] qualifierValueBytes, int columnOffset, int columnLength, int valueOffset, int valueLength, long timestamp, byte type) -
Method Summary
-
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:
getRowArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getRowOffset
public int getRowOffset()- Specified by:
getRowOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getRowLength
public short getRowLength()- Specified by:
getRowLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyArray
public byte[] getFamilyArray()- Specified by:
getFamilyArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyOffset
public int getFamilyOffset()- Specified by:
getFamilyOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyLength
public byte getFamilyLength()- Specified by:
getFamilyLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierArray
public byte[] getQualifierArray()- Specified by:
getQualifierArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierOffset
public int getQualifierOffset()- Specified by:
getQualifierOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierLength
public int getQualifierLength()- Specified by:
getQualifierLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getValueArray
public byte[] getValueArray()- Specified by:
getValueArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getValueOffset
public int getValueOffset()- Specified by:
getValueOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getValueLength
public int getValueLength()- Specified by:
getValueLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestampin interfaceorg.apache.hadoop.hbase.Cell
-
getTagsArray
public byte[] getTagsArray()- Specified by:
getTagsArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getTagsOffset
public int getTagsOffset()- Specified by:
getTagsOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getTagsLength
public int getTagsLength()- Specified by:
getTagsLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getTagsLengthUnsigned
public int getTagsLengthUnsigned() -
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersionin interfaceorg.apache.hadoop.hbase.Cell
-
getSequenceId
public long getSequenceId()- Specified by:
getSequenceIdin interfaceorg.apache.hadoop.hbase.Cell
-
getTypeByte
public byte getTypeByte()- Specified by:
getTypeBytein interfaceorg.apache.hadoop.hbase.Cell
-
getValue
public byte[] getValue()- Specified by:
getValuein interfaceorg.apache.hadoop.hbase.Cell
-
getFamily
public byte[] getFamily()- Specified by:
getFamilyin interfaceorg.apache.hadoop.hbase.Cell
-
getQualifier
public byte[] getQualifier()- Specified by:
getQualifierin interfaceorg.apache.hadoop.hbase.Cell
-
getRow
public byte[] getRow()- Specified by:
getRowin interfaceorg.apache.hadoop.hbase.Cell
-