The parameters for a REEF application, used to specify application parameters for each REEF application.
More...
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.
| 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: