Uses of Class
org.apache.camel.component.hbase.HBaseEndpoint

Packages that use HBaseEndpoint
org.apache.camel.component.hbase   
 

Uses of HBaseEndpoint in org.apache.camel.component.hbase
 

Constructors in org.apache.camel.component.hbase with parameters of type HBaseEndpoint
HBaseConsumer(HBaseEndpoint endpoint, org.apache.camel.Processor processor, org.apache.hadoop.hbase.client.HTablePool tablePool, String tableName)
           
HBaseProducer(HBaseEndpoint endpoint, org.apache.hadoop.hbase.client.HTablePool tablePool, String tableName)
           
 



Apache CAMEL