org.apache.camel.component.hbase.filters
Class ModelAwareWhileMatchFilter

java.lang.Object
  extended by org.apache.hadoop.hbase.filter.FilterBase
      extended by org.apache.hadoop.hbase.filter.WhileMatchFilter
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode
 
Constructor Summary
ModelAwareWhileMatchFilter()
           
ModelAwareWhileMatchFilter(org.apache.hadoop.hbase.filter.Filter filter)
           
 
Method Summary
 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.
 
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
 

Constructor Detail

ModelAwareWhileMatchFilter

public ModelAwareWhileMatchFilter()

ModelAwareWhileMatchFilter

public ModelAwareWhileMatchFilter(org.apache.hadoop.hbase.filter.Filter filter)
Method Detail

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