| Interface | Description |
|---|---|
| BlobberWatchDog |
The watchdog gets used by the DAO objects provided in
BlobberPlugin#createMonitorDAOs()
and can also be used by the ACS layers of the blobber. |
| MonitorPointExpert |
The MonitorPointExpert encapsulates detailed knowledge about
specific monitor points that is needed by the generic upper layers of the blobber.
|
| Class | Description |
|---|---|
| BlobberHelper |
Component helper class.
|
| BlobberImpl |
Implementation of the blobber component.
|
| BlobberPlugin |
Provides code to the blobber which builds after ACS (somewhere in
ARCHIVE/TMCDB/). |
| BlobberWorker |
The part of the blobber component that does the real work.
|
| BlobData |
Extends the ComponentData type to compute the
ComponentData.statistics field
if the data type is numeric and single-valued. |
| CollectorList |
This class encapsulates a
,
which holds all monitor collector references together with their data that got harvested by a blobber. |
| CollectorList.CollectorData |
This class encapsulates meta data for a monitor collector: the Collector-ID, and the last successful access time
for that collector.
|