Constructor and Description |
---|
HBaseRow() |
HBaseRow(Set<HBaseCell> cells) |
Modifier and Type | Method and Description |
---|---|
void |
apply(HBaseRow modelRow) |
Set<HBaseCell> |
getCells() |
Object |
getId() |
Class<?> |
getRowType() |
long |
getTimestamp() |
boolean |
isEmpty() |
void |
setCells(Set<HBaseCell> cells) |
void |
setId(Object id) |
void |
setRowType(Class<?> rowType) |
void |
setTimestamp(long timestamp) |
int |
size() |
public Object getId()
public void setId(Object id)
public Class<?> getRowType()
public void setRowType(Class<?> rowType)
public boolean isEmpty()
public int size()
public long getTimestamp()
public void setTimestamp(long timestamp)
public void apply(HBaseRow modelRow)
Apache Camel