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

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

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

Fields in org.apache.hadoop.hive.ql.security.authorization with type parameters of type PrivilegeScope
static EnumSet<PrivilegeScope> PrivilegeScope.ALLSCOPE
           
static EnumSet<PrivilegeScope> PrivilegeScope.ALLSCOPE_EXCEPT_COLUMN
           
 

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



Copyright © 2011 The Apache Software Foundation