| Package | Description |
|---|---|
| ds.granules.interfere.computation | |
| ds.granules.interfere.computation.ecg | |
| ds.granules.interfere.computation.eeg | |
| ds.granules.interfere.computation.gzip | |
| ds.granules.interfere.computation.thorax | |
| ds.granules.operation |
This package encapsulates functionality related to application instances that will be deployed on the cloud.
|
| ds.granules.samples.uppercase |
This package contains a simple example which flips an input string from lowercase to uppercase.
|
| ds.granules.samples.wordcount |
This package contains classes that demonstrate using Granules with a simple information retrieval capability: Histogramming Word Counts in a set of files on a distributed set of machines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComputationManager |
| Modifier and Type | Class and Description |
|---|---|
class |
ECGCompManager |
class |
ECGDeployer |
| Modifier and Type | Class and Description |
|---|---|
class |
EEGCompManager |
class |
EEGDeployer
First pass at refactoring - need to add stress test specific stuff eventually...
|
| Modifier and Type | Class and Description |
|---|---|
class |
GzipCompManager |
| Modifier and Type | Class and Description |
|---|---|
class |
RespirationMonitorDeployer |
class |
ThoraxCompManager |
| 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,
java.lang.String jobIdentifier,
JobLifecycleObserver jobLifecycleObserver) |
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 | Class and Description |
|---|---|
class |
UpperCaseDeployer |
| Modifier and Type | Class and Description |
|---|---|
class |
WordCountDeployer
The deployer for the WORD Count information retrieval example, which allows
one to histogram words from given set of files over a distributed set of
resources.
|