|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Base interface for classes that support Context submission. More...
Inherited by Org.Apache.REEF.Driver.Context.IActiveContext, and Org.Apache.REEF.Driver.Evaluator.IAllocatedEvaluator.
Public Member Functions | |
| void | SubmitContext (IConfiguration contextConfiguration) |
| Submit a Context. More... | |
| void | SubmitContextAndService (IConfiguration contextConfiguration, IConfiguration serviceConfiguration) |
| Submit a Context and a Service Configuration. More... | |
Base interface for classes that support Context submission.
| void Org.Apache.REEF.Common.IContextSubmittable.SubmitContext | ( | IConfiguration | contextConfiguration | ) |
Submit a Context.
| contextConfiguration | the Configuration of the EvaluatorContext. See ContextConfiguration for details. |
| void Org.Apache.REEF.Common.IContextSubmittable.SubmitContextAndService | ( | IConfiguration | contextConfiguration, |
| IConfiguration | serviceConfiguration | ||
| ) |
1.8.11