public class MapDeepCopier<T> extends Object implements DeepCopier<Map<String,T>>
Constructor and Description |
---|
MapDeepCopier(PType<T> ptype) |
Modifier and Type | Method and Description |
---|---|
Map<String,T> |
deepCopy(Map<String,T> 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 void initialize(org.apache.hadoop.conf.Configuration conf)
DeepCopier
initialize
in interface DeepCopier<Map<String,T>>
conf
- Job-specific configurationCopyright © 2016 The Apache Software Foundation. All rights reserved.