Amend MAPREDUCE-3159. Fix JavaDoc warnings in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1188479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c70ee2488c
commit
bccfd6a09f
|
@ -21,7 +21,7 @@ import org.apache.hadoop.yarn.event.AbstractEvent;
|
||||||
import org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService;
|
import org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Events delivered to the {@link ResourceLocalizationService.LocalizerTracker}
|
* Events delivered to the {@link ResourceLocalizationService}
|
||||||
*/
|
*/
|
||||||
public class LocalizerEvent extends AbstractEvent<LocalizerEventType> {
|
public class LocalizerEvent extends AbstractEvent<LocalizerEventType> {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.Reso
|
||||||
import org.apache.hadoop.yarn.util.ConverterUtils;
|
import org.apache.hadoop.yarn.util.ConverterUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event indicating that the {@link ResourceLocalizationService.LocalizerTracker}
|
* Event indicating that the {@link ResourceLocalizationService}
|
||||||
* should fetch this resource.
|
* should fetch this resource.
|
||||||
*/
|
*/
|
||||||
public class LocalizerResourceRequestEvent extends LocalizerEvent {
|
public class LocalizerResourceRequestEvent extends LocalizerEvent {
|
||||||
|
|
Loading…
Reference in New Issue