Represents an HBase endpoint.
Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
tableName | path | common | true | java.lang.String | The name of the table | ||
cellMappingStrategyFactory | parameter | common | org.apache.camel.component.hbase.mapping.CellMappingStrategyFactory | To use a custom CellMappingStrategyFactory that is responsible for mapping cells. | |||
filters | parameter | common | java.util.List |
A list of filters to use. | |||
mappingStrategyClassName | parameter | common | java.lang.String | The class name of a custom mapping strategy implementation. | |||
mappingStrategyName | parameter | common | java.lang.String | header body |
The strategy to use for mapping Camel messages to HBase columns. Supported values: header, or body. | ||
rowModel | parameter | common | org.apache.camel.component.hbase.model.HBaseRow | An instance of org.apache.camel.component.hbase.model.HBaseRow which describes how each row should be modeled | |||
maxMessagesPerPoll | parameter | consumer | int | Gets the maximum number of messages as a limit to poll at each polling. Is default unlimited, but use 0 or negative number to disable it as unlimited. | |||
operation | parameter | consumer | java.lang.String | CamelHBasePut CamelHBaseGet CamelHBaseScan CamelHBaseDelete |
The HBase operation to perform | ||
remove | parameter | consumer | true | boolean | If the option is true, Camel HBase Consumer will remove the rows which it processes. | ||
removeHandler | parameter | consumer | org.apache.camel.component.hbase.HBaseRemoveHandler | To use a custom HBaseRemoveHandler that is executed when a row is to be removed. | |||
maxResults | parameter | producer | 100 | int | The maximum number of rows to scan. | ||
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |
The HBase consumer.