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

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

Packages that use BaseUnionCollection
org.apache.crunch.impl.dist.collect   
org.apache.crunch.impl.spark.collect   
 

Uses of BaseUnionCollection in org.apache.crunch.impl.dist.collect
 

Methods in org.apache.crunch.impl.dist.collect that return BaseUnionCollection
<S> BaseUnionCollection<S>
PCollectionFactory.createUnionCollection(List<? extends PCollectionImpl<S>> internal)
           
 

Methods in org.apache.crunch.impl.dist.collect with parameters of type BaseUnionCollection
 void PCollectionImpl.Visitor.visitUnionCollection(BaseUnionCollection<?> collection)
           
 

Uses of BaseUnionCollection in org.apache.crunch.impl.spark.collect
 

Subclasses of BaseUnionCollection in org.apache.crunch.impl.spark.collect
 class UnionCollection<S>
           
 

Methods in org.apache.crunch.impl.spark.collect that return BaseUnionCollection
<S> BaseUnionCollection<S>
SparkCollectFactory.createUnionCollection(List<? extends PCollectionImpl<S>> internal)
           
 



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