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)
poolMaxSize - the value to setdefault HbaseComponentBuilderFactory.HbaseComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault HbaseComponentBuilderFactory.HbaseComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault HbaseComponentBuilderFactory.HbaseComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault HbaseComponentBuilderFactory.HbaseComponentBuilder configuration(org.apache.hadoop.conf.Configuration configuration)
configuration - the value to setApache Camel