This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.types.PGroupedTableType (Apache Crunch 0.4.0-incubating API)

Uses of Class
org.apache.crunch.types.PGroupedTableType

Packages that use PGroupedTableType
org.apache.crunch.lib Joining, sorting, aggregating, and other commonly used functionality. 
org.apache.crunch.types Common functionality for business object serialization. 
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
org.apache.crunch.types.writable Business object serialization using Hadoop's Writables framework. 
 

Uses of PGroupedTableType in org.apache.crunch.lib
 

Methods in org.apache.crunch.lib with parameters of type PGroupedTableType
static
<K,V> Pair<K,Iterable<V>>
PTables.getGroupedDetachedValue(PGroupedTableType<K,V> groupedTableType, Pair<K,Iterable<V>> value)
          Created a detached value for a PGroupedTable value.
 

Uses of PGroupedTableType in org.apache.crunch.types
 

Methods in org.apache.crunch.types that return PGroupedTableType
 PGroupedTableType<K,V> PTableType.getGroupedTableType()
          Returns the grouped table version of this type.
 

Uses of PGroupedTableType in org.apache.crunch.types.avro
 

Subclasses of PGroupedTableType in org.apache.crunch.types.avro
 class AvroGroupedTableType<K,V>
           
 

Methods in org.apache.crunch.types.avro that return PGroupedTableType
 PGroupedTableType<K,V> AvroTableType.getGroupedTableType()
           
 

Uses of PGroupedTableType in org.apache.crunch.types.writable
 

Subclasses of PGroupedTableType in org.apache.crunch.types.writable
 class WritableGroupedTableType<K,V>
           
 



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