public class ParallelDoOptions extends Object
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
.Modifier and Type | Class and Description |
---|---|
static class |
ParallelDoOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static ParallelDoOptions.Builder |
builder() |
Set<SourceTarget<?>> |
getSourceTargets() |
public Set<SourceTarget<?>> getSourceTargets()
public static ParallelDoOptions.Builder builder()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.