default HbaseComponentBuilderFactory.HbaseComponentBuilder |
HbaseComponentBuilderFactory.HbaseComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
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 |
HbaseComponentBuilderFactory.HbaseComponentBuilder.configuration(org.apache.hadoop.conf.Configuration configuration) |
To use the shared configuration.
|
static HbaseComponentBuilderFactory.HbaseComponentBuilder |
HbaseComponentBuilderFactory.hbase() |
HBase (camel-hbase)
Reading and write from/to an HBase store (Hadoop database).
|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
HbaseComponentBuilderFactory.HbaseComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
HbaseComponentBuilderFactory.HbaseComponentBuilder.poolMaxSize(int poolMaxSize) |
Maximum number of references to keep for each table in the HTable
pool.
|