com.cloudera.crunch.impl.mr.plan
Class JobNameBuilder

java.lang.Object
  extended by com.cloudera.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()
           
 
Method Summary
 String build()
           
 void visit(DoNode node)
           
 void visit(List<DoNode> nodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobNameBuilder

public JobNameBuilder()
Method Detail

visit

public void visit(DoNode node)

visit

public void visit(List<DoNode> nodes)

build

public String build()


Copyright © 2012. All Rights Reserved.