Uses of Class
org.apache.camel.component.hbase.model.HBaseRow
-
Packages that use HBaseRow Package Description 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 Modifier and Type Method Description HBaseRowHBaseConsumer. getRowModel()HBaseRowHBaseEndpoint. getRowModel()Methods in org.apache.camel.component.hbase with parameters of type HBaseRow Modifier and Type Method Description voidHBaseConsumer. setRowModel(HBaseRow rowModel)voidHBaseEndpoint. setRowModel(HBaseRow rowModel)An instance of org.apache.camel.component.hbase.model.HBaseRow which describes how each row should be modeled -
Uses of HBaseRow in org.apache.camel.component.hbase.filters
Methods in org.apache.camel.component.hbase.filters with parameters of type HBaseRow Modifier and Type Method Description voidModelAwareColumnMatchingFilter. apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.voidModelAwareFilter. apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.voidModelAwareFilterList. apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.voidModelAwareRowPrefixMatchingFilter. apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.voidModelAwareSkipFilter. apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.voidModelAwareWhileMatchFilter. apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto 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 Modifier and Type Method Description List<HBaseRow>HBaseData. getRows()Methods in org.apache.camel.component.hbase.model with parameters of type HBaseRow Modifier and Type Method Description voidHBaseRow. apply(HBaseRow modelRow)Method parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseRow Modifier and Type Method Description voidHBaseData. setRows(List<HBaseRow> rows)Constructor parameters in org.apache.camel.component.hbase.model with type arguments of type HBaseRow Constructor Description HBaseData(List<HBaseRow> rows)
-