@InterfaceAudience.LimitedPrivate(value="MapReduce")
@InterfaceStability.Unstable
public interface ShuffleProviderPlugin
Modifier and Type | Method and Description |
---|---|
void |
destroy()
close and cleanup any resource, including threads and disk space.
|
void |
initialize(TaskTracker taskTracker)
Do constructor work here.
|
void initialize(TaskTracker taskTracker)
void destroy()
Copyright © 2009 The Apache Software Foundation