Uses of Interface
org.apache.camel.component.hbase.mapping.CellMappingStrategy

Packages that use CellMappingStrategy
org.apache.camel.component.hbase.mapping   
 

Uses of CellMappingStrategy in org.apache.camel.component.hbase.mapping
 

Classes in org.apache.camel.component.hbase.mapping that implement CellMappingStrategy
 class BodyMappingStrategy
          A CellMappingStrategy implementation.
 class HeaderMappingStrategy
          A default CellMappingStrategy implementation.
 

Methods in org.apache.camel.component.hbase.mapping that return CellMappingStrategy
 CellMappingStrategy CellMappingStrategyFactory.getStrategy(org.apache.camel.Message message)
           
 



Apache CAMEL