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

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

Packages that use AvroMode
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
 

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

Methods in org.apache.crunch.types.avro that return AvroMode
static AvroMode AvroMode.fromConfiguration(org.apache.hadoop.conf.Configuration conf)
           
static AvroMode AvroMode.fromType(AvroType<?> type)
           
static AvroMode AvroMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AvroMode[] AvroMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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