Uses of Class
org.apache.hadoop.hive.ql.exec.Task.FeedType

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

Uses of Task.FeedType in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return Task.FeedType
static Task.FeedType Task.FeedType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Task.FeedType[] Task.FeedType.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 Task.FeedType
protected  void Task.pushFeed(Task.FeedType feedType, Object feedValue)
           
protected  void StatsTask.receiveFeed(Task.FeedType feedType, Object feedValue)
           
protected  void Task.receiveFeed(Task.FeedType feedType, Object feedValue)
           
 



Copyright © 2011 The Apache Software Foundation