| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static HbaseComponentBuilderFactory.HbaseComponentBuilder |
ComponentsBuilderFactory.hbase()
HBase (camel-hbase)
Reading and write from/to an HBase store (Hadoop database).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HbaseComponentBuilderFactory.HbaseComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default HbaseComponentBuilderFactory.HbaseComponentBuilder |
HbaseComponentBuilderFactory.HbaseComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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.
|
Apache Camel