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 |
HBaseEndpoint.getRowModel() |
HBaseRow |
HBaseConsumer.getRowModel() |
Modifier and Type | Method and Description |
---|---|
void |
HBaseEndpoint.setRowModel(HBaseRow rowModel)
An instance of org.apache.camel.component.hbase.model.HBaseRow which describes how each row should be modeled
|
void |
HBaseConsumer.setRowModel(HBaseRow rowModel) |
Modifier and Type | Method and Description |
---|---|
void |
ModelAwareWhileMatchFilter.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. |
void |
ModelAwareFilterList.apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to context. |
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 |
ModelAwareRowPrefixMatchingFilter.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