Uses of Class
org.apache.hadoop.hbase.filter.FilterListBase
Packages that use FilterListBase
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of FilterListBase in org.apache.hadoop.hbase.filter
Subclasses of FilterListBase in org.apache.hadoop.hbase.filterModifier and TypeClassDescriptionclass
FilterListWithAND represents an ordered list of filters which will be evaluated with an AND operator.class
FilterListWithOR represents an ordered list of filters which will be evaluated with an OR operator.Fields in org.apache.hadoop.hbase.filter declared as FilterListBase