org.apache.camel.component.hbase.filters
Class ModelAwareWhileMatchFilter
java.lang.Object
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.WhileMatchFilter
org.apache.camel.component.hbase.filters.ModelAwareWhileMatchFilter
- All Implemented Interfaces:
- ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>, org.apache.hadoop.hbase.filter.Filter, org.apache.hadoop.io.Writable
public class ModelAwareWhileMatchFilter
- extends org.apache.hadoop.hbase.filter.WhileMatchFilter
- implements ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.filter.Filter |
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
Methods inherited from class org.apache.hadoop.hbase.filter.WhileMatchFilter |
filterAllRemaining, filterKeyValue, filterRow, filterRowKey, getFilter, readFields, reset, write |
Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase |
filterRow, getNextKeyHint, hasFilterRow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.hbase.filter.Filter |
filterAllRemaining, filterKeyValue, filterRow, filterRow, filterRowKey, getNextKeyHint, hasFilterRow, reset |
Methods inherited from interface org.apache.hadoop.io.Writable |
readFields, write |
ModelAwareWhileMatchFilter
public ModelAwareWhileMatchFilter()
ModelAwareWhileMatchFilter
public ModelAwareWhileMatchFilter(org.apache.hadoop.hbase.filter.Filter filter)
apply
public void apply(org.apache.camel.CamelContext context,
HBaseRow rowModel)
- Applies the message to
Filter
to context.
- Specified by:
apply
in interface ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
wrap
public ModelAwareWhileMatchFilter wrap(org.apache.hadoop.hbase.filter.WhileMatchFilter filter)
- Wraps an existing
WhileMatchFilter
filter into a ModelAwareWhileMatchFilter
.
Apache CAMEL