Uses of Class
com.cloudera.crunch.impl.mr.run.NodeContext

Packages that use NodeContext
com.cloudera.crunch.impl.mr.plan   
com.cloudera.crunch.impl.mr.run   
 

Uses of NodeContext in com.cloudera.crunch.impl.mr.plan
 

Methods in com.cloudera.crunch.impl.mr.plan with parameters of type NodeContext
 RTNode DoNode.toRTNode(boolean inputNode, org.apache.hadoop.conf.Configuration conf, NodeContext nodeContext)
           
 

Uses of NodeContext in com.cloudera.crunch.impl.mr.run
 

Methods in com.cloudera.crunch.impl.mr.run that return NodeContext
 NodeContext CrunchTaskContext.getNodeContext()
           
protected  NodeContext CrunchReducer.getNodeContext()
           
protected  NodeContext CrunchCombiner.getNodeContext()
           
static NodeContext NodeContext.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeContext[] NodeContext.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.cloudera.crunch.impl.mr.run with parameters of type NodeContext
CrunchTaskContext(org.apache.hadoop.mapreduce.TaskInputOutputContext<Object,Object,Object,Object> taskContext, NodeContext nodeContext)
           
 



Copyright © 2012. All Rights Reserved.