@InterfaceAudience.Private @InterfaceStability.Unstable public class RegisterApplicationMasterRequestPBImpl extends RegisterApplicationMasterRequest
| Constructor and Description |
|---|
RegisterApplicationMasterRequestPBImpl() |
RegisterApplicationMasterRequestPBImpl(YarnServiceProtos.RegisterApplicationMasterRequestProto proto) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getHost() |
YarnServiceProtos.RegisterApplicationMasterRequestProto |
getProto() |
int |
getRpcPort() |
String |
getTrackingUrl() |
int |
hashCode() |
void |
setHost(String host) |
void |
setRpcPort(int port) |
void |
setTrackingUrl(String url) |
String |
toString() |
newInstancepublic RegisterApplicationMasterRequestPBImpl()
public RegisterApplicationMasterRequestPBImpl(YarnServiceProtos.RegisterApplicationMasterRequestProto proto)
public YarnServiceProtos.RegisterApplicationMasterRequestProto getProto()
public String getHost()
getHost in class RegisterApplicationMasterRequestpublic void setHost(String host)
setHost in class RegisterApplicationMasterRequestpublic int getRpcPort()
getRpcPort in class RegisterApplicationMasterRequestpublic void setRpcPort(int port)
setRpcPort in class RegisterApplicationMasterRequestpublic String getTrackingUrl()
getTrackingUrl in class RegisterApplicationMasterRequestpublic void setTrackingUrl(String url)
setTrackingUrl in class RegisterApplicationMasterRequestCopyright © 2018 CERN. All Rights Reserved.