public class ModelAwareColumnMatchingFilter extends Object implements ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>
FilterList that contains multiple SingleColumnValueExcludeFilters one per column that is part of
the model.| Constructor and Description |
|---|
ModelAwareColumnMatchingFilter()
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. |
org.apache.hadoop.hbase.filter.FilterList |
getFilteredList() |
public ModelAwareColumnMatchingFilter()
public org.apache.hadoop.hbase.filter.FilterList getFilteredList()
getFilteredList in interface ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>public void apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Filter to context.apply in interface ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>Apache Camel