|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Inherits IDisposable, Org.Apache.REEF.Driver.Context.IContext, Org.Apache.REEF.Common.ITaskSubmittable, and Org.Apache.REEF.Common.IContextSubmittable.
Inherited by Org.Apache.REEF.Driver.Bridge.Events.ActiveContext.
Public Member Functions | |
| void | SendMessage (byte[] message) |
| Sends a context message to the Driver. More... | |
Public Member Functions inherited from Org.Apache.REEF.Common.ITaskSubmittable | |
| void | SubmitTask (IConfiguration taskConf) |
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... | |
Additional Inherited Members | |
Properties inherited from Org.Apache.REEF.Driver.Context.IContext | |
| string | EvaluatorId [get] |
| the identifier of the Evaluator this EvaluatorContext is instantiated on. More... | |
| Optional< string > | ParentId [get] |
| ID of the parent context, if there is any. More... | |
| IEvaluatorDescriptor | EvaluatorDescriptor [get] |
| descriptor of the Evaluator this Context is on. More... | |
Properties inherited from Org.Apache.REEF.Utilities.IIdentifiable | |
| string | Id [get] |
| The Id of this object, e.g. More... | |
| void Org.Apache.REEF.Driver.Context.IActiveContext.SendMessage | ( | byte[] | message | ) |
Sends a context message to the Driver.
| message | Message to send |
1.8.11