| 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 |
GIComputation |
| Modifier and Type | Class and Description |
|---|---|
class |
ECGMonitor |
| Modifier and Type | Class and Description |
|---|---|
class |
EEGMap
revamped eeg classification in granules
|
class |
EEGReduce
Cleaned version of a reducer to handle streaming EEG data with bridges
|
| Modifier and Type | Class and Description |
|---|---|
class |
GzipComputation |
| Modifier and Type | Class and Description |
|---|---|
class |
RespirationMap |
| Modifier and Type | Class and Description |
|---|---|
class |
MapReduceBase
This is the base class which will serve as the base for implementations of
the
Map and Reduce interface. |
class |
OperationBase
This is an implementation of the
Operation and
OperationConfiguration interfaces. |
| Modifier and Type | Class and Description |
|---|---|
class |
UpperCaseMap |
| Modifier and Type | Class and Description |
|---|---|
class |
WordCountMap
An example demonstrating the
Map role within a Word Count
operation. |
class |
WordCountReduce
An example demonstrating the
Reduce role within a Word Count
operation. |