This project has retired. For details please refer to its
Attic page.
EmptyPCollection (Apache Crunch 0.10.0 API)
org.apache.crunch.impl.spark.collect
Class EmptyPCollection<T>
java.lang.Object
org.apache.crunch.impl.dist.collect.PCollectionImpl<T>
org.apache.crunch.impl.dist.collect.EmptyPCollection<T>
org.apache.crunch.impl.spark.collect.EmptyPCollection<T>
- All Implemented Interfaces:
- SparkCollection, PCollection<T>
public class EmptyPCollection<T>
- extends EmptyPCollection<T>
- implements SparkCollection
Methods inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl |
accept, aggregate, asCollection, asReadable, by, by, cache, cache, count, filter, filter, first, getDepth, getMaterializedAt, getName, getOnlyParent, getParallelDoOptions, getPipeline, getSize, getTargetDependencies, getTypeFamily, isBreakpoint, length, materialize, materializeAt, max, min, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, setBreakpoint, toString, union, union, write, write |
EmptyPCollection
public EmptyPCollection(DistributedPipeline pipeline,
PType<T> ptype)
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.