Uses of Class
org.apache.camel.component.hbase.model.HBaseCell
-
Packages that use HBaseCell Package Description org.apache.camel.component.hbase.model -
-
Uses of HBaseCell in org.apache.camel.component.hbase.model
Methods in org.apache.camel.component.hbase.model that return types with arguments of type HBaseCell Modifier and Type Method Description Set<HBaseCell>HBaseRow. getCells()Method parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseCell Modifier and Type Method Description voidHBaseRow. setCells(Set<HBaseCell> cells)Constructor parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseCell Constructor Description HBaseRow(Set<HBaseCell> cells)
-