Class HBaseRow
- java.lang.Object
-
- org.apache.camel.component.hbase.model.HBaseRow
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(HBaseRow modelRow)Set<HBaseCell>getCells()ObjectgetId()Class<?>getRowType()longgetTimestamp()booleanisEmpty()voidsetCells(Set<HBaseCell> cells)voidsetId(Object id)voidsetRowType(Class<?> rowType)voidsetTimestamp(long timestamp)intsize()
-
-
-
Method Detail
-
getId
public Object getId()
-
setId
public void setId(Object id)
-
getRowType
public Class<?> getRowType()
-
setRowType
public void setRowType(Class<?> rowType)
-
isEmpty
public boolean isEmpty()
-
size
public int size()
-
getTimestamp
public long getTimestamp()
-
setTimestamp
public void setTimestamp(long timestamp)
-
apply
public void apply(HBaseRow modelRow)
-
-