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

Instantiates the client based on IConfiguration for the chosen runtime. More...

Static Public Member Functions

static IREEFClient GetClient (IConfiguration runtimeClientConfiguration)
 Creates a new instance of IREEFClient, based on the given Configuration. More...
 

Detailed Description

Instantiates the client based on IConfiguration for the chosen runtime.

Member Function Documentation

static IREEFClient Org.Apache.REEF.Client.API.ClientFactory.GetClient ( IConfiguration  runtimeClientConfiguration)
inlinestatic

Creates a new instance of IREEFClient, based on the given Configuration.

If the client itself uses Tang, it is a better design to have the IREEFClient injected into it. In order to make that happen, mix in the appropriate runtime configuration into the client configuration.

Parameters
runtimeClientConfigurationThe client configuration. Typically, this will be created via e.g.
See also
LocalRuntimeClientConfiguration
Returns

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