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

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

Packages that use ReflectDataFactory
org.apache.crunch.scrunch   
org.apache.crunch.types.avro   
 

Uses of ReflectDataFactory in org.apache.crunch.scrunch
 

Subclasses of ReflectDataFactory in org.apache.crunch.scrunch
 class ScalaReflectDataFactory
          An implementation of the ReflectDataFactory class to work with Scala classes.
 

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

Fields in org.apache.crunch.types.avro declared as ReflectDataFactory
static ReflectDataFactory Avros.REFLECT_DATA_FACTORY
          The instance we use for generating reflected schemas.
 

Methods in org.apache.crunch.types.avro that return ReflectDataFactory
static ReflectDataFactory Avros.getReflectDataFactory(org.apache.hadoop.conf.Configuration conf)
           
 



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