public static interface GfacService.Iface
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelJob(String experimentId,
String taskId)
*
* Terminate the running job.At this point user
* does not have to know the job ID so in the argument
* we do not make it to required jobID to provide.
|
String |
getGFACServiceVersion()
Query gfac server to fetch the CPI version
|
boolean |
submitJob(String experimentId,
String taskId,
String gatewayId)
* After creating the experiment Data and Task Data in the orchestrator
* Orchestrator has to invoke this operation for each Task per experiment to run
* the actual Job related actions.
|
String getGFACServiceVersion() throws org.apache.thrift.TException
org.apache.thrift.TExceptionboolean submitJob(String experimentId, String taskId, String gatewayId) throws org.apache.thrift.TException
experimentId - taskId - gatewayId - org.apache.thrift.TExceptionboolean cancelJob(String experimentId, String taskId) throws org.apache.thrift.TException
experimentId - taskId - org.apache.thrift.TExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.