Package | Description |
---|---|
org.apache.hadoop.hbase.security.visibility | |
org.apache.hadoop.hbase.security.visibility.expression |
Modifier and Type | Method and Description |
---|---|
ExpressionNode |
ExpressionExpander.expand(ExpressionNode src) |
ExpressionNode |
ExpressionParser.parse(String expS) |
Modifier and Type | Method and Description |
---|---|
ExpressionNode |
ExpressionExpander.expand(ExpressionNode src) |
Modifier and Type | Class and Description |
---|---|
class |
LeafExpressionNode |
class |
NonLeafExpressionNode |
Modifier and Type | Method and Description |
---|---|
ExpressionNode |
ExpressionNode.deepClone() |
Modifier and Type | Method and Description |
---|---|
List<ExpressionNode> |
NonLeafExpressionNode.getChildExps() |
Modifier and Type | Method and Description |
---|---|
void |
NonLeafExpressionNode.addChildExp(ExpressionNode exp) |
Modifier and Type | Method and Description |
---|---|
void |
NonLeafExpressionNode.addChildExps(List<ExpressionNode> exps) |
Constructor and Description |
---|
NonLeafExpressionNode(Operator op,
ExpressionNode... exps) |
Constructor and Description |
---|
NonLeafExpressionNode(Operator op,
List<ExpressionNode> exps) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.