@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.hbase") public class HBaseComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
HBaseComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getBridgeErrorHandler() |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
Boolean |
getLazyStartProducer() |
Integer |
getPoolMaxSize() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setConfiguration(org.apache.hadoop.conf.Configuration configuration) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setPoolMaxSize(Integer poolMaxSize) |
public Integer getPoolMaxSize()
public void setPoolMaxSize(Integer poolMaxSize)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public org.apache.hadoop.conf.Configuration getConfiguration()
public void setConfiguration(org.apache.hadoop.conf.Configuration configuration)
Apache Camel