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

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

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

Methods in org.apache.crunch.impl.dist.collect that return BaseDoTable
<S,K,V> BaseDoTable<K,V>
PCollectionFactory.createDoTable(String name, PCollectionImpl<S> chainingCollection, CombineFn<K,V> combineFn, DoFn<S,Pair<K,V>> fn, PTableType<K,V> type)
           
<S,K,V> BaseDoTable<K,V>
PCollectionFactory.createDoTable(String name, PCollectionImpl<S> chainingCollection, DoFn<S,Pair<K,V>> fn, PTableType<K,V> type, ParallelDoOptions options)
           
 

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

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

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

Methods in org.apache.crunch.impl.spark.collect that return BaseDoTable
<S,K,V> BaseDoTable<K,V>
SparkCollectFactory.createDoTable(String name, PCollectionImpl<S> parent, CombineFn<K,V> combineFn, DoFn<S,Pair<K,V>> fn, PTableType<K,V> type)
           
<S,K,V> BaseDoTable<K,V>
SparkCollectFactory.createDoTable(String name, PCollectionImpl<S> parent, DoFn<S,Pair<K,V>> fn, PTableType<K,V> type, ParallelDoOptions options)
           
 



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