| Package | Description |
|---|---|
| ds.granules.interfere.computation | |
| 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.
|
| ds.granules.scheduler |
This package contains functionality related to scheduling the application instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GIComputation.execute() |
void |
GIComputation.initialize(java.util.Properties providedDirectives) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
OperationBase.execute() |
void |
Operation.execute()
Execute the operation.
|
abstract void |
OperationBase.initialize(java.util.Properties providedDirectives) |
void |
Operation.initialize(java.util.Properties processingDirectives)
Initialize the operation based on the specified processing directives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpperCaseMap.execute() |
void |
UpperCaseMap.initialize(java.util.Properties directives) |
| Modifier and Type | Method and Description |
|---|---|
void |
WordCountReduce.initialize(java.util.Properties providedDirectives) |
void |
WordCountMap.initialize(java.util.Properties directives) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagement.manageExecution(java.lang.String taskIdentifier,
Operation operation)
Manage the execution of the given operation
|