| Package | Description |
|---|---|
| ds.granules.operation |
This package encapsulates functionality related to application instances that will be deployed on the cloud.
|
| ds.granules.results |
Functionality for processing results generated by application instances.
|
| Modifier and Type | Method and Description |
|---|---|
Results |
MapReduceBase.createResults(boolean completeResult,
boolean processingComplete) |
Results |
MapReduce.createResults(boolean completeResult,
boolean processingComplete)
Create the
Results type to be used for reporting results
produced as a result of the processing. |
| Modifier and Type | Method and Description |
|---|---|
void |
MapReduceBase.writeResults(int synopsisType,
java.lang.String streamSynopsis,
Results results)
Deprecated.
|
void |
MapReduce.writeResults(int synopsisType,
java.lang.String streamSynopsis,
Results results)
Deprecated.
|
void |
MapReduceBase.writeResults(Results results) |
void |
MapReduce.writeResults(Results results)
Writes the specified results to the default output stream.
|
void |
MapReduceBase.writeResults(java.lang.String streamSynopsis,
Results results)
Deprecated.
|
void |
MapReduce.writeResults(java.lang.String streamSynopsis,
Results results)
Deprecated.
|
void |
MapReduceBase.writeResults(Topic topic,
Results results) |
void |
MapReduce.writeResults(Topic topic,
Results results)
Writes the specified results to a specific output stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultsWidget
This class is an implementation of the
Results interface. |
| Modifier and Type | Method and Description |
|---|---|
Results |
ResultsFactory.createResult(java.lang.String instanceIdentifier,
boolean completeResult,
boolean processingComplete)
This method creates a Results object.
|
Results |
ResultsFactory.getResults(byte[] marshalledBytes)
Recreate the Results object from a byte[].
|
Results |
ResultsFactory.getResults(FormatReader mFormat)
Recreate the Results object from a byte[].
|