|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PTableBase | |
---|---|
org.apache.crunch.impl.dist.collect | |
org.apache.crunch.impl.mr.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>
|
Fields in org.apache.crunch.impl.dist.collect declared as PTableBase | |
---|---|
protected PTableBase<K,V> |
BaseGroupedTable.parent
|
Methods in org.apache.crunch.impl.dist.collect with parameters of type PTableBase | ||
---|---|---|
|
PCollectionFactory.createGroupedTable(PTableBase<K,V> parent,
GroupingOptions groupingOptions)
|
Method parameters in org.apache.crunch.impl.dist.collect with type arguments of type PTableBase | ||
---|---|---|
|
PCollectionFactory.createUnionTable(List<PTableBase<K,V>> internal)
|
Constructors in org.apache.crunch.impl.dist.collect with parameters of type PTableBase | |
---|---|
BaseGroupedTable(PTableBase<K,V> parent)
|
|
BaseGroupedTable(PTableBase<K,V> parent,
GroupingOptions groupingOptions)
|
Constructor parameters in org.apache.crunch.impl.dist.collect with type arguments of type PTableBase | |
---|---|
BaseUnionTable(List<PTableBase<K,V>> tables)
|
Uses of PTableBase in org.apache.crunch.impl.mr.collect |
---|
Subclasses of PTableBase in org.apache.crunch.impl.mr.collect | |
---|---|
class |
DoTable<K,V>
|
class |
InputTable<K,V>
|
class |
UnionTable<K,V>
|
Methods in org.apache.crunch.impl.mr.collect with parameters of type PTableBase | ||
---|---|---|
|
MRCollectionFactory.createGroupedTable(PTableBase<K,V> parent,
GroupingOptions groupingOptions)
|
Method parameters in org.apache.crunch.impl.mr.collect with type arguments of type PTableBase | ||
---|---|---|
|
MRCollectionFactory.createUnionTable(List<PTableBase<K,V>> internal)
|
Uses of PTableBase in org.apache.crunch.impl.spark.collect |
---|
Methods in org.apache.crunch.impl.spark.collect with parameters of type PTableBase | ||
---|---|---|
|
SparkCollectFactory.createGroupedTable(PTableBase<K,V> parent,
GroupingOptions groupingOptions)
|
Method parameters in org.apache.crunch.impl.spark.collect with type arguments of type PTableBase | ||
---|---|---|
|
SparkCollectFactory.createUnionTable(List<PTableBase<K,V>> internal)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |