T
- The type of value that will be copiedpublic interface DeepCopier<T> extends Serializable
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
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.