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

Inherits Org.Apache.REEF.Client.Yarn.RestClient.IUrlProvider.

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.MultipleRMUrlProvider.GetUrlAsync ( )
inline

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

Implements Org.Apache.REEF.Client.Yarn.RestClient.IUrlProvider.


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