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

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

Packages that use Converter
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.spark.fn   
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
 

Methods in org.apache.crunch that return Converter
 Converter<?,?,?,?> Source.getConverter()
          Returns the Converter used for mapping the inputs from this instance into PCollection or PTable values.
 Converter<?,?,?,?> Target.getConverter(PType<?> ptype)
          Returns the Converter to use for mapping from the output PCollection into the output values expected by this instance.
 

Uses of Converter in org.apache.crunch.impl.spark.fn
 

Constructors in org.apache.crunch.impl.spark.fn with parameters of type Converter
InputConverterFunction(Converter<K,V,S,?> converter)
           
OutputConverterFunction(Converter<K,V,S,?> converter)
           
 

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
 

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

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

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



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