public class ModelAwareWhileMatchFilter extends org.apache.hadoop.hbase.filter.WhileMatchFilter implements ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
| Constructor and Description |
|---|
ModelAwareWhileMatchFilter() |
ModelAwareWhileMatchFilter(org.apache.hadoop.hbase.filter.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Applies the message to
Filter to context. |
ModelAwareWhileMatchFilter |
wrap(org.apache.hadoop.hbase.filter.WhileMatchFilter filter)
Wraps an existing
WhileMatchFilter filter into a ModelAwareWhileMatchFilter. |
filterAllRemaining, filterKeyValue, filterRow, filterRowKey, getFilter, isFamilyEssential, readFields, reset, toString, transform, writecreateFilterFromArguments, filterRow, getNextKeyHint, hasFilterRow, isFamilyEssentialclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ModelAwareWhileMatchFilter()
public ModelAwareWhileMatchFilter(org.apache.hadoop.hbase.filter.Filter filter)
public void apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
Filter to context.apply in interface ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>public ModelAwareWhileMatchFilter wrap(org.apache.hadoop.hbase.filter.WhileMatchFilter filter)
WhileMatchFilter filter into a ModelAwareWhileMatchFilter.Apache Camel