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

Denotes an object that has a string identifier. More...

Inherited by Org.Apache.REEF.Common.Api.IFailure, Org.Apache.REEF.Common.Context.IContextMessage, Org.Apache.REEF.Common.Exceptions.JobException, Org.Apache.REEF.Driver.Context.IContext, Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator, Org.Apache.REEF.Driver.Evaluator.ICompletedEvaluator, Org.Apache.REEF.Driver.Evaluator.IFailedEvaluator, Org.Apache.REEF.Driver.Task.ICompletedTask, Org.Apache.REEF.Driver.Task.IRunningTask, and Org.Apache.REEF.Driver.Task.ISuspendedTask.

Properties

string Id [get]
 The Id of this object, e.g. More...
 

Detailed Description

Denotes an object that has a string identifier.

Property Documentation

string Org.Apache.REEF.Utilities.IIdentifiable.Id
get

The Id of this object, e.g.

the TaskId.


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