| Package | Description |
|---|---|
| ds.granules.interfere.computation | |
| ds.granules.operation |
This package encapsulates functionality related to application instances that will be deployed on the cloud.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComputationManager.completedSuccessfully(java.lang.String jobId,
ProgressTracker inTracker) |
void |
ComputationManager.completedWithErrors(java.lang.String jobId,
ProgressTracker tracker) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressTrackerWidget
An implementation of the
ProgressTracker interface. |
| Modifier and Type | Method and Description |
|---|---|
ProgressTracker |
JobSubmission.deploy(Operation[] operations,
int numOfResources,
java.lang.String jobIdentifier,
JobLifecycleObserver jobLifecycleObserver) |
ProgressTracker |
InstanceDeployer.deployOperations(Operation[] operations)
This method deploys a set of operations on a specified number of
resources.
|
ProgressTracker |
InstanceDeployer.deployOperations(Operation[] operations,
int numOfResources,
java.lang.String jobIdentifier)
This method deploys a set of operations on a specified number of
resources.
|
ProgressTracker |
InstanceDeployer.deployOperations(Operation[] operations,
java.lang.String jobIdentifier)
This method deploys a set of operations on the set of available
resources.
|
ProgressTracker |
JobSubmission.getStatusOfJob(java.lang.String jobIdentifier)
Retrieve the status of a specific job that was submitted from this node.
|
ProgressTracker |
JobSubmission.submit(Operation operation,
JobLifecycleObserver jobLifecycleObserver)
Submit the given operation for execution.
|
ProgressTracker |
JobSubmission.submit(Operation operation,
java.lang.String resourceDeploymentStream,
JobLifecycleObserver jobLifecycleObserver)
Submit the given operation for execution.
|
ProgressTracker |
JobSubmission.submit(Operation operation,
java.lang.String resourceDeploymentStream,
java.lang.String jobIdentifier,
JobLifecycleObserver jobLifecycleObserver)
This method allows one to group a set of related tasks together in a Job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobLifecycleObserver.completedSuccessfully(java.lang.String jobIdentifier,
ProgressTracker progressTracker)
This method is invoked when all the constituent distributed tasks have
finished executing successfully.
|
void |
InstanceDeployer.completedSuccessfully(java.lang.String jobIdentifier,
ProgressTracker progressTracker) |
void |
JobLifecycleObserver.completedWithErrors(java.lang.String jobIdentifier,
ProgressTracker progressTracker)
This method is invoked when we have heard from all the sub-tasks, and one
or more errors have been encountered in the execution of constituent
tasks.
|
void |
InstanceDeployer.completedWithErrors(java.lang.String jobIdentifier,
ProgressTracker progressTracker) |