This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.types.avro.AvroMode (Apache Crunch 0.10.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
 

Fields in org.apache.crunch.types.avro declared as AvroMode
static AvroMode AvroMode.GENERIC
          Default mode to use for reading and writing Generic types.
static AvroMode AvroMode.REFLECT
          Default mode to use for reading and writing Reflect types.
static AvroMode AvroMode.SPECIFIC
          Default mode to use for reading and writing Specific types.
 

Methods in org.apache.crunch.types.avro that return AvroMode
static AvroMode AvroMode.fromConfiguration(org.apache.hadoop.conf.Configuration conf)
          Creates an AvroMode based on the AVRO_MODE_PROPERTY property in the conf.
static AvroMode AvroMode.fromShuffleConfiguration(org.apache.hadoop.conf.Configuration conf)
          Creates an AvroMode based on the AVRO_SHUFFLE_MODE_PROPERTY property in the conf.
static AvroMode AvroMode.fromType(AvroType<?> type)
          Creates an AvroMode based upon the specified type.
 AvroMode AvroMode.override(ReaderWriterFactory factory)
          Deprecated. use withFactory(ReaderWriterFactory) instead.
 AvroMode AvroMode.withFactory(ReaderWriterFactory factory)
          Creates a new AvroMode instance which will utilize the factory instance for creating Avro readers and writers.
 AvroMode AvroMode.withFactoryFromConfiguration(org.apache.hadoop.conf.Configuration conf)
           
 



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