| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBroker.makePlan(Session session,
Set<ScopedDeployedSoftware> services,
String[] suggestedGHNs) |
void |
Broker.makePlan(Session session,
Set<ScopedDeployedSoftware> services,
String[] suggestedGHNs)
Creates a deployment plan for the given services
|
void |
InternalBroker.makePlan(Session session,
Set<ScopedDeployedSoftware> services,
String[] suggestedGHNs)
Creates a deployment plan for the given services
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PlanRequest.create(Set<ScopedDeployedSoftware> services,
ScopeState scopeState,
String... suggestedGHNs)
Creates the request plan for the Broker Service
|
static void |
PlanParser.parse(String plan,
Set<ScopedDeployedSoftware> services,
ScopeState scopeState)
Parses the current plan and assigns gHNs to services
|
| Modifier and Type | Method and Description |
|---|---|
Set<ScopedDeployedSoftware> |
Session.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addService(ScopedDeployedSoftware service) |
| Modifier and Type | Method and Description |
|---|---|
List<ScopedDeployedSoftware> |
SoftwareGatewayRequest.send(org.gcube.common.core.scope.GCUBEScope scope)
Sends the request to the appropriate SG
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftwareGatewayRequest.addSoftware(ScopedDeployedSoftware service)
Adds a new service to the request
|
| Modifier and Type | Method and Description |
|---|---|
ScopedDeployedSoftware |
ScopeState.getRelatedDeployedSoftware(GCUBEPackage sourceService)
Gets the deployed service of the given service, if any
|
Copyright © 2015. All Rights Reserved.