|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseRow | |
---|---|
org.apache.camel.component.hbase | |
org.apache.camel.component.hbase.filters | |
org.apache.camel.component.hbase.model |
Uses of HBaseRow in org.apache.camel.component.hbase |
---|
Methods in org.apache.camel.component.hbase that return HBaseRow | |
---|---|
HBaseRow |
HBaseComponent.createRowModel(Map<String,Object> parameters)
Creates an HBaseRow model from the specified endpoint parameters. |
HBaseRow |
HBaseConsumer.getRowModel()
|
HBaseRow |
HBaseEndpoint.getRowModel()
|
Methods in org.apache.camel.component.hbase with parameters of type HBaseRow | |
---|---|
void |
HBaseConsumer.setRowModel(HBaseRow rowModel)
|
void |
HBaseEndpoint.setRowModel(HBaseRow rowModel)
|
Uses of HBaseRow in org.apache.camel.component.hbase.filters |
---|
Methods in org.apache.camel.component.hbase.filters with parameters of type HBaseRow | |
---|---|
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 |
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 |
ModelAwareColumnMatchingFilter.apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to Filter to context. |
Uses of HBaseRow in org.apache.camel.component.hbase.model |
---|
Methods in org.apache.camel.component.hbase.model that return types with arguments of type HBaseRow | |
---|---|
List<HBaseRow> |
HBaseData.getRows()
|
Methods in org.apache.camel.component.hbase.model with parameters of type HBaseRow | |
---|---|
void |
HBaseRow.apply(HBaseRow modelRow)
|
Method parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseRow | |
---|---|
void |
HBaseData.setRows(List<HBaseRow> rows)
|
Constructor parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseRow | |
---|---|
HBaseData(List<HBaseRow> rows)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |