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

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

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)
           
 



Copyright © 2012 The Apache Software Foundation