Package | Description |
---|---|
org.apache.crunch.impl.dist.collect | |
org.apache.crunch.impl.spark.collect |
Modifier and Type | Class and Description |
---|---|
class |
BaseDoTable<K,V> |
class |
BaseInputTable<K,V> |
class |
BaseUnionTable<K,V> |
class |
EmptyPTable<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> BaseGroupedTable<K,V> |
PCollectionFactory.createGroupedTable(PTableBase<K,V> parent,
GroupingOptions groupingOptions) |
Modifier and Type | Method and Description |
---|---|
<K,V> PTable<K,V> |
PCollectionFactory.createUnionTable(List<PTableBase<K,V>> internal) |
Modifier and Type | Class and Description |
---|---|
class |
CreatedTable<K,V>
Represents a Spark-based PTable that was created from a Java
Iterable of
key-value pairs. |
class |
DoTable<K,V> |
class |
InputTable<K,V> |
class |
UnionTable<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> BaseGroupedTable<K,V> |
SparkCollectFactory.createGroupedTable(PTableBase<K,V> parent,
GroupingOptions groupingOptions) |
Modifier and Type | Method and Description |
---|---|
<K,V> PTable<K,V> |
SparkCollectFactory.createUnionTable(List<PTableBase<K,V>> internal) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.