|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.crunch.ParallelDoOptions.Builder
public static class ParallelDoOptions.Builder
| Constructor Summary | |
|---|---|
ParallelDoOptions.Builder()
|
|
| Method Summary | |
|---|---|
ParallelDoOptions |
build()
|
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 |
sources(Collection<Source<?>> sources)
|
ParallelDoOptions.Builder |
sources(Source<?>... sources)
|
ParallelDoOptions.Builder |
sourceTargets(Collection<SourceTarget<?>> sourceTargets)
|
ParallelDoOptions.Builder |
sourceTargets(SourceTarget<?>... sourceTargets)
|
ParallelDoOptions.Builder |
targets(Collection<Target> targets)
|
ParallelDoOptions.Builder |
targets(Target... targets)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelDoOptions.Builder()
| Method Detail |
|---|
public ParallelDoOptions.Builder sources(Source<?>... sources)
public ParallelDoOptions.Builder sources(Collection<Source<?>> sources)
public ParallelDoOptions.Builder sourceTargets(SourceTarget<?>... sourceTargets)
public ParallelDoOptions.Builder sourceTargets(Collection<SourceTarget<?>> sourceTargets)
public ParallelDoOptions.Builder targets(Target... targets)
public ParallelDoOptions.Builder targets(Collection<Target> targets)
public ParallelDoOptions.Builder conf(String confKey,
String confValue)
Configuration object associated with the
Job that includes these options.
confKey - The keyconfValue - The value
Builder instancepublic ParallelDoOptions build()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||