Uses of Enum
org.apache.hadoop.hbase.security.visibility.expression.Operator
Packages that use Operator
Package
Description
-
Uses of Operator in org.apache.hadoop.hbase.security.visibility
Methods in org.apache.hadoop.hbase.security.visibility that return OperatorMethods in org.apache.hadoop.hbase.security.visibility with parameters of type OperatorModifier and TypeMethodDescriptionprivate NonLeafExpressionNode
ExpressionExpander.expandNonLeaf
(NonLeafExpressionNode newNode, Operator outerOp) private NonLeafExpressionNode
ExpressionExpander.mergeChildNodes
(NonLeafExpressionNode newOuterNode, Operator outerOp, ExpressionNode lChild, NonLeafExpressionNode nlChild) private void
ExpressionParser.processANDorOROp
(Operator op, Stack<ExpressionNode> expStack, String expS, int index) -
Uses of Operator in org.apache.hadoop.hbase.security.visibility.expression
Fields in org.apache.hadoop.hbase.security.visibility.expression declared as OperatorMethods in org.apache.hadoop.hbase.security.visibility.expression that return OperatorModifier and TypeMethodDescriptionNonLeafExpressionNode.getOperator()
static Operator
Returns the enum constant of this type with the specified name.static Operator[]
Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hadoop.hbase.security.visibility.expression with parameters of type OperatorModifierConstructorDescriptionNonLeafExpressionNode
(Operator op, List<ExpressionNode> exps) NonLeafExpressionNode
(Operator op, ExpressionNode... exps)