| Modifier and Type | Method and Description |
|---|---|
AnsibleWorker |
AnsibleBridge.createWorker(Algorithm algorithm,
Cluster dataminerCluster,
boolean includeAlgorithmDependencies,
String user) |
Collection<Role> |
AnsibleBridge.generateRoles(Algorithm a,
boolean includeAlgorithmDependencies) |
| Modifier and Type | Method and Description |
|---|---|
protected Algorithm |
AlgorithmPackage.getAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
AlgorithmPackage.getDictionary(Algorithm a) |
| Constructor and Description |
|---|
AlgorithmPackage(Algorithm a,
boolean includeAlgorithmDependencies) |
| Modifier and Type | Method and Description |
|---|---|
Set<Algorithm> |
ISClient.getAlgoFromIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ISClient.addAlgToIs(Algorithm algo,
String token) |
void |
ISClient.updateAlg(Algorithm algo) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Algorithm> |
AlgorithmSet.getAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmSet.addAlgorithm(Algorithm algoritm) |
Boolean |
AlgorithmSet.hasAlgorithm(Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
int |
AlgorithmComparator.compare(Algorithm a1,
Algorithm a2) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
AlgorithmPackageParser.parsePackage(String url)
Given an URL to an algorithm package, create an Algorithm object with its
metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
RestPoolManager.extractAlgorithm(String url) |
Algorithm |
PoolManager.extractAlgorithm(String url) |
| Modifier and Type | Method and Description |
|---|---|
Set<Algorithm> |
RestPoolManager.getAlgoFromIs() |
Set<Algorithm> |
PoolManager.getAlgoFromIs() |
| Modifier and Type | Method and Description |
|---|---|
String |
RestPoolManager.addAlgorithmToHost(Algorithm algo,
String host,
boolean test) |
String |
PoolManager.addAlgorithmToHost(Algorithm algo,
String host,
boolean test) |
String |
RestPoolManager.addAlgorithmToVRE(Algorithm algo,
String vre,
boolean test) |
String |
PoolManager.addAlgorithmToVRE(Algorithm algo,
String vre,
boolean test) |
void |
RestPoolManager.addAlgToIs(Algorithm algo) |
void |
PoolManager.addAlgToIs(Algorithm algo) |
void |
RestPoolManager.getLogId(Algorithm algo,
String vre) |
void |
PoolManager.getLogId(Algorithm algo,
String vre) |
| Modifier and Type | Method and Description |
|---|---|
protected AnsibleWorker |
DMPMJob.createWorker(Algorithm algo,
Cluster dataminerCluster,
boolean includeAlgorithmDependencies,
String user) |
String |
DataminerPoolManager.publishAlgorithm(Algorithm algo,
String targetVREToken,
String targetVRE) |
String |
DataminerPoolManager.stageAlgorithm(Algorithm algo) |
protected void |
DMPMJob.updateSVNDependencies(Algorithm algo,
boolean stagingVRE) |
| Constructor and Description |
|---|
ProductionPublishingJob(SVNUpdater svnUpdater,
Algorithm algorithm,
Cluster prodCluster) |
StagingJob(SVNUpdater svnUpdater,
Algorithm algorithm,
Cluster stagingCluster,
Cluster rProtoCluster) |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
AlgorithmBuilder.create(String algorithmPackageURL,
String category) |
static Algorithm |
AlgorithmBuilder.create(String algorithmPackageURL,
String vre,
String hostname,
String name,
String description,
String category,
String algorithmType,
String skipJava) |
Copyright © 2017. All Rights Reserved.