This project has retired. For details please refer to its
Attic page.
PGroupedTableImpl (Apache Crunch 0.10.0 API)
org.apache.crunch.impl.spark.collect
Class PGroupedTableImpl<K,V>
java.lang.Object
org.apache.crunch.impl.dist.collect.PCollectionImpl<Pair<K,Iterable<V>>>
org.apache.crunch.impl.dist.collect.BaseGroupedTable<K,V>
org.apache.crunch.impl.spark.collect.PGroupedTableImpl<K,V>
- All Implemented Interfaces:
- SparkCollection, PCollection<Pair<K,Iterable<V>>>, PGroupedTable<K,V>
public class PGroupedTableImpl<K,V>
- extends BaseGroupedTable<K,V>
- implements SparkCollection
Methods inherited from class org.apache.crunch.impl.dist.collect.BaseGroupedTable |
combineValues, combineValues, combineValues, combineValues, getGroupedTableType, getLastModifiedAt, getParents, getPType, getTargetDependencies, mapValues, mapValues, ungroup |
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, getTypeFamily, isBreakpoint, length, materialize, materializeAt, max, min, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, setBreakpoint, toString, union, union, write, write |
Methods inherited from interface org.apache.crunch.PCollection |
aggregate, asCollection, asReadable, by, by, cache, cache, count, filter, filter, first, getName, getPipeline, getSize, getTypeFamily, length, materialize, max, min, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, union, union, write, write |
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.