This project has retired. For details please refer to its Attic page.
UnionCollection (Apache Crunch 0.9.0 API)

org.apache.crunch.impl.spark.collect
Class UnionCollection<S>

java.lang.Object
  extended by org.apache.crunch.impl.dist.collect.PCollectionImpl<S>
      extended by org.apache.crunch.impl.dist.collect.BaseUnionCollection<S>
          extended by org.apache.crunch.impl.spark.collect.UnionCollection<S>
All Implemented Interfaces:
SparkCollection, PCollection<S>

public class UnionCollection<S>
extends BaseUnionCollection<S>
implements SparkCollection


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl
PCollectionImpl.Visitor
 
Field Summary
 
Fields inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl
doOptions, materializedAt, pipeline
 
Method Summary
 org.apache.spark.api.java.JavaRDDLike<?,?> getJavaRDDLike(SparkRuntime runtime)
           
 
Methods inherited from class org.apache.crunch.impl.dist.collect.BaseUnionCollection
acceptInternal, getLastModifiedAt, getParents, getPType, getReadableDataInternal, getSizeInternal, setBreakpoint
 
Methods inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl
accept, asCollection, asReadable, by, by, cache, cache, count, filter, filter, getChainingCollection, getDepth, getMaterializedAt, getName, getOnlyParent, getParallelDoOptions, getPipeline, getSize, getTargetDependencies, getTypeFamily, isBreakpoint, length, materialize, materializeAt, materializedData, max, min, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, toString, union, union, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getJavaRDDLike

public org.apache.spark.api.java.JavaRDDLike<?,?> getJavaRDDLike(SparkRuntime runtime)
Specified by:
getJavaRDDLike in interface SparkCollection


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