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

Uses of Interface
org.apache.crunch.types.Converter

Packages that use Converter
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 Converter in org.apache.crunch.types
 

Methods in org.apache.crunch.types that return Converter
 Converter PType.getConverter()
           
 Converter PGroupedTableType.getConverter()
           
abstract  Converter PGroupedTableType.getGroupingConverter()
           
 

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

Classes in org.apache.crunch.types.avro that implement Converter
 class AvroKeyConverter<K>
           
 class AvroPairConverter<K,V>
           
 

Methods in org.apache.crunch.types.avro that return Converter
 Converter AvroType.getConverter()
           
 Converter AvroGroupedTableType.getGroupingConverter()
           
 

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

Classes in org.apache.crunch.types.writable that implement Converter
 class WritablePairConverter<K,V>
           
 

Methods in org.apache.crunch.types.writable that return Converter
 Converter WritableType.getConverter()
           
 Converter WritableGroupedTableType.getGroupingConverter()
           
 



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