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

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

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

Subclasses of PTableBase in org.apache.crunch.impl.dist.collect
 class BaseDoTable<K,V>
           
 class BaseInputTable<K,V>
           
 class BaseUnionTable<K,V>
           
 class EmptyPTable<K,V>
           
 

Methods in org.apache.crunch.impl.dist.collect with parameters of type PTableBase
<K,V> BaseGroupedTable<K,V>
PCollectionFactory.createGroupedTable(PTableBase<K,V> parent, GroupingOptions groupingOptions)
           
 

Method parameters in org.apache.crunch.impl.dist.collect with type arguments of type PTableBase
<K,V> PTable<K,V>
PCollectionFactory.createUnionTable(List<PTableBase<K,V>> internal)
           
 

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

Subclasses of PTableBase in org.apache.crunch.impl.spark.collect
 class DoTable<K,V>
           
 class InputTable<K,V>
           
 class UnionTable<K,V>
           
 

Methods in org.apache.crunch.impl.spark.collect with parameters of type PTableBase
<K,V> BaseGroupedTable<K,V>
SparkCollectFactory.createGroupedTable(PTableBase<K,V> parent, GroupingOptions groupingOptions)
           
 

Method parameters in org.apache.crunch.impl.spark.collect with type arguments of type PTableBase
<K,V> PTable<K,V>
SparkCollectFactory.createUnionTable(List<PTableBase<K,V>> internal)
           
 



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