|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseDoCollection | |
---|---|
org.apache.crunch.impl.dist.collect | |
org.apache.crunch.impl.spark.collect |
Uses of BaseDoCollection in org.apache.crunch.impl.dist.collect |
---|
Methods in org.apache.crunch.impl.dist.collect that return BaseDoCollection | ||
---|---|---|
|
PCollectionFactory.createDoCollection(String name,
PCollectionImpl<S> chainingCollection,
DoFn<S,T> fn,
PType<T> type,
ParallelDoOptions options)
|
Methods in org.apache.crunch.impl.dist.collect with parameters of type BaseDoCollection | |
---|---|
void |
PCollectionImpl.Visitor.visitDoCollection(BaseDoCollection<?> collection)
|
Uses of BaseDoCollection in org.apache.crunch.impl.spark.collect |
---|
Subclasses of BaseDoCollection in org.apache.crunch.impl.spark.collect | |
---|---|
class |
DoCollection<S>
|
Methods in org.apache.crunch.impl.spark.collect that return BaseDoCollection | ||
---|---|---|
|
SparkCollectFactory.createDoCollection(String name,
PCollectionImpl<S> parent,
DoFn<S,T> fn,
PType<T> type,
ParallelDoOptions options)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |