Class HBaseRow

java.lang.Object
org.apache.camel.component.hbase.model.HBaseRow
All Implemented Interfaces:
Cloneable

public class HBaseRow extends Object implements Cloneable
  • Constructor Details

    • HBaseRow

      public HBaseRow()
    • HBaseRow

      public HBaseRow(Set<HBaseCell> cells)
  • Method Details

    • 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()
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)
    • apply

      public void apply(HBaseRow modelRow)