|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.dataanalysis.executor.job.management.RemoteJobManager
public class RemoteJobManager
| Field Summary | |
|---|---|
protected int |
activeNodes
|
| Constructor Summary | |
|---|---|
RemoteJobManager(String scope,
int numberOfNodes)
|
|
RemoteJobManager(String scope,
int numberOfNodes,
List<org.apache.axis.message.addressing.EndpointReferenceType> eprs)
|
|
| Method Summary | |
|---|---|
int |
getActiveNodes()
|
int |
getNumberOfNodes()
|
float |
getStatus()
|
void |
init(String scope,
int numberOfNodes)
|
void |
setNumberOfNodes(int newNumberOfNodes)
|
void |
stop()
|
boolean |
uploadAndExecute(String serviceClass,
String serviceName,
String owner,
String localDir,
String remoteDir,
String outputDir,
String script,
List<String> arguments,
boolean deletefiles)
|
boolean |
wasAborted()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int activeNodes
| Constructor Detail |
|---|
public RemoteJobManager(String scope,
int numberOfNodes)
throws Exception
Exception
public RemoteJobManager(String scope,
int numberOfNodes,
List<org.apache.axis.message.addressing.EndpointReferenceType> eprs)
throws Exception
Exception| Method Detail |
|---|
public int getActiveNodes()
public float getStatus()
public int getNumberOfNodes()
public void setNumberOfNodes(int newNumberOfNodes)
public void init(String scope,
int numberOfNodes)
throws Exception
Exception
public boolean uploadAndExecute(String serviceClass,
String serviceName,
String owner,
String localDir,
String remoteDir,
String outputDir,
String script,
List<String> arguments,
boolean deletefiles)
throws Exception
Exceptionpublic boolean wasAborted()
public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||