Uses of Class
org.apache.hadoop.hive.ql.hooks.Entity.Type

Packages that use Entity.Type
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.security.authorization   
 

Uses of Entity.Type in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks that return Entity.Type
 Entity.Type Entity.getTyp()
           
 Entity.Type Entity.getType()
          Get the type of the entity.
static Entity.Type Entity.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Entity.Type[] Entity.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.hooks with parameters of type Entity.Type
 void Entity.setTyp(Entity.Type typ)
           
 

Uses of Entity.Type in org.apache.hadoop.hive.ql.security.authorization
 

Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type Entity.Type
static HivePrivilegeObject.HivePrivilegeObjectType AuthorizationUtils.getHivePrivilegeObjectType(Entity.Type type)
          Convert thrift object type to hive authorization plugin object type
 



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