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

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

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

Methods in org.apache.hadoop.hive.ql.hooks that return WriteEntity.Type
 WriteEntity.Type WriteEntity.getTyp()
           
 WriteEntity.Type WriteEntity.getType()
          Get the type of the entity.
static WriteEntity.Type WriteEntity.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WriteEntity.Type[] WriteEntity.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 WriteEntity.Type
 void WriteEntity.setTyp(WriteEntity.Type typ)
           
 



Copyright © 2011 The Apache Software Foundation