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

Uses of Interface
org.apache.crunch.types.DeepCopier

Packages that use DeepCopier
org.apache.crunch.types Common functionality for business object serialization. 
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
org.apache.crunch.types.writable Business object serialization using Hadoop's Writables framework. 
 

Uses of DeepCopier in org.apache.crunch.types
 

Classes in org.apache.crunch.types that implement DeepCopier
 class CollectionDeepCopier<T>
          Performs deep copies (based on underlying PType deep copying) of Collections.
 class MapDeepCopier<T>
           
 class NoOpDeepCopier<T>
          A DeepCopier that does nothing, and just returns the input value without copying anything.
 class TupleDeepCopier<T extends Tuple>
          Performs deep copies (based on underlying PType deep copying) of Tuple-based objects.
 class UnionDeepCopier
           
 

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

Classes in org.apache.crunch.types.avro that implement DeepCopier
 class AvroDerivedValueDeepCopier<T,S>
          A DeepCopier specific to Avro derived types.
 

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

Uses of DeepCopier in org.apache.crunch.types.writable
 

Classes in org.apache.crunch.types.writable that implement DeepCopier
 class WritableDeepCopier<T extends Writable>
          Performs deep copies of Writable values.
 



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