This project has retired. For details please refer to its Attic page.
ParallelDoOptions.Builder (Apache Crunch 0.6.0 API)

org.apache.crunch
Class ParallelDoOptions.Builder

java.lang.Object
  extended by org.apache.crunch.ParallelDoOptions.Builder
Enclosing class:
ParallelDoOptions

public static class ParallelDoOptions.Builder
extends Object


Constructor Summary
ParallelDoOptions.Builder()
           
 
Method Summary
 ParallelDoOptions build()
           
 ParallelDoOptions.Builder sourceTargets(SourceTarget<?>... sourceTargets)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelDoOptions.Builder

public ParallelDoOptions.Builder()
Method Detail

sourceTargets

public ParallelDoOptions.Builder sourceTargets(SourceTarget<?>... sourceTargets)

build

public ParallelDoOptions build()


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