|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.crunch.types.NoOpDeepCopier<T>
public class NoOpDeepCopier<T>
A DeepCopier that does nothing, and just returns the input value without copying anything.
| Method Summary | ||
|---|---|---|
static
|
create()
Static factory method. |
|
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 |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> NoOpDeepCopier<T> create()
public T deepCopy(T source)
DeepCopier
deepCopy in interface DeepCopier<T>source - The value to be copied
public void initialize(org.apache.hadoop.conf.Configuration conf)
DeepCopier
initialize in interface DeepCopier<T>conf - Job-specific configuration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||