|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use BaseDoTable | |
|---|---|
| org.apache.crunch.impl.dist.collect | |
| org.apache.crunch.impl.mr.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 | ||
|---|---|---|
|
PCollectionFactory.createDoTable(String name,
PCollectionImpl<S> chainingCollection,
CombineFn<K,V> combineFn,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type)
|
|
|
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.mr.collect |
|---|
| Subclasses of BaseDoTable in org.apache.crunch.impl.mr.collect | |
|---|---|
class |
DoTable<K,V>
|
| Methods in org.apache.crunch.impl.mr.collect that return BaseDoTable | ||
|---|---|---|
|
MRCollectionFactory.createDoTable(String name,
PCollectionImpl<S> parent,
CombineFn<K,V> combineFn,
DoFn<S,Pair<K,V>> reduceFn,
PTableType<K,V> type)
|
|
|
MRCollectionFactory.createDoTable(String name,
PCollectionImpl<S> parent,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type,
ParallelDoOptions options)
|
|
| Uses of BaseDoTable in org.apache.crunch.impl.spark.collect |
|---|
| Methods in org.apache.crunch.impl.spark.collect that return BaseDoTable | ||
|---|---|---|
|
SparkCollectFactory.createDoTable(String name,
PCollectionImpl<S> parent,
CombineFn<K,V> combineFn,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type)
|
|
|
SparkCollectFactory.createDoTable(String name,
PCollectionImpl<S> parent,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type,
ParallelDoOptions options)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||