org.apache.camel.component.hbase.model
Class HBaseRow
java.lang.Object
org.apache.camel.component.hbase.model.HBaseRow
- All Implemented Interfaces:
- Cloneable
public class HBaseRow
- extends Object
- implements Cloneable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBaseRow
public HBaseRow()
HBaseRow
public HBaseRow(Set<HBaseCell> cells)
getId
public Object getId()
setId
public void setId(Object id)
getRowType
public Class<?> getRowType()
setRowType
public void setRowType(Class<?> rowType)
getCells
public Set<HBaseCell> getCells()
setCells
public void setCells(Set<HBaseCell> cells)
isEmpty
public boolean isEmpty()
size
public int size()
apply
public void apply(HBaseRow modelRow)
Apache CAMEL