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

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

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

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

Methods in org.apache.hadoop.hive.ql.security.authorization that return Privilege.PrivilegeType
 Privilege.PrivilegeType Privilege.getPriv()
           
static Privilege.PrivilegeType Privilege.getPrivTypeByName(String privilegeName)
           
static Privilege.PrivilegeType Privilege.getPrivTypeByToken(int token)
           
static Privilege.PrivilegeType Privilege.PrivilegeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Privilege.PrivilegeType[] Privilege.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 Privilege.PrivilegeType
static Privilege PrivilegeRegistry.getPrivilege(Privilege.PrivilegeType privilegeType)
           
 void Privilege.setPriv(Privilege.PrivilegeType priv)
           
 

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



Copyright © 2012 The Apache Software Foundation