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

The parameters for a REEF application, used to specify application parameters for each REEF application. More...

Properties

ISet< string > GlobalAssemblies [get]
 The assemblies to be made available to all containers. More...
 
ISet< IConfigurationDriverConfigurations [get]
 The driver configurations. More...
 
ISet< string > GlobalFiles [get]
 The global files to be made available to all containers. More...
 
ISet< string > LocalAssemblies [get]
 The assemblies to be made available only to the local container. More...
 
ISet< string > LocalFiles [get]
 The files to be made available only to the local container. More...
 
string DriverConfigurationFileContents [get]
 Driver config file contents (Org.Apache.REEF.Bridge.exe.config) Can be use to redirect assembly versions More...
 

Detailed Description

The parameters for a REEF application, used to specify application parameters for each REEF application.

For job parameters which is specified each time for job submissions of the same REEF application, see JobParameters.

Property Documentation

string Org.Apache.REEF.Client.API.AppParameters.DriverConfigurationFileContents
get

Driver config file contents (Org.Apache.REEF.Bridge.exe.config) Can be use to redirect assembly versions

ISet<IConfiguration> Org.Apache.REEF.Client.API.AppParameters.DriverConfigurations
get

The driver configurations.

ISet<string> Org.Apache.REEF.Client.API.AppParameters.GlobalAssemblies
get

The assemblies to be made available to all containers.

ISet<string> Org.Apache.REEF.Client.API.AppParameters.GlobalFiles
get

The global files to be made available to all containers.

ISet<string> Org.Apache.REEF.Client.API.AppParameters.LocalAssemblies
get

The assemblies to be made available only to the local container.

ISet<string> Org.Apache.REEF.Client.API.AppParameters.LocalFiles
get

The files to be made available only to the local container.


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