| Package | Description |
|---|---|
| org.apache.camel.component.hbase | |
| org.apache.camel.component.hbase.filters | |
| org.apache.camel.component.hbase.model |
| Modifier and Type | Method and Description |
|---|---|
HBaseRow |
HBaseComponent.createRowModel(Map<String,Object> parameters)
Creates an
HBaseRow model from the specified endpoint parameters. |
HBaseRow |
HBaseEndpoint.getRowModel() |
HBaseRow |
HBaseConsumer.getRowModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
HBaseEndpoint.setRowModel(HBaseRow rowModel) |
void |
HBaseConsumer.setRowModel(HBaseRow rowModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelAwareColumnMatchingFilter.apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to context. |
void |
ModelAwareFilter.apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to context. |
void |
ModelAwareWhileMatchFilter.apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to context. |
void |
ModelAwareFilterList.apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to context. |
void |
ModelAwareSkipFilter.apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to context. |
| Modifier and Type | Method and Description |
|---|---|
List<HBaseRow> |
HBaseData.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
HBaseRow.apply(HBaseRow modelRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
HBaseData.setRows(List<HBaseRow> rows) |
| Constructor and Description |
|---|
HBaseData(List<HBaseRow> rows) |
Apache Camel