This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.impl.mr.run.NodeContext (Apache Crunch 0.3.0-incubating API)

Uses of Class
org.apache.crunch.impl.mr.run.NodeContext

Packages that use NodeContext
org.apache.crunch.impl.mr.plan   
org.apache.crunch.impl.mr.run   
 

Uses of NodeContext in org.apache.crunch.impl.mr.plan
 

Methods in org.apache.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 org.apache.crunch.impl.mr.run
 

Methods in org.apache.crunch.impl.mr.run that return NodeContext
 NodeContext CrunchTaskContext.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 org.apache.crunch.impl.mr.run with parameters of type NodeContext
CrunchTaskContext(org.apache.hadoop.mapreduce.TaskInputOutputContext<Object,Object,Object,Object> taskContext, NodeContext nodeContext)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.