Package org.apache.hadoop.hbase
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Cell
org.apache.hadoop.hbase.Cell.Type
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte
int
byte[]
int
int
byte[]
short
int
long
int
byte[]
int
int
long
byte
byte[]
int
int
long
heapSize()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.Cell
getType
-
Field Details
-
kv
-
-
Constructor Details
-
NonExtendedCell
-
-
Method Details
-
getRowArray
- Specified by:
getRowArray
in interfaceorg.apache.hadoop.hbase.Cell
-
getRowOffset
- Specified by:
getRowOffset
in interfaceorg.apache.hadoop.hbase.Cell
-
getRowLength
- Specified by:
getRowLength
in interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyArray
- Specified by:
getFamilyArray
in interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyOffset
- Specified by:
getFamilyOffset
in interfaceorg.apache.hadoop.hbase.Cell
-
getFamilyLength
- Specified by:
getFamilyLength
in interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierArray
- Specified by:
getQualifierArray
in interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierOffset
- Specified by:
getQualifierOffset
in interfaceorg.apache.hadoop.hbase.Cell
-
getQualifierLength
- Specified by:
getQualifierLength
in interfaceorg.apache.hadoop.hbase.Cell
-
getTimestamp
- Specified by:
getTimestamp
in interfaceorg.apache.hadoop.hbase.Cell
-
getTypeByte
- Specified by:
getTypeByte
in interfaceorg.apache.hadoop.hbase.Cell
-
getSequenceId
- Specified by:
getSequenceId
in interfaceorg.apache.hadoop.hbase.Cell
-
getValueArray
- Specified by:
getValueArray
in interfaceorg.apache.hadoop.hbase.Cell
-
getValueOffset
- Specified by:
getValueOffset
in interfaceorg.apache.hadoop.hbase.Cell
-
getValueLength
- Specified by:
getValueLength
in interfaceorg.apache.hadoop.hbase.Cell
-
getSerializedSize
- Specified by:
getSerializedSize
in interfaceorg.apache.hadoop.hbase.Cell
-
getTagsArray
- Specified by:
getTagsArray
in interfaceorg.apache.hadoop.hbase.Cell
-
getTagsOffset
- Specified by:
getTagsOffset
in interfaceorg.apache.hadoop.hbase.Cell
-
getTagsLength
- Specified by:
getTagsLength
in interfaceorg.apache.hadoop.hbase.Cell
-
heapSize
- Specified by:
heapSize
in interfaceorg.apache.hadoop.hbase.io.HeapSize
-