Uses of Interface
org.apache.hadoop.hive.ql.lib.Dispatcher

Packages that use Dispatcher
org.apache.hadoop.hive.ql.lib   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.optimizer.physical   
org.apache.hadoop.hive.ql.optimizer.physical.index   
org.apache.hadoop.hive.ql.parse   
 

Uses of Dispatcher in org.apache.hadoop.hive.ql.lib
 

Classes in org.apache.hadoop.hive.ql.lib that implement Dispatcher
 class DefaultRuleDispatcher
          Dispatches calls to relevant method in processor.
 

Constructors in org.apache.hadoop.hive.ql.lib with parameters of type Dispatcher
DefaultGraphWalker(Dispatcher disp)
          Constructor.
ForwardWalker(Dispatcher disp)
          Constructor.
PreOrderWalker(Dispatcher disp)
          Constructor.
TaskGraphWalker(Dispatcher disp)
          Constructor.
 

Uses of Dispatcher in org.apache.hadoop.hive.ql.optimizer
 

Constructors in org.apache.hadoop.hive.ql.optimizer with parameters of type Dispatcher
ColumnPruner.ColumnPrunerWalker(Dispatcher disp)
           
 

Uses of Dispatcher in org.apache.hadoop.hive.ql.optimizer.physical
 

Classes in org.apache.hadoop.hive.ql.optimizer.physical that implement Dispatcher
 class AbstractJoinTaskDispatcher
          Common iteration methods for converting joins and sort-merge joins.
 class CommonJoinTaskDispatcher
          Iterator each tasks.
 class CrossProductCheck
           
 class SortMergeJoinTaskDispatcher
          Iterator over each task.
 

Uses of Dispatcher in org.apache.hadoop.hive.ql.optimizer.physical.index
 

Classes in org.apache.hadoop.hive.ql.optimizer.physical.index that implement Dispatcher
 class IndexWhereTaskDispatcher
          IndexWhereTaskDispatcher.
 

Uses of Dispatcher in org.apache.hadoop.hive.ql.parse
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type Dispatcher
GenMapRedWalker(Dispatcher disp)
          constructor of the walker - the dispatcher is passed.
GenTezWorkWalker(Dispatcher disp, GenTezProcContext ctx)
          constructor of the walker - the dispatcher is passed.
TezWalker(Dispatcher disp)
          constructor of the walker - the dispatcher is passed.
 



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