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

A request for an Evaluator allocation. More...

Inherited by Org.Apache.REEF.Driver.Evaluator.EvaluatorRequest.

Properties

int MemoryMegaBytes [get]
 Memory for the Evaluator in megabytes. More...
 
int Number [get]
 Number of Evaluators to allocate. More...
 
int VirtualCore [get]
 Number of cores in the Evaluator. More...
 
string Rack [get]
 The desired rack name for the Evaluator to be allocated in. More...
 
string EvaluatorBatchId [get]
 The batch ID for requested evaluators. More...
 
string RuntimeName [get]
 The name of the runtime to allocate teh evaluator on More...
 

Detailed Description

A request for an Evaluator allocation.

Property Documentation

string Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.EvaluatorBatchId
get

The batch ID for requested evaluators.

Evaluators requested in the same batch will have the same Batch ID.

int Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.MemoryMegaBytes
get

Memory for the Evaluator in megabytes.

int Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.Number
get

Number of Evaluators to allocate.

string Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.Rack
get

The desired rack name for the Evaluator to be allocated in.

string Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.RuntimeName
get

The name of the runtime to allocate teh evaluator on

int Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.VirtualCore
get

Number of cores in the Evaluator.


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