public class ModelAwareRowPrefixMatchingFilter extends org.apache.hadoop.hbase.filter.FilterList implements ModelAwareFilter<org.apache.hadoop.hbase.filter.FilterList>
FilterList that contains multiple PrefixFilters 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, filterAllRemaining, filterKeyValue, filterRow, filterRow, filterRowKey, getFilters, getNextKeyHint, getOperator, hasFilterRow, isFamilyEssential, readFields, reset, toString, toString, transform, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ModelAwareRowPrefixMatchingFilter()
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