This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.impl.dist.collect.BaseDoCollection (Apache Crunch 0.10.0 API)

Uses of Class
org.apache.crunch.impl.dist.collect.BaseDoCollection

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
<S,T> BaseDoCollection<T>
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
<S,T> BaseDoCollection<T>
SparkCollectFactory.createDoCollection(String name, PCollectionImpl<S> parent, DoFn<S,T> fn, PType<T> type, ParallelDoOptions options)
           
 



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