Uses of Class
org.apache.camel.component.hbase.model.HBaseCell

Packages that use HBaseCell
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
 Set<HBaseCell> HBaseRow.getCells()
           
 

Method parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseCell
 void HBaseRow.setCells(Set<HBaseCell> cells)
           
 

Constructor parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseCell
HBaseRow(Set<HBaseCell> cells)
           
 



Apache CAMEL