Class HBaseComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.hbase")
    public class HBaseComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Reading and write from/to an HBase store (Hadoop database). Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • HBaseComponentConfiguration

        public HBaseComponentConfiguration()
    • 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)