Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ScanFilter |
Scanner.getFilter()
Returns the possibly-
null filter applied to this scanner. |
Modifier and Type | Method and Description |
---|---|
void |
Scanner.setFilter(ScanFilter filter)
Specifies the filter to apply to this scanner.
|
Constructor and Description |
---|
FilterList(List<ScanFilter> filters)
Constructor.
|
FilterList(List<ScanFilter> filters,
FilterList.Operator op)
Constructor.
|
Copyright ? 2010-2015, The Async HBase Authors