This project has retired. For details please refer to its Attic page.
AvroDeepCopier.AvroReflectDeepCopier (Apache Crunch 0.4.0-incubating API)

org.apache.crunch.types.avro
Class AvroDeepCopier.AvroReflectDeepCopier<T>

java.lang.Object
  extended by org.apache.crunch.types.avro.AvroDeepCopier<T>
      extended by org.apache.crunch.types.avro.AvroDeepCopier.AvroReflectDeepCopier<T>
All Implemented Interfaces:
Serializable, DeepCopier<T>
Enclosing class:
AvroDeepCopier<T>

public static class AvroDeepCopier.AvroReflectDeepCopier<T>
extends AvroDeepCopier<T>

Deep copier for Avro reflect data objects.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.crunch.types.avro.AvroDeepCopier
AvroDeepCopier.AvroGenericDeepCopier, AvroDeepCopier.AvroReflectDeepCopier<T>, AvroDeepCopier.AvroSpecificDeepCopier<T>
 
Nested classes/interfaces inherited from interface org.apache.crunch.types.DeepCopier
DeepCopier.NoOpDeepCopier<V>
 
Constructor Summary
AvroDeepCopier.AvroReflectDeepCopier(Class<T> valueClass, org.apache.avro.Schema schema)
           
 
Method Summary
 
Methods inherited from class org.apache.crunch.types.avro.AvroDeepCopier
deepCopy, initialize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvroDeepCopier.AvroReflectDeepCopier

public AvroDeepCopier.AvroReflectDeepCopier(Class<T> valueClass,
                                            org.apache.avro.Schema schema)


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