public class HBaseRow extends Object implements Cloneable
HBaseRow()
HBaseRow(Set<HBaseCell> cells)
void
apply(HBaseRow modelRow)
Set<HBaseCell>
getCells()
Object
getId()
Class<?>
getRowType()
boolean
isEmpty()
setCells(Set<HBaseCell> cells)
setId(Object id)
setRowType(Class<?> rowType)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HBaseRow()
public HBaseRow(Set<HBaseCell> cells)
public Object getId()
public void setId(Object id)
public Class<?> getRowType()
public void setRowType(Class<?> rowType)
public Set<HBaseCell> getCells()
public void setCells(Set<HBaseCell> cells)
public boolean isEmpty()
public int size()
public void apply(HBaseRow modelRow)
Apache Camel