public static class GfacService.Client extends org.apache.thrift.TServiceClient implements GfacService.Iface
| Modifier and Type | Class and Description |
|---|---|
static class |
GfacService.Client.Factory |
| Constructor and Description |
|---|
GfacService.Client(org.apache.thrift.protocol.TProtocol prot) |
GfacService.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
| 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 |
recv_cancelJob() |
String |
recv_getGFACServiceVersion() |
boolean |
recv_submitJob() |
void |
send_cancelJob(String experimentId,
String taskId) |
void |
send_getGFACServiceVersion() |
void |
send_submitJob(String experimentId,
String taskId,
String gatewayId) |
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.
|
public GfacService.Client(org.apache.thrift.protocol.TProtocol prot)
public GfacService.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot)
public String getGFACServiceVersion() throws org.apache.thrift.TException
GfacService.IfacegetGFACServiceVersion in interface GfacService.Ifaceorg.apache.thrift.TExceptionpublic void send_getGFACServiceVersion()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic String recv_getGFACServiceVersion() throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic boolean submitJob(String experimentId, String taskId, String gatewayId) throws org.apache.thrift.TException
GfacService.IfacesubmitJob in interface GfacService.Ifaceorg.apache.thrift.TExceptionpublic void send_submitJob(String experimentId, String taskId, String gatewayId) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic boolean recv_submitJob()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic boolean cancelJob(String experimentId, String taskId) throws org.apache.thrift.TException
GfacService.IfacecancelJob in interface GfacService.Ifaceorg.apache.thrift.TExceptionpublic void send_cancelJob(String experimentId, String taskId) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic boolean recv_cancelJob()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.