|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppmasterService
Interface for service running on Application Master.
Usually this service provides a simple communication api for client containers to connect to.
Method Summary | |
---|---|
java.lang.String |
getHost()
Get a hostname where service is running. |
int |
getPort()
Get a port where service is running. |
boolean |
hasPort()
This method should return true if a service will eventually bind to a port. |
Method Detail |
---|
int getPort()
boolean hasPort()
getPort()
to
return the actual port number.
java.lang.String getHost()
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |