public class ModelAwareWhileMatchFilter extends org.apache.hadoop.hbase.filter.WhileMatchFilter implements ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
Constructor and Description |
---|
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. |
org.apache.hadoop.hbase.filter.FilterList |
getFilteredList() |
static ModelAwareWhileMatchFilter |
wrap(org.apache.hadoop.hbase.filter.WhileMatchFilter filter)
Wraps an existing
WhileMatchFilter filter into a ModelAwareWhileMatchFilter . |
filterAllRemaining, filterKeyValue, filterRow, filterRowKey, getFilter, hasFilterRow, isFamilyEssential, parseFrom, reset, toByteArray, toString, transformCell
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 static ModelAwareWhileMatchFilter wrap(org.apache.hadoop.hbase.filter.WhileMatchFilter filter)
WhileMatchFilter
filter into a ModelAwareWhileMatchFilter
.public org.apache.hadoop.hbase.filter.FilterList getFilteredList()
getFilteredList
in interface ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
Apache Camel