Java org.apache.hadoop.yarn.api.records URL fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records URL fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records URL.

The text is from its open source code.

Method

URLfromURI(URI uri)
StringgetFile()
Get the file of the URL.
StringgetHost()
Get the host of the URL.
intgetPort()
Get the port of the URL.
StringgetScheme()
Get the scheme of the URL.
StringgetUserInfo()
Get the user info of the URL.
URLnewInstance(String scheme, String host, int port, String file)