Class CellMappingStrategyFactory
- java.lang.Object
-
- org.apache.camel.component.hbase.mapping.CellMappingStrategyFactory
-
public class CellMappingStrategyFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description CellMappingStrategyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellMappingStrategygetStrategy(org.apache.camel.Message message)
-
-
-
Field Detail
-
STRATEGY
public static final String STRATEGY
- See Also:
- Constant Field Values
-
STRATEGY_CLASS_NAME
public static final String STRATEGY_CLASS_NAME
- See Also:
- Constant Field Values
-
HEADER
public static final String HEADER
- See Also:
- Constant Field Values
-
BODY
public static final String BODY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStrategy
public CellMappingStrategy getStrategy(org.apache.camel.Message message)
-
-