Uses of Class
org.apache.hadoop.hbase.filter.FilterListBase

Packages that use org.apache.hadoop.hbase.filter.FilterListBase
Package
Description
Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next().
  • Uses of org.apache.hadoop.hbase.filter.FilterListBase in org.apache.hadoop.hbase.filter

    Subclasses of org.apache.hadoop.hbase.filter.FilterListBase in in org.apache.hadoop.hbase.filter
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.filter.FilterListWithAND
    FilterListWithAND represents an ordered list of filters which will be evaluated with an AND operator.
    class 
    org.apache.hadoop.hbase.filter.FilterListWithOR
    FilterListWithOR represents an ordered list of filters which will be evaluated with an OR operator.