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.9.0 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
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.
 



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