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

org.apache.crunch
Class ParallelDoOptions

java.lang.Object
  extended by org.apache.crunch.ParallelDoOptions

public class ParallelDoOptions
extends Object

Container class that includes optional information about a parallelDo operation applied to a PCollection. Primarily used within the Crunch framework itself for certain types of advanced processing operations, such as in-memory joins that require reading a file from the filesystem into a DoFn.


Nested Class Summary
static class ParallelDoOptions.Builder
           
 
Method Summary
static ParallelDoOptions.Builder builder()
           
 Set<SourceTarget<?>> getSourceTargets()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSourceTargets

public Set<SourceTarget<?>> getSourceTargets()

builder

public static ParallelDoOptions.Builder builder()


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