This project has retired. For details please refer to its Attic page.
JobNameBuilder (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.impl.mr.plan
Class JobNameBuilder

java.lang.Object
  extended by org.apache.crunch.impl.mr.plan.JobNameBuilder

public class JobNameBuilder
extends Object

Visitor that traverses the DoNode instances in a job and builds a String that identifies the stages of the pipeline that belong to this job.


Constructor Summary
JobNameBuilder(String pipelineName)
           
 
Method Summary
 String build()
           
 void visit(DoNode node)
           
 void visit(List<DoNode> nodes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobNameBuilder

public JobNameBuilder(String pipelineName)
Method Detail

visit

public void visit(DoNode node)

visit

public void visit(List<DoNode> nodes)

build

public String build()


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