| Package | Description |
|---|---|
| com.atlantbh.jmeter.plugins.hbasecomponents.utils.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionNode
Helper class for filters.
|
class |
OperatorNode
Helper class for filters.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
FilterParser.parse(String expression)
parse complex expression
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getChilds() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addChild(Node child) |
static org.apache.hadoop.hbase.filter.Filter |
HBaseFilterParser.parse(Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setChilds(List<Node> childs) |
Copyright © 2016. All rights reserved.