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

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

Packages that use RTNode
org.apache.crunch.impl.mr.emit   
org.apache.crunch.impl.mr.plan   
org.apache.crunch.impl.mr.run   
 

Uses of RTNode in org.apache.crunch.impl.mr.emit
 

Constructor parameters in org.apache.crunch.impl.mr.emit with type arguments of type RTNode
IntermediateEmitter(List<RTNode> children)
           
 

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

Methods in org.apache.crunch.impl.mr.plan that return RTNode
 RTNode DoNode.toRTNode(boolean inputNode, org.apache.hadoop.conf.Configuration conf, NodeContext nodeContext)
           
 

Uses of RTNode in org.apache.crunch.impl.mr.run
 

Methods in org.apache.crunch.impl.mr.run that return types with arguments of type RTNode
 List<RTNode> CrunchTaskContext.getNodes()
           
 

Constructor parameters in org.apache.crunch.impl.mr.run with type arguments of type RTNode
RTNode(DoFn<Object,Object> fn, String name, List<RTNode> children, Converter inputConverter, Converter outputConverter, String outputName)
           
 



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