Java org.apache.hadoop.yarn.api.protocolrecords RegisterApplicationMasterRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetHost()
Get the host on which the ApplicationMaster is running.
intgetRpcPort()
Get the RPC port on which the ApplicationMaster is responding.
StringgetTrackingUrl()
Get the tracking URL for the ApplicationMaster.
RegisterApplicationMasterRequestnewInstance(String host, int port, String trackingUrl)
Create a new instance of RegisterApplicationMasterRequest.
voidsetHost(String host)
Set the host on which the ApplicationMaster is running.
voidsetRpcPort(int port)
Set the RPC port on which the ApplicationMaster is responding.
voidsetTrackingUrl(String trackingUrl)
Set the tracking URLfor the ApplicationMaster while it is running.