This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Client.Yarn.RestClient.IUrlProvider Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Client.Yarn.RestClient.IUrlProvider Interface Reference

Inherited by Org.Apache.REEF.Client.YARN.HDI.HDInsightUrlProvider, Org.Apache.REEF.Client.YARN.RestClient.MultipleRMUrlProvider, and Org.Apache.REEF.Client.Yarn.RestClient.YarnConfigurationUrlProvider.

Public Member Functions

Task< IEnumerable< Uri > > GetUrlAsync ()
 Returns list of available Yarn resourcemanager addresses for the environment For environments with single endpoint/single RM this will be list of size 1. More...
 

Member Function Documentation

Task<IEnumerable<Uri> > Org.Apache.REEF.Client.Yarn.RestClient.IUrlProvider.GetUrlAsync ( )

Returns list of available Yarn resourcemanager addresses for the environment For environments with single endpoint/single RM this will be list of size 1.

For environments with multiple RMs with different endpoints this is list of all RMs. Client will try all endpoints until successful/the list is exhausted.

Returns

Implemented in Org.Apache.REEF.Client.YARN.RestClient.MultipleRMUrlProvider.


The documentation for this interface was generated from the following file: