@Generated(value="org.apache.camel.maven.packaging.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 |
---|---|
String |
getConfiguration() |
Integer |
getPoolMaxSize() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConfiguration(String configuration) |
void |
setPoolMaxSize(Integer poolMaxSize) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getConfiguration()
public void setConfiguration(String configuration)
public Integer getPoolMaxSize()
public void setPoolMaxSize(Integer poolMaxSize)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel