|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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... | |
Instantiates the client based on IConfiguration for the chosen runtime.
|
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.
| runtimeClientConfiguration | The client configuration. Typically, this will be created via e.g.
|
1.8.11