Apache REEF  0.16.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

◆ AddFile()

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

◆ AddFileResource()

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

◆ AddLibrary()

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

◆ GetEvaluatorDescriptor()

IEvaluatorDescriptor Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.GetEvaluatorDescriptor ( )

Property Documentation

◆ EvaluatorBatchId

string Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.EvaluatorBatchId
getset

◆ NameServerInfo

string Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.NameServerInfo
getset

◆ Type

EvaluatorType Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.Type
getset

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