Uses of Class
org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx

Packages that use GenMRProcContext.GenMapRedCtx
org.apache.hadoop.hive.ql.optimizer   
 

Uses of GenMRProcContext.GenMapRedCtx in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type GenMRProcContext.GenMapRedCtx
 Map<Operator<? extends Serializable>,GenMRProcContext.GenMapRedCtx> GenMRProcContext.getMapCurrCtx()
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type GenMRProcContext.GenMapRedCtx
 void GenMRProcContext.setMapCurrCtx(Map<Operator<? extends Serializable>,GenMRProcContext.GenMapRedCtx> mapCurrCtx)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type GenMRProcContext.GenMapRedCtx
GenMRProcContext(HashMap<Operator<? extends Serializable>,Task<? extends Serializable>> opTaskMap, List<Operator<? extends Serializable>> seenOps, ParseContext parseCtx, Task<? extends Serializable> mvTask, List<Task<? extends Serializable>> rootTasks, String scratchDir, int randomid, int pathid, Map<Operator<? extends Serializable>,GenMRProcContext.GenMapRedCtx> mapCurrCtx)
           
 



Copyright © 2009 The Apache Software Foundation