This project has retired. For details please refer to its Attic page.
DeepCopier.NoOpDeepCopier (Apache Crunch 0.9.0 API)

org.apache.crunch.types
Class DeepCopier.NoOpDeepCopier<V>

java.lang.Object
  extended by org.apache.crunch.types.DeepCopier.NoOpDeepCopier<V>
All Implemented Interfaces:
Serializable, DeepCopier<V>
Enclosing interface:
DeepCopier<T>

public static class DeepCopier.NoOpDeepCopier<V>
extends Object
implements DeepCopier<V>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.crunch.types.DeepCopier
DeepCopier.NoOpDeepCopier<V>
 
Constructor Summary
DeepCopier.NoOpDeepCopier()
           
 
Method Summary
 V deepCopy(V source)
          Create a deep copy of a value.
 void initialize(org.apache.hadoop.conf.Configuration conf)
          Initialize the deep copier with a job-specific configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeepCopier.NoOpDeepCopier

public DeepCopier.NoOpDeepCopier()
Method Detail

deepCopy

public V deepCopy(V source)
Description copied from interface: DeepCopier
Create a deep copy of a value.

Specified by:
deepCopy in interface DeepCopier<V>
Parameters:
source - The value to be copied
Returns:
The deep copy of the value

initialize

public void initialize(org.apache.hadoop.conf.Configuration conf)
Description copied from interface: DeepCopier
Initialize the deep copier with a job-specific configuration

Specified by:
initialize in interface DeepCopier<V>
Parameters:
conf - Job-specific configuration


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