Package org.apache.hadoop.hbase
Class TestCellUtil.TestCell
java.lang.Object
org.apache.hadoop.hbase.TestCellUtil.TestCell
- All Implemented Interfaces:
org.apache.hadoop.hbase.Cell,org.apache.hadoop.hbase.io.HeapSize
- Enclosing class:
- TestCellUtil
Cell used in test. Has row only.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Cell
org.apache.hadoop.hbase.Cell.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byteintbyte[]intintbyte[]shortintlongintbyte[]intintlongbytebyte[]intintlongheapSize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.Cell
getType
-
Field Details
-
row
-
-
Constructor Details
-
TestCell
TestCell(int i)
-
-
Method Details
-
getRowArray
- Specified by:
getRowArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getRowOffset
- Specified by:
getRowOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getRowLength
- Specified by:
getRowLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyArray
- Specified by:
getFamilyArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyOffset
- Specified by:
getFamilyOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyLength
- Specified by:
getFamilyLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierArray
- Specified by:
getQualifierArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierOffset
- Specified by:
getQualifierOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierLength
- Specified by:
getQualifierLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getTimestamp
- Specified by:
getTimestampin interfaceorg.apache.hadoop.hbase.Cell
-
getTypeByte
- Specified by:
getTypeBytein interfaceorg.apache.hadoop.hbase.Cell
-
getValueArray
- Specified by:
getValueArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getValueOffset
- Specified by:
getValueOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getValueLength
- Specified by:
getValueLengthin interfaceorg.apache.hadoop.hbase.Cell
-
getSerializedSize
- Specified by:
getSerializedSizein interfaceorg.apache.hadoop.hbase.Cell
-
getTagsArray
- Specified by:
getTagsArrayin interfaceorg.apache.hadoop.hbase.Cell
-
getTagsOffset
- Specified by:
getTagsOffsetin interfaceorg.apache.hadoop.hbase.Cell
-
getSequenceId
- Specified by:
getSequenceIdin interfaceorg.apache.hadoop.hbase.Cell
-
getTagsLength
- Specified by:
getTagsLengthin interfaceorg.apache.hadoop.hbase.Cell
-
heapSize
- Specified by:
heapSizein interfaceorg.apache.hadoop.hbase.io.HeapSize
-