|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
An implementation of the REEF interface using an external Java program More...
Inherits Org.Apache.REEF.Client.API.IREEFClient.
Public Member Functions | |
| void | Submit (JobRequest jobRequest) |
| Submit the job described in jobRequest to the cluster. More... | |
| IJobSubmissionResult | SubmitAndGetJobStatus (JobRequest jobRequest) |
| Submit the job described in jobRequest to the cluster. More... | |
| async Task< FinalState > | GetJobFinalStatus (string appId) |
| Return current Job status More... | |
An implementation of the REEF interface using an external Java program
|
inline |
|
inline |
Submit the job described in jobRequest to the cluster.
| jobRequest |
Implements Org.Apache.REEF.Client.API.IREEFClient.
|
inline |
Submit the job described in jobRequest to the cluster.
Expect IJobSubmissionResult returned after the call.
| jobRequest |
Implements Org.Apache.REEF.Client.API.IREEFClient.
1.8.11