Class ModelAwareWhileMatchFilter
- java.lang.Object
-
- org.apache.hadoop.hbase.filter.Filter
-
- 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>
public class ModelAwareWhileMatchFilter extends org.apache.hadoop.hbase.filter.WhileMatchFilter implements ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
-
-
Constructor Summary
Constructors Constructor Description ModelAwareWhileMatchFilter(org.apache.hadoop.hbase.filter.Filter filter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.org.apache.hadoop.hbase.filter.FilterListgetFilteredList()static ModelAwareWhileMatchFilterwrap(org.apache.hadoop.hbase.filter.WhileMatchFilter filter)Wraps an existingWhileMatchFilterfilter into aModelAwareWhileMatchFilter.-
Methods inherited from class org.apache.hadoop.hbase.filter.WhileMatchFilter
equals, filterAllRemaining, filterCell, filterKeyValue, filterRow, filterRowKey, filterRowKey, getFilter, hasFilterRow, hashCode, isFamilyEssential, parseFrom, reset, toByteArray, toString, transformCell
-
-
-
-
Method Detail
-
apply
public void apply(org.apache.camel.CamelContext context, HBaseRow rowModel)Applies the message toFilterto context.- Specified by:
applyin interfaceModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
-
wrap
public static ModelAwareWhileMatchFilter wrap(org.apache.hadoop.hbase.filter.WhileMatchFilter filter)
Wraps an existingWhileMatchFilterfilter into aModelAwareWhileMatchFilter.
-
getFilteredList
public org.apache.hadoop.hbase.filter.FilterList getFilteredList()
- Specified by:
getFilteredListin interfaceModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>
-
-