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 |
The interface for accessing a dataset comprising files.
|
StreamingAccess |
The interface which augments the
Dataset interface to support
streaming capabilities. |
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. |
FileDataset |
An implementation of the
FileAccess dataset interface. |
StreamDataset |
This class is a streaming implementation of the dataset.
|
Exception | Description |
---|---|
DatasetException |
The
DatasetException is thrown when problems are encountered
with the dataset. |