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

Describes parameters for a single job submission. 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...
 
int DriverMemory [get]
 The size of the driver memory, in MB. More...
 
int MaxApplicationSubmissions [get]
 The maximum amount of times the job can be submitted. More...
 
string JobIdentifier [get]
 The Job's identifier More...
 
string DriverConfigurationFileContents [get]
 Driver config file contents (Org.Apache.REEF.Bridge.exe.config) Can be use to redirect assembly versions More...
 
JavaLoggingSetting JavaLogLevel [get]
 Java log level. More...
 
JobParameters JobParameters [get]
 Gets the JobParameters for this particular job submission. More...
 
AppParameters AppParameters [get]
 Gets the AppParameters for this particular job submission. More...
 

Detailed Description

Describes parameters for a single job submission.

Property Documentation

AppParameters Org.Apache.REEF.Client.API.JobRequest.AppParameters
get

Gets the AppParameters for this particular job submission.

string Org.Apache.REEF.Client.API.JobRequest.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.JobRequest.DriverConfigurations
get

The driver configurations

int Org.Apache.REEF.Client.API.JobRequest.DriverMemory
get

The size of the driver memory, in MB.

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

The assemblies to be made available to all containers.

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

The global files to be made available to all containers.

JavaLoggingSetting Org.Apache.REEF.Client.API.JobRequest.JavaLogLevel
get

Java log level.

string Org.Apache.REEF.Client.API.JobRequest.JobIdentifier
get

The Job's identifier

JobParameters Org.Apache.REEF.Client.API.JobRequest.JobParameters
get

Gets the JobParameters for this particular job submission.

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

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

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

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

int Org.Apache.REEF.Client.API.JobRequest.MaxApplicationSubmissions
get

The maximum amount of times the job can be submitted.

Used primarily in the driver restart scenario.


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