Uses of Class
org.apache.hadoop.hive.ql.security.authorization.PrivilegeType

Packages that use PrivilegeType
org.apache.hadoop.hive.ql.security.authorization   
 

Uses of PrivilegeType in org.apache.hadoop.hive.ql.security.authorization
 

Fields in org.apache.hadoop.hive.ql.security.authorization with type parameters of type PrivilegeType
protected static Map<PrivilegeType,Privilege> PrivilegeRegistry.Registry
           
protected static Map<PrivilegeType,Privilege> PrivilegeRegistry.RegistryV2
           
 

Methods in org.apache.hadoop.hive.ql.security.authorization that return PrivilegeType
 PrivilegeType Privilege.getPriv()
           
static PrivilegeType PrivilegeType.getPrivTypeByName(String privilegeName)
          Do case insensitive lookup of PrivilegeType with this name
static PrivilegeType PrivilegeType.getPrivTypeByToken(int token)
          Do case lookup of PrivilegeType associated with this antlr token
static PrivilegeType PrivilegeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrivilegeType[] PrivilegeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type PrivilegeType
static Privilege PrivilegeRegistry.getPrivilege(PrivilegeType privilegeType)
           
 void Privilege.setPriv(PrivilegeType priv)
           
 

Constructors in org.apache.hadoop.hive.ql.security.authorization with parameters of type PrivilegeType
Privilege(PrivilegeType priv)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.