| Package | Description |
|---|---|
| ds.granules.operation |
This package encapsulates functionality related to application instances that will be deployed on the cloud.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceDeployer
This is a class that encapsulates several of the functionality that need to
be supported by Granules application deployers.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressTracker |
JobSubmission.deploy(Operation[] operations,
int numOfResources,
String jobIdentifier,
JobLifecycleObserver jobLifecycleObserver) |
ProgressTracker |
JobSubmission.submit(Operation operation,
JobLifecycleObserver jobLifecycleObserver)
Submit the given operation for execution.
|
ProgressTracker |
JobSubmission.submit(Operation operation,
String resourceDeploymentStream,
JobLifecycleObserver jobLifecycleObserver)
Submit the given operation for execution.
|
ProgressTracker |
JobSubmission.submit(Operation operation,
String resourceDeploymentStream,
String jobIdentifier,
JobLifecycleObserver jobLifecycleObserver)
This method allows one to group a set of related tasks together in a Job.
|
| Constructor and Description |
|---|
ProgressTrackerWidget(String binding,
String jobIdentifier,
JobLifecycleObserver jobLifecycleObserver) |
Copyright © 2015. All rights reserved.