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

Uses of Class
org.apache.crunch.types.avro.AvroType.AvroRecordType

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

Uses of AvroType.AvroRecordType in org.apache.crunch.types.avro
 

Methods in org.apache.crunch.types.avro that return AvroType.AvroRecordType
 AvroType.AvroRecordType AvroType.getRecordType()
           
static AvroType.AvroRecordType AvroType.AvroRecordType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AvroType.AvroRecordType[] AvroType.AvroRecordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.crunch.types.avro with parameters of type AvroType.AvroRecordType
AvroType(Class<T> typeClass, org.apache.avro.Schema schema, MapFn inputMapFn, MapFn outputMapFn, DeepCopier<T> deepCopier, AvroType.AvroRecordType recordType, PType... ptypes)
           
 



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