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

Inherits Org.Apache.REEF.Driver.Evaluator.IEvaluatorDescriptor.

Public Member Functions

 EvaluatorDescriptorImpl (string str)
 Constructor only to be used by the bridge. More...
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Properties

INodeDescriptor NodeDescriptor [get]
 
EvaluatorType EvaluatorType [get]
 
int Memory [get]
 
int VirtualCore [get]
 
string Rack [get]
 
RuntimeName RuntimeName [get]
 
- Properties inherited from Org.Apache.REEF.Driver.Evaluator.IEvaluatorDescriptor
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...
 

Constructor & Destructor Documentation

Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.EvaluatorDescriptorImpl ( string  str)
inline

Constructor only to be used by the bridge.

Parameters
str

Member Function Documentation

override bool Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.Equals ( object  obj)
inline
override int Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.GetHashCode ( )
inline

Property Documentation

EvaluatorType Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.EvaluatorType
get
int Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.Memory
get
INodeDescriptor Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.NodeDescriptor
get
string Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.Rack
get
RuntimeName Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.RuntimeName
get
int Org.Apache.REEF.Driver.Evaluator.EvaluatorDescriptorImpl.VirtualCore
get

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