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

Metadata about an Evaluator. More...

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

Properties

INodeDescriptor NodeDescriptor [get]
 NodeDescriptor of the node where this Evaluator is running. More...
 
EvaluatorType EvaluatorType [get]
 type of Evaluator. More...
 
int Memory [get]
 the amount of memory allocated to this Evaluator. More...
 
int VirtualCore [get]
 the virtual core allocated to this Evaluator. More...
 
string Rack [get]
 rack on which the evaluator was allocated More...
 
RuntimeName RuntimeName [get]
 name of the runtime that allocated this evaluator More...
 

Detailed Description

Metadata about an Evaluator.

Property Documentation

EvaluatorType Org.Apache.REEF.Driver.Evaluator.IEvaluatorDescriptor.EvaluatorType
get

type of Evaluator.

int Org.Apache.REEF.Driver.Evaluator.IEvaluatorDescriptor.Memory
get

the amount of memory allocated to this Evaluator.

INodeDescriptor Org.Apache.REEF.Driver.Evaluator.IEvaluatorDescriptor.NodeDescriptor
get

NodeDescriptor of the node where this Evaluator is running.

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

rack on which the evaluator was allocated

RuntimeName Org.Apache.REEF.Driver.Evaluator.IEvaluatorDescriptor.RuntimeName
get

name of the runtime that allocated this evaluator

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

the virtual core allocated to this Evaluator.


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