Class DataminerPoolManager
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.service.DataminerPoolManager
-
public class DataminerPoolManager extends Object
-
-
Constructor Summary
Constructors Constructor Description DataminerPoolManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogById(String id)StringgetMonitorById(String id)StringpublishAlgorithm(Algorithm algo, String targetVRE, String category, String algorithm_type)StringstageAlgorithm(Algorithm algo, String targetVRE, String category, String algorithm_type)
-
-
-
Method Detail
-
stageAlgorithm
public String stageAlgorithm(Algorithm algo, String targetVRE, String category, String algorithm_type) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
publishAlgorithm
public String publishAlgorithm(Algorithm algo, String targetVRE, String category, String algorithm_type) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
getLogById
public String getLogById(String id) throws FileNotFoundException
- Throws:
FileNotFoundException
-
getMonitorById
public String getMonitorById(String id) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-