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.9.0 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(PType<Object> outputPType, List<RTNode> children, org.apache.hadoop.conf.Configuration conf, boolean disableDeepCopy)
           
 

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
 

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



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