|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelDoOptions | |
---|---|
org.apache.crunch | Client-facing API and core abstractions. |
org.apache.crunch.impl.dist.collect | |
org.apache.crunch.impl.spark.collect |
Uses of ParallelDoOptions in org.apache.crunch |
---|
Methods in org.apache.crunch that return ParallelDoOptions | |
---|---|
ParallelDoOptions |
ParallelDoOptions.Builder.build()
|
Methods in org.apache.crunch with parameters of type ParallelDoOptions | ||
---|---|---|
|
PCollection.parallelDo(String name,
DoFn<S,Pair<K,V>> doFn,
PTableType<K,V> type,
ParallelDoOptions options)
Similar to the other parallelDo instance, but returns a
PTable instance instead of a PCollection . |
|
|
PCollection.parallelDo(String name,
DoFn<S,T> doFn,
PType<T> type,
ParallelDoOptions options)
Applies the given doFn to the elements of this PCollection and
returns a new PCollection that is the output of this processing. |
Uses of ParallelDoOptions in org.apache.crunch.impl.dist.collect |
---|
Methods in org.apache.crunch.impl.dist.collect that return ParallelDoOptions | |
---|---|
ParallelDoOptions |
PCollectionImpl.getParallelDoOptions()
|
Methods in org.apache.crunch.impl.dist.collect with parameters of type ParallelDoOptions | ||
---|---|---|
|
PCollectionFactory.createDoCollection(String name,
PCollectionImpl<S> chainingCollection,
DoFn<S,T> fn,
PType<T> type,
ParallelDoOptions options)
|
|
|
PCollectionFactory.createDoTable(String name,
PCollectionImpl<S> chainingCollection,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type,
ParallelDoOptions options)
|
|
|
PCollectionImpl.parallelDo(String name,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type,
ParallelDoOptions options)
|
|
|
PCollectionImpl.parallelDo(String name,
DoFn<S,T> fn,
PType<T> type,
ParallelDoOptions options)
|
Constructors in org.apache.crunch.impl.dist.collect with parameters of type ParallelDoOptions | |
---|---|
PCollectionImpl(String name,
DistributedPipeline pipeline,
ParallelDoOptions doOptions)
|
|
PTableBase(String name,
DistributedPipeline pipeline,
ParallelDoOptions options)
|
Uses of ParallelDoOptions in org.apache.crunch.impl.spark.collect |
---|
Methods in org.apache.crunch.impl.spark.collect with parameters of type ParallelDoOptions | ||
---|---|---|
|
SparkCollectFactory.createDoCollection(String name,
PCollectionImpl<S> parent,
DoFn<S,T> fn,
PType<T> type,
ParallelDoOptions options)
|
|
|
SparkCollectFactory.createDoTable(String name,
PCollectionImpl<S> parent,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type,
ParallelDoOptions options)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |