Uses of Class
org.gcube.dataanalysis.dataminer.poolmanager.datamodel.Algorithm
-
-
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.ansiblebridge
Methods in org.gcube.dataanalysis.dataminer.poolmanager.ansiblebridge with parameters of type Algorithm Modifier and Type Method Description AnsibleWorkerAnsibleBridge. createWorker(Algorithm algorithm, Cluster dataminerCluster, boolean includeAlgorithmDependencies, String user)Collection<Role>AnsibleBridge. generateRoles(Algorithm a, boolean includeAlgorithmDependencies) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.ansiblebridge.template
Methods in org.gcube.dataanalysis.dataminer.poolmanager.ansiblebridge.template that return Algorithm Modifier and Type Method Description protected AlgorithmAlgorithmPackage. getAlgorithm()Methods in org.gcube.dataanalysis.dataminer.poolmanager.ansiblebridge.template with parameters of type Algorithm Modifier and Type Method Description protected Map<String,String>AlgorithmPackage. getDictionary(Algorithm a)Constructors in org.gcube.dataanalysis.dataminer.poolmanager.ansiblebridge.template with parameters of type Algorithm Constructor Description AlgorithmPackage(Algorithm a, boolean includeAlgorithmDependencies) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.clients
Methods in org.gcube.dataanalysis.dataminer.poolmanager.clients with parameters of type Algorithm Modifier and Type Method Description voidISClient. addAlgToIs(Algorithm algo, String token)voidISClient. updateAlg(Algorithm algo) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.datamodel
Methods in org.gcube.dataanalysis.dataminer.poolmanager.datamodel that return types with arguments of type Algorithm Modifier and Type Method Description Collection<Algorithm>AlgorithmSet. getAlgorithms()Methods in org.gcube.dataanalysis.dataminer.poolmanager.datamodel with parameters of type Algorithm Modifier and Type Method Description voidAlgorithmSet. addAlgorithm(Algorithm algoritm)BooleanAlgorithmSet. hasAlgorithm(Algorithm algorithm) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.datamodel.comparator
Methods in org.gcube.dataanalysis.dataminer.poolmanager.datamodel.comparator with parameters of type Algorithm Modifier and Type Method Description intAlgorithmComparator. compare(Algorithm a1, Algorithm a2) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.process
Methods in org.gcube.dataanalysis.dataminer.poolmanager.process that return Algorithm Modifier and Type Method Description AlgorithmAlgorithmPackageParser. parsePackage(String url) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.rest
Methods in org.gcube.dataanalysis.dataminer.poolmanager.rest that return Algorithm Modifier and Type Method Description AlgorithmPoolManager. extractAlgorithm(String url)AlgorithmRestPoolManager. extractAlgorithm(String url)Methods in org.gcube.dataanalysis.dataminer.poolmanager.rest that return types with arguments of type Algorithm Modifier and Type Method Description Set<Algorithm>PoolManager. getAlgoFromIs()Set<Algorithm>RestPoolManager. getAlgoFromIs()Methods in org.gcube.dataanalysis.dataminer.poolmanager.rest with parameters of type Algorithm Modifier and Type Method Description StringPoolManager. addAlgorithmToHost(Algorithm algo, String host, boolean test)StringRestPoolManager. addAlgorithmToHost(Algorithm algo, String host, boolean test)StringPoolManager. addAlgorithmToVRE(Algorithm algo, String vre, boolean test)StringRestPoolManager. addAlgorithmToVRE(Algorithm algo, String vre, boolean test)voidPoolManager. addAlgToIs(Algorithm algo)voidRestPoolManager. addAlgToIs(Algorithm algo)voidPoolManager. getLogId(Algorithm algo, String vre)voidRestPoolManager. getLogId(Algorithm algo, String vre) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.service
Methods in org.gcube.dataanalysis.dataminer.poolmanager.service with parameters of type Algorithm Modifier and Type Method Description protected AnsibleWorkerDMPMJob. createWorker(Algorithm algo, Cluster dataminerCluster, boolean includeAlgorithmDependencies, String user)StringDataminerPoolManager. publishAlgorithm(Algorithm algo, String targetVRE, String category, String algorithm_type)StringDataminerPoolManager. stageAlgorithm(Algorithm algo, String targetVRE, String category, String algorithm_type)Constructors in org.gcube.dataanalysis.dataminer.poolmanager.service with parameters of type Algorithm Constructor Description DMPMJob(SVNUpdater svnUpdater, Configuration configuration, Algorithm algorithm, Cluster cluster, String vREName, String category, String algorithm_type)ProductionPublishingJob(SVNUpdater svnUpdater, Algorithm algorithm, Cluster prodCluster, String targetVREName, String category, String algorithm_type)StagingJob(SVNUpdater svnUpdater, Algorithm algorithm, Cluster stagingCluster, String rProtoVREName, String category, String algorithm_type) -
Uses of Algorithm in org.gcube.dataanalysis.dataminer.poolmanager.util
Methods in org.gcube.dataanalysis.dataminer.poolmanager.util that return Algorithm Modifier and Type Method Description static AlgorithmAlgorithmBuilder. create(String algorithmPackageURL)static AlgorithmAlgorithmBuilder. create(String algorithmPackageURL, String vre, String hostname, String name, String description, String category, String algorithmType, String skipJava)Methods in org.gcube.dataanalysis.dataminer.poolmanager.util with parameters of type Algorithm Modifier and Type Method Description voidCheckMethod. copyAlgorithms(Algorithm algo)voidCheckMethod. deleteFiles(Algorithm a)StringSVNUpdater. generateAlgorithmEntry(Algorithm algorithm, String targetVRE, String category, String algorithm_type)booleanSVNUpdater. updateSVNAlgorithmList(Algorithm algorithm, String targetVRE, String category, String algorithm_type, String user)
-