@InterfaceAudience.Private @InterfaceStability.Unstable public class URLPBImpl extends URL
| Constructor and Description |
|---|
URLPBImpl() |
URLPBImpl(YarnProtos.URLProto proto) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getFile() |
String |
getHost() |
int |
getPort() |
YarnProtos.URLProto |
getProto() |
String |
getScheme() |
String |
getUserInfo() |
int |
hashCode() |
void |
setFile(String file) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setScheme(String scheme) |
void |
setUserInfo(String userInfo) |
String |
toString() |
newInstancepublic URLPBImpl()
public URLPBImpl(YarnProtos.URLProto proto)
public YarnProtos.URLProto getProto()
public String getUserInfo()
getUserInfo in class URLpublic void setUserInfo(String userInfo)
setUserInfo in class URLCopyright © 2018 CERN. All Rights Reserved.