Uses of Class
org.apache.camel.component.hbase.mapping.CellMappingStrategyFactory
-
Packages that use CellMappingStrategyFactory Package Description org.apache.camel.component.hbase -
-
Uses of CellMappingStrategyFactory in org.apache.camel.component.hbase
Methods in org.apache.camel.component.hbase that return CellMappingStrategyFactory Modifier and Type Method Description CellMappingStrategyFactoryHBaseEndpoint. getCellMappingStrategyFactory()Methods in org.apache.camel.component.hbase with parameters of type CellMappingStrategyFactory Modifier and Type Method Description voidHBaseEndpoint. setCellMappingStrategyFactory(CellMappingStrategyFactory cellMappingStrategyFactory)To use a custom CellMappingStrategyFactory that is responsible for mapping cells.
-