Uses of Class
org.apache.hadoop.hive.ql.plan.RoleDDLDesc.RoleOperation

Packages that use RoleDDLDesc.RoleOperation
org.apache.hadoop.hive.ql.plan   
 

Uses of RoleDDLDesc.RoleOperation in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return RoleDDLDesc.RoleOperation
 RoleDDLDesc.RoleOperation RoleDDLDesc.getOperation()
           
static RoleDDLDesc.RoleOperation RoleDDLDesc.RoleOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RoleDDLDesc.RoleOperation[] RoleDDLDesc.RoleOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type RoleDDLDesc.RoleOperation
 void RoleDDLDesc.setOperation(RoleDDLDesc.RoleOperation operation)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type RoleDDLDesc.RoleOperation
RoleDDLDesc(String principalName, PrincipalType principalType, RoleDDLDesc.RoleOperation operation, String roleOwnerName)
           
RoleDDLDesc(String roleName, RoleDDLDesc.RoleOperation operation)
           
 



Copyright © 2011 The Apache Software Foundation