Class URLPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.URL
org.apache.hadoop.yarn.api.records.impl.pb.URLPBImpl
@Private
@Unstable
public class URLPBImpl
extends org.apache.hadoop.yarn.api.records.URL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.api.records.URL
fromPath, fromPath, fromURI, fromURI, newInstance, toPath
-
Constructor Details
-
URLPBImpl
public URLPBImpl() -
URLPBImpl
public URLPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.URLProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnProtos.URLProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getFile
- Specified by:
getFilein classorg.apache.hadoop.yarn.api.records.URL
-
setFile
- Specified by:
setFilein classorg.apache.hadoop.yarn.api.records.URL
-
getScheme
- Specified by:
getSchemein classorg.apache.hadoop.yarn.api.records.URL
-
setScheme
- Specified by:
setSchemein classorg.apache.hadoop.yarn.api.records.URL
-
getUserInfo
- Specified by:
getUserInfoin classorg.apache.hadoop.yarn.api.records.URL
-
setUserInfo
- Specified by:
setUserInfoin classorg.apache.hadoop.yarn.api.records.URL
-
getHost
- Specified by:
getHostin classorg.apache.hadoop.yarn.api.records.URL
-
setHost
- Specified by:
setHostin classorg.apache.hadoop.yarn.api.records.URL
-
getPort
public int getPort()- Specified by:
getPortin classorg.apache.hadoop.yarn.api.records.URL
-
setPort
public void setPort(int port) - Specified by:
setPortin classorg.apache.hadoop.yarn.api.records.URL
-