public static class DeepCopier.NoOpDeepCopier<V> extends Object implements DeepCopier<V>
DeepCopier.NoOpDeepCopier<V>| Constructor and Description |
|---|
DeepCopier.NoOpDeepCopier() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public V deepCopy(V source)
DeepCopierdeepCopy in interface DeepCopier<V>source - The value to be copiedpublic void initialize(org.apache.hadoop.conf.Configuration conf)
DeepCopierinitialize in interface DeepCopier<V>conf - Job-specific configurationCopyright © 2013 The Apache Software Foundation. All Rights Reserved.