Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Method and Description |
---|---|
static FilterList.Operator |
FilterList.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterList.Operator[] |
FilterList.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FilterList(List<ScanFilter> filters,
FilterList.Operator op)
Constructor.
|
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.