See: Description
| Interface | Description |
|---|---|
| DataAvailabilityNotifier |
This is a notifier that keeps track of when data is available on a given
dataset and then proceeds to notify the availability of the data to the
registered observers.
|
| DataAvailabilityObserver |
This is the interface which allows an observer to track the availability of a
dataset.
|
| Dataset |
The interface outlines the core functionalities that need to be supported
within datasets.
|
| DatasetCollection |
The
DataCollection interface manages a collection of datasets
that would be operated upon by an application instance. |
| DatasetCollectionObserver |
The observer interface for the
DatasetCollection. |
| FileAccess | Deprecated |
| FileDataset |
The interface for accessing a dataset comprising files.
|
| StreamDataset |
The interface which augments the
Dataset interface to support
streaming capabilities. |
| StreamingAccess | Deprecated |
| Class | Description |
|---|---|
| DatasetCollectionManagement |
This is an implementation of the
DataCollection Interface. |
| DatasetFactory |
A factory for creating different types of datasets.
|
| DatasetNotifier |
This is a class which implements the
DataAvailabilityNotifier
interface. |
| FileDatasetImpl |
An implementation of the
FileAccess dataset interface. |
| FileDatasetImplLegacy | Deprecated |
| StreamDatasetImplLegacy | Deprecated |
| StreamEvent |
Every data type used in Granules Streaming should implement this interface.
|
| Enum | Description |
|---|---|
| Dataset.DatasetType |
| Exception | Description |
|---|---|
| DatasetException |
The
DatasetException is thrown when problems are encountered
with the dataset. |
Copyright © 2015. All rights reserved.