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

Packages that use RTNode
com.cloudera.crunch.impl.mr.emit   
com.cloudera.crunch.impl.mr.plan   
com.cloudera.crunch.impl.mr.run   
 

Uses of RTNode in com.cloudera.crunch.impl.mr.emit
 

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

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

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

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

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

Constructor parameters in com.cloudera.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. All Rights Reserved.