This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.ParallelDoOptions.Builder (Apache Crunch 0.10.0 API)

Uses of Class
org.apache.crunch.ParallelDoOptions.Builder

Packages that use ParallelDoOptions.Builder
org.apache.crunch Client-facing API and core abstractions. 
 

Uses of ParallelDoOptions.Builder in org.apache.crunch
 

Methods in org.apache.crunch that return ParallelDoOptions.Builder
static ParallelDoOptions.Builder ParallelDoOptions.builder()
           
 ParallelDoOptions.Builder ParallelDoOptions.Builder.conf(String confKey, String confValue)
          Specifies key-value pairs that should be added to the Configuration object associated with the Job that includes these options.
 ParallelDoOptions.Builder ParallelDoOptions.Builder.sources(Collection<Source<?>> sources)
           
 ParallelDoOptions.Builder ParallelDoOptions.Builder.sources(Source<?>... sources)
           
 ParallelDoOptions.Builder ParallelDoOptions.Builder.sourceTargets(Collection<SourceTarget<?>> sourceTargets)
           
 ParallelDoOptions.Builder ParallelDoOptions.Builder.sourceTargets(SourceTarget<?>... sourceTargets)
           
 



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