Modifier and Type | Method and Description |
---|---|
DataCell |
copyValue(byte[] newValue,
CellType newCellType)
Get a copy of this cell with the value and cell type specified.
|
CellType |
dataType() |
int |
encodedLength() |
byte[] |
family() |
long |
familyLength() |
DataCell |
getClone() |
byte[] |
key() |
byte[] |
keyArray() |
int |
keyLength() |
int |
keyOffset() |
boolean |
matchesFamily(byte[] family) |
boolean |
matchesQualifier(byte[] family,
byte[] dataQualifierBytes) |
byte[] |
qualifier() |
byte[] |
qualifierArray() |
int |
qualifierOffset() |
byte[] |
value() |
byte[] |
valueArray() |
long |
valueAsLong() |
int |
valueLength() |
int |
valueOffset() |
long |
version() |
byte[] valueArray()
int valueOffset()
int valueLength()
byte[] keyArray()
int keyOffset()
int keyLength()
CellType dataType()
DataCell getClone()
boolean matchesFamily(byte[] family)
boolean matchesQualifier(byte[] family, byte[] dataQualifierBytes)
long version()
long valueAsLong()
DataCell copyValue(byte[] newValue, CellType newCellType)
newValue
- the new value to holdnewCellType
- the new cell type to usejava.lang.NullPointerException
- if newValue ==null
int encodedLength()
byte[] value()
byte[] family()
byte[] qualifier()
byte[] key()
byte[] qualifierArray()
int qualifierOffset()
long familyLength()