Class HBaseRow
java.lang.Object
org.apache.camel.component.hbase.model.HBaseRow
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getCells()
getId()
Class<?>
long
boolean
isEmpty()
void
void
void
setRowType
(Class<?> rowType) void
setTimestamp
(long timestamp) int
size()
-
Constructor Details
-
HBaseRow
public HBaseRow() -
HBaseRow
-
-
Method Details
-
getId
-
setId
-
getRowType
-
setRowType
-
getCells
-
setCells
-
isEmpty
public boolean isEmpty() -
size
public int size() -
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
apply
-