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
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.
JobNameBuilder
public JobNameBuilder(String pipelineName)
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.