Uses of Class
org.apache.hadoop.hive.ql.exec.JobCloseFeedBack.FeedBackType

Packages that use JobCloseFeedBack.FeedBackType
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of JobCloseFeedBack.FeedBackType in org.apache.hadoop.hive.ql.exec
 

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

Methods in org.apache.hadoop.hive.ql.exec with parameters of type JobCloseFeedBack.FeedBackType
 void JobCloseFeedBack.append(JobCloseFeedBack.FeedBackType t, Object v)
           
 List<Object> JobCloseFeedBack.get(JobCloseFeedBack.FeedBackType t)
           
 



Copyright © 2012 The Apache Software Foundation