Class HBaseComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.hbase.springboot.HBaseComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.hbase") public class HBaseComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonReading and write from/to an HBase store (Hadoop database). Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description HBaseComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()org.apache.hadoop.conf.ConfigurationgetConfiguration()BooleangetLazyStartProducer()IntegergetPoolMaxSize()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetConfiguration(org.apache.hadoop.conf.Configuration configuration)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetPoolMaxSize(Integer poolMaxSize)
-
-
-
Method Detail
-
getPoolMaxSize
public Integer getPoolMaxSize()
-
setPoolMaxSize
public void setPoolMaxSize(Integer poolMaxSize)
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getConfiguration
public org.apache.hadoop.conf.Configuration getConfiguration()
-
setConfiguration
public void setConfiguration(org.apache.hadoop.conf.Configuration configuration)
-
-