|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.am.track.UrlAppmasterTrackService
public class UrlAppmasterTrackService
Generic AppmasterTrackService
implementation
whose only purpose is to expose the given url. This is
most useful if existing service already exists and its
url needs to be exposed to Application Master.
Constructor Summary | |
---|---|
UrlAppmasterTrackService(java.lang.String url)
Instantiate with a given url. |
Method Summary | |
---|---|
java.lang.String |
getTrackUrl()
Gets a url of this track service. |
void |
setUrl(java.lang.String url)
Sets the url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlAppmasterTrackService(java.lang.String url)
url
- the urlMethod Detail |
---|
public java.lang.String getTrackUrl()
AppmasterTrackService
getTrackUrl
in interface AppmasterTrackService
public void setUrl(java.lang.String url)
url
- the url
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |