Class 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>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.hadoop.hbase.filter.Filter

        org.apache.hadoop.hbase.filter.Filter.ReturnCode
    • Field Summary

      • Fields inherited from class org.apache.hadoop.hbase.filter.Filter

        reversed
    • 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
      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.
      • 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
      • Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase

        createFilterFromArguments, filterRowCells, getNextCellHint
      • Methods inherited from class org.apache.hadoop.hbase.filter.Filter

        isReversed, setReversed
    • Constructor Detail

      • 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>
      • getFilteredList

        public org.apache.hadoop.hbase.filter.FilterList getFilteredList()
        Specified by:
        getFilteredList in interface ModelAwareFilter<org.apache.hadoop.hbase.filter.WhileMatchFilter>