Apache REEF  0.14.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Client.API.IJobSubmission Interface Reference

This interfaces provides all the information that is needed for a job submission More...

Inherited by Org.Apache.REEF.Client.API.JobSubmission.

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]
 Global files. More...
 
ISet< string > LocalAssemblies [get]
 Local assemblies. More...
 
ISet< string > LocalFiles [get]
 Local files. More...
 
int DriverMemory [get]
 Driver memory in MegaBytes. More...
 
int MaxApplicationSubmissions [get]
 The maximum amount of times an application 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) contents Can be used to redirect assembly versions More...
 

Detailed Description

This interfaces provides all the information that is needed for a job submission

Property Documentation

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

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

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

The driver configurations

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

Driver memory in MegaBytes.

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

The assemblies to be made available to all containers.

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

Global files.

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

The Job's identifier

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

Local assemblies.

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

Local files.

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

The maximum amount of times an application can be submitted.


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