This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.types.DeepCopier (Apache Crunch 0.9.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.
static class DeepCopier.NoOpDeepCopier<V>
           
 class MapDeepCopier<T>
           
 class TupleDeepCopier<T extends Tuple>
          Performs deep copies (based on underlying PType deep copying) of Tuple-based objects.
 

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

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, 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.