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

Uses of Class
org.apache.crunch.impl.mr.plan.DoNode

Packages that use DoNode
org.apache.crunch.impl.mr.collect   
org.apache.crunch.impl.mr.plan   
 

Uses of DoNode in org.apache.crunch.impl.mr.collect
 

Methods in org.apache.crunch.impl.mr.collect that return DoNode
 DoNode UnionTable.createDoNode()
           
 DoNode UnionCollection.createDoNode()
           
 DoNode PGroupedTableImpl.createDoNode()
           
abstract  DoNode PCollectionImpl.createDoNode()
           
 DoNode InputTable.createDoNode()
           
 DoNode InputCollection.createDoNode()
           
 DoNode DoTableImpl.createDoNode()
           
 DoNode DoCollectionImpl.createDoNode()
           
 DoNode PGroupedTableImpl.getGroupingNode()
           
 

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

Methods in org.apache.crunch.impl.mr.plan that return DoNode
 DoNode DoNode.addChild(DoNode node)
           
static DoNode DoNode.createFnNode(String name, DoFn<?,?> function, PType<?> ptype)
           
static
<K,V> DoNode
DoNode.createGroupingNode(String name, PGroupedTableType<K,V> ptype)
           
static
<S> DoNode
DoNode.createInputNode(Source<S> source)
           
static
<S> DoNode
DoNode.createOutputNode(String name, PType<S> ptype)
           
 

Methods in org.apache.crunch.impl.mr.plan that return types with arguments of type DoNode
 List<DoNode> DoNode.getChildren()
           
 

Methods in org.apache.crunch.impl.mr.plan with parameters of type DoNode
 DoNode DoNode.addChild(DoNode node)
           
 void MSCROutputHandler.configureNode(DoNode node, Target target)
           
 void JobNameBuilder.visit(DoNode node)
           
 

Method parameters in org.apache.crunch.impl.mr.plan with type arguments of type DoNode
 void JobNameBuilder.visit(List<DoNode> nodes)
           
 



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