Uses of Class
org.apache.hadoop.hbase.security.visibility.expression.Operator

Packages that use Operator
org.apache.hadoop.hbase.security.visibility.expression   
 

Uses of Operator in org.apache.hadoop.hbase.security.visibility.expression
 

Methods in org.apache.hadoop.hbase.security.visibility.expression that return Operator
 Operator NonLeafExpressionNode.getOperator()
           
static Operator Operator.valueOf(String name)
          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 Operator
NonLeafExpressionNode(Operator op)
           
NonLeafExpressionNode(Operator op, ExpressionNode... exps)
           
NonLeafExpressionNode(Operator op, List<ExpressionNode> exps)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.