Class ModelAwareRowPrefixMatchingFilter
- java.lang.Object
-
- org.apache.camel.component.hbase.filters.ModelAwareFilterList
-
- org.apache.camel.component.hbase.filters.ModelAwareRowPrefixMatchingFilter
-
- All Implemented Interfaces:
ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>
public class ModelAwareRowPrefixMatchingFilter extends ModelAwareFilterList
AFilterListthat contains multiplePrefixFilters one per column that is part of the model.
-
-
Constructor Summary
Constructors Constructor Description ModelAwareRowPrefixMatchingFilter()Writable constructor, do not use.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.-
Methods inherited from class org.apache.camel.component.hbase.filters.ModelAwareFilterList
addFilter, getFilteredList, getFilters, wrap
-
-
-
-
Method Detail
-
apply
public void apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.- Specified by:
applyin interfaceModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>- Overrides:
applyin classModelAwareFilterList
-
-