|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.RegisterApplicationMasterRequestProto>
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.RegisterApplicationMasterRequestPBImpl
public class RegisterApplicationMasterRequestPBImpl
| Constructor Summary | |
|---|---|
RegisterApplicationMasterRequestPBImpl()
|
|
RegisterApplicationMasterRequestPBImpl(YarnServiceProtos.RegisterApplicationMasterRequestProto proto)
|
|
| Method Summary | |
|---|---|
ApplicationAttemptId |
getApplicationAttemptId()
Get the ApplicationAttemptId being managed by the
ApplicationMaster. |
String |
getHost()
Get the host on which the ApplicationMaster is
running. |
YarnServiceProtos.RegisterApplicationMasterRequestProto |
getProto()
|
int |
getRpcPort()
Get the RPC port on which the ApplicationMaster
is responding. |
String |
getTrackingUrl()
Get the tracking URL for the ApplicationMaster. |
void |
setApplicationAttemptId(ApplicationAttemptId applicationMaster)
Set the ApplicationAttemptId being managed by the
ApplicationMaster. |
void |
setHost(String host)
Set the host on which the ApplicationMaster is
running. |
void |
setRpcPort(int port)
Set the RPC port on which the ApplicationMaster is
responding. |
void |
setTrackingUrl(String url)
Set the tracking URL for the ApplicationMaster. |
| Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase |
|---|
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegisterApplicationMasterRequestPBImpl()
public RegisterApplicationMasterRequestPBImpl(YarnServiceProtos.RegisterApplicationMasterRequestProto proto)
| Method Detail |
|---|
public YarnServiceProtos.RegisterApplicationMasterRequestProto getProto()
getProto in class ProtoBase<YarnServiceProtos.RegisterApplicationMasterRequestProto>public ApplicationAttemptId getApplicationAttemptId()
RegisterApplicationMasterRequestApplicationAttemptId being managed by the
ApplicationMaster.
getApplicationAttemptId in interface RegisterApplicationMasterRequestApplicationAttemptId being managed by the
ApplicationMasterpublic void setApplicationAttemptId(ApplicationAttemptId applicationMaster)
RegisterApplicationMasterRequestApplicationAttemptId being managed by the
ApplicationMaster.
setApplicationAttemptId in interface RegisterApplicationMasterRequestapplicationMaster - ApplicationAttemptId being managed
by the ApplicationMasterpublic String getHost()
RegisterApplicationMasterRequestApplicationMaster is
running.
getHost in interface RegisterApplicationMasterRequestApplicationMaster is runningpublic void setHost(String host)
RegisterApplicationMasterRequestApplicationMaster is
running.
setHost in interface RegisterApplicationMasterRequesthost - host on which the ApplicationMaster
is runningpublic int getRpcPort()
RegisterApplicationMasterRequestApplicationMaster
is responding.
getRpcPort in interface RegisterApplicationMasterRequestApplicationMaster is
respondingpublic void setRpcPort(int port)
RegisterApplicationMasterRequestApplicationMaster is
responding.
setRpcPort in interface RegisterApplicationMasterRequestport - RPC port on which the ApplicationMaster is
respondingpublic String getTrackingUrl()
RegisterApplicationMasterRequestApplicationMaster.
getTrackingUrl in interface RegisterApplicationMasterRequestApplicationMasterpublic void setTrackingUrl(String url)
RegisterApplicationMasterRequestApplicationMaster.
setTrackingUrl in interface RegisterApplicationMasterRequesturl - tracking URL for the
ApplicationMaster
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||