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.ExtendedCell,org.apache.hadoop.hbase.io.HeapSize,org.apache.hadoop.hbase.RawCell
- Enclosing class:
- TestCellUtil
private static class TestCellUtil.TestCell
extends Object
implements org.apache.hadoop.hbase.ExtendedCell
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
FieldsFields inherited from interface org.apache.hadoop.hbase.ExtendedCell
CELL_NOT_BASED_ON_CHUNKFields inherited from interface org.apache.hadoop.hbase.RawCell
MAX_TAGS_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byteintbyte[]intintbyte[]shortintlongintbyte[]intintlongbytebyte[]intintlongheapSize()voidsetSequenceId(long seqId) voidsetTimestamp(byte[] ts) voidsetTimestamp(long ts) 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.ExtendedCell
deepClone, getChunkId, getSerializedSize, getType, write, writeMethods inherited from interface org.apache.hadoop.hbase.RawCell
cloneTags, getTag, getTags
-
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.ExtendedCell
-
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- Specified by:
getSerializedSizein interfaceorg.apache.hadoop.hbase.ExtendedCell
-
getTagsArray
- Specified by:
getTagsArrayin interfaceorg.apache.hadoop.hbase.RawCell
-
getTagsOffset
- Specified by:
getTagsOffsetin interfaceorg.apache.hadoop.hbase.RawCell
-
getSequenceId
- Specified by:
getSequenceIdin interfaceorg.apache.hadoop.hbase.ExtendedCell
-
getTagsLength
- Specified by:
getTagsLengthin interfaceorg.apache.hadoop.hbase.RawCell
-
heapSize
- Specified by:
heapSizein interfaceorg.apache.hadoop.hbase.io.HeapSize
-
setSequenceId
- Specified by:
setSequenceIdin interfaceorg.apache.hadoop.hbase.ExtendedCell- Throws:
IOException
-
setTimestamp
- Specified by:
setTimestampin interfaceorg.apache.hadoop.hbase.ExtendedCell- Throws:
IOException
-
setTimestamp
- Specified by:
setTimestampin interfaceorg.apache.hadoop.hbase.ExtendedCell- Throws:
IOException
-