|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScanFilter | |
---|---|
org.hbase.async |
Uses of ScanFilter in org.hbase.async |
---|
Subclasses of ScanFilter in org.hbase.async | |
---|---|
class |
ColumnPrefixFilter
Sets a binary prefix to filter results based on the column qualifier. |
class |
ColumnRangeFilter
Filters based on a range of column qualifiers. |
class |
FilterList
Combines a list of filters into one. |
class |
KeyRegexpFilter
Filters rows based on an expression applied to the row key. |
Methods in org.hbase.async that return ScanFilter | |
---|---|
ScanFilter |
Scanner.getFilter()
Returns the possibly- null filter applied to this scanner. |
Methods in org.hbase.async with parameters of type ScanFilter | |
---|---|
void |
Scanner.setFilter(ScanFilter filter)
Specifies the filter to apply to this scanner. |
Constructor parameters in org.hbase.async with type arguments of type ScanFilter | |
---|---|
FilterList(List<ScanFilter> filters)
Constructor. |
|
FilterList(List<ScanFilter> filters,
FilterList.Operator op)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |