Class WPSJobManager
- java.lang.Object
-
- org.gcube.dataanalysis.executor.job.management.WPSJobManager
-
public class WPSJobManager extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classWPSJobManager.TasksWatcher
-
Constructor Summary
Constructors Constructor Description WPSJobManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intestimateNumberOfServices(String scope)intgetActiveNodes()static StringgetCallTemplate()intgetNumberOfNodes()floatgetStatus()booleanhasResentMessages()voidhasResentTrue()voidincrementOverallFailures()voidincrementOverallSuccess()booleanisStopped()voidstop()voiduploadAndExecuteChunkized(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration configuration, String algorithmClass, List<String> arguments, String session)booleanwasAborted()
-
-
-
Method Detail
-
getCallTemplate
public static String getCallTemplate()
-
incrementOverallFailures
public final void incrementOverallFailures()
-
hasResentTrue
public final void hasResentTrue()
-
incrementOverallSuccess
public final void incrementOverallSuccess()
-
stop
public final void stop()
-
isStopped
public final boolean isStopped()
-
getNumberOfNodes
public int getNumberOfNodes()
-
getActiveNodes
public int getActiveNodes()
-
getStatus
public float getStatus()
-
wasAborted
public boolean wasAborted()
-
hasResentMessages
public boolean hasResentMessages()
-
estimateNumberOfServices
public int estimateNumberOfServices(String scope) throws Exception
- Throws:
Exception
-
-