| 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
|
void |
ServiceBroker.sendFeedback(Session session)
Sends feedback to the broker about the execution of the plan for the given session
|
void |
Broker.sendFeedback(Session session)
Sends feedback to the broker about the execution of the plan for the given session
|
void |
InternalBroker.sendFeedback(Session session)
Sends feedback to the broker about the execution of the plan for the given session
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Feedback.create(Session session)
Creates the feedback information for the Broker Service
|
| Modifier and Type | Field and Description |
|---|---|
Session |
OperatorConfig.session |
| Constructor and Description |
|---|
OperatorConfig(Session report,
ScopeState scopeState,
org.gcube.common.core.scope.GCUBEScope... scope) |
| Modifier and Type | Method and Description |
|---|---|
static Session |
Session.load(String id)
Loads the report from the file system
|
| Modifier and Type | Method and Description |
|---|---|
Session |
ScopeState.getLastReport()
Gets the last active
Session |
Session |
InstanceState.getSession(String id)
Gets the
Session |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceState.addSession(org.gcube.common.core.scope.GCUBEScope scope,
Session session)
Adds a new
Session to the service's state |
void |
InstanceState.disposeState(org.gcube.common.core.scope.GCUBEScope scope,
Session report)
Disposes the scope
|
void |
ScopeState.setLastSession(Session report)
Sets the last active
Session |
Copyright © 2015. All Rights Reserved.