T - The type of Tuple implementation being copiedpublic class TupleDeepCopier<T extends Tuple> extends Object implements DeepCopier<T>
| Constructor and Description | 
|---|
| TupleDeepCopier(Class<T> tupleClass,
               PType... elementTypes) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | deepCopy(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)
DeepCopierinitialize in interface DeepCopier<T extends Tuple>conf - Job-specific configurationpublic T deepCopy(T source)
DeepCopierdeepCopy in interface DeepCopier<T extends Tuple>source - The value to be copiedCopyright © 2017 The Apache Software Foundation. All rights reserved.