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.filterModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.filter.FilterListWithANDFilterListWithAND represents an ordered list of filters which will be evaluated with an AND operator.classorg.apache.hadoop.hbase.filter.FilterListWithORFilterListWithOR represents an ordered list of filters which will be evaluated with an OR operator.