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

Uses of Class
org.apache.crunch.types.avro.AvroTableType

Packages that use AvroTableType
org.apache.crunch.types.avro   
 

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

Methods in org.apache.crunch.types.avro that return AvroTableType
static
<K,V> AvroTableType<K,V>
Avros.tableOf(PType<K> key, PType<V> value)
           
 

Constructors in org.apache.crunch.types.avro with parameters of type AvroTableType
AvroGroupedTableType(AvroTableType<K,V> tableType)
           
 



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