This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator Interface Reference

Represents an Evaluator that is allocated, but is not running yet. More...

Inherits IDisposable, Org.Apache.REEF.Utilities.IIdentifiable, Org.Apache.REEF.Common.IContextSubmittable, Org.Apache.REEF.Common.IContextAndTaskSubmittable, and Org.Apache.REEF.Common.ITaskSubmittable.

Inherited by Org.Apache.REEF.Driver.Bridge.Events.AllocatedEvaluator.

Public Member Functions

IEvaluatorDescriptor GetEvaluatorDescriptor ()
 
void AddFile (string file)
 Puts the given file into the working directory of the Evaluator. More...
 
void AddLibrary (string file)
 Puts the given file into the working directory of the Evaluator and adds it to its classpath. More...
 
void AddFileResource (string file)
 
- Public Member Functions inherited from Org.Apache.REEF.Common.IContextSubmittable
void SubmitContext (IConfiguration contextConfiguration)
 Submit a Context. More...
 
void SubmitContextAndService (IConfiguration contextConfiguration, IConfiguration serviceConfiguration)
 Submit a Context and a Service Configuration. More...
 
- Public Member Functions inherited from Org.Apache.REEF.Common.IContextAndTaskSubmittable
void SubmitContextAndTask (IConfiguration contextConfiguration, IConfiguration taskConfiguration)
 Submit a Context and an Task. More...
 
void SubmitContextAndServiceAndTask (IConfiguration contextConfiguration, IConfiguration serviceConfiguration, IConfiguration taskConfiguration)
 Submit a Context with Services and an Task. More...
 
- Public Member Functions inherited from Org.Apache.REEF.Common.ITaskSubmittable
void SubmitTask (IConfiguration taskConf)
 

Properties

EvaluatorType Type [get, set]
 
string NameServerInfo [get, set]
 
string EvaluatorBatchId [get, set]
 
- Properties inherited from Org.Apache.REEF.Utilities.IIdentifiable
string Id [get]
 The Id of this object, e.g. More...
 

Detailed Description

Represents an Evaluator that is allocated, but is not running yet.

Member Function Documentation

void Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.AddFile ( string  file)

Puts the given file into the working directory of the Evaluator.

Parameters
filethe file to be copied
void Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.AddFileResource ( string  file)
void Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.AddLibrary ( string  file)

Puts the given file into the working directory of the Evaluator and adds it to its classpath.

Parameters
filethe file to be copied
IEvaluatorDescriptor Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.GetEvaluatorDescriptor ( )

Property Documentation

string Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.EvaluatorBatchId
getset
string Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.NameServerInfo
getset
EvaluatorType Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.Type
getset

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