public class ModelAwareRowPrefixMatchingFilter extends ModelAwareFilterList
FilterList
that contains multiple PrefixFilter
s one per column that is part of the model.Constructor and Description |
---|
ModelAwareRowPrefixMatchingFilter()
Writable constructor, do not use.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to
context. |
addFilter, getFilteredList, getFilters, wrap
public ModelAwareRowPrefixMatchingFilter()
public void apply(org.apache.camel.CamelContext context, HBaseRow rowModel)
Filter
to
context.apply
in interface ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>
apply
in class ModelAwareFilterList
Apache Camel