public static interface HbaseComponentBuilderFactory.HbaseComponentBuilder extends ComponentBuilder<org.apache.camel.component.hbase.HBaseComponent>
| Modifier and Type | Method and Description |
|---|---|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
configuration(org.apache.hadoop.conf.Configuration configuration)
To use the shared configuration.
|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
poolMaxSize(int poolMaxSize)
Maximum number of references to keep for each table in the HTable
pool.
|
build, build, doSetProperty, registerdefault HbaseComponentBuilderFactory.HbaseComponentBuilder poolMaxSize(int poolMaxSize)
int type.
Default: 10
Group: commondefault HbaseComponentBuilderFactory.HbaseComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault HbaseComponentBuilderFactory.HbaseComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault HbaseComponentBuilderFactory.HbaseComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advanceddefault HbaseComponentBuilderFactory.HbaseComponentBuilder configuration(org.apache.hadoop.conf.Configuration configuration)
org.apache.hadoop.conf.Configuration
type.
Group: advancedApache Camel