Class ModelAwareColumnMatchingFilter
- java.lang.Object
-
- org.apache.camel.component.hbase.filters.ModelAwareColumnMatchingFilter
-
- All Implemented Interfaces:
ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>
public class ModelAwareColumnMatchingFilter extends Object implements ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>
AFilterListthat contains multipleSingleColumnValueExcludeFilters one per column that is part of the model.
-
-
Constructor Summary
Constructors Constructor Description ModelAwareColumnMatchingFilter()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.org.apache.hadoop.hbase.filter.FilterListgetFilteredList()
-
-
-
Method Detail
-
getFilteredList
public org.apache.hadoop.hbase.filter.FilterList getFilteredList()
- Specified by:
getFilteredListin interfaceModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>
-
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>
-
-