Class HBaseCell
java.lang.Object
org.apache.camel.component.hbase.model.HBaseCell
A simplified representation of HBase KeyValue objects, which uses the actual Objects instead of byte arrays. It is
used in order to abstract the conversion strategy from CellMappingStrategy. It is also used as a template to specify
which will be the columns returned in gets, scans etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getValue()
Class<?>
int
hashCode()
void
void
setQualifier
(String qualifier) void
setTimestamp
(Long timestamp) void
void
setValueType
(Class<?> valueType) toString()
-
Constructor Details
-
HBaseCell
public HBaseCell()
-
-
Method Details