org.apache.camel.component.hbase.filters
Interface ModelAwareFilter<T extends org.apache.hadoop.hbase.filter.Filter>

All Superinterfaces:
org.apache.hadoop.hbase.filter.Filter, org.apache.hadoop.io.Writable
All Known Implementing Classes:
ModelAwareColumnMatchingFilter, ModelAwareFilterList, ModelAwareSkipFilter, ModelAwareWhileMatchFilter

public interface ModelAwareFilter<T extends org.apache.hadoop.hbase.filter.Filter>
extends org.apache.hadoop.hbase.filter.Filter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode
 
Method Summary
 void apply(org.apache.camel.CamelContext context, HBaseRow rowModel)
          Applies the message to Filter to context.
 
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
 

Method Detail

apply

void apply(org.apache.camel.CamelContext context,
           HBaseRow rowModel)
Applies the message to Filter to context.



Apache CAMEL