| Interface | Description |
|---|---|
| StorageAdapter |
| Class | Description |
|---|---|
| AsyncInventoryStorage |
An
InventoryStorage that syncs inventory that has been discovered. |
| AvailBufferedStorageDispatcher |
Buffers availability check data and eventually stores them in a storage adapter.
|
| AvailDataPayloadBuilderImpl |
Allows one to build up a payload request to send to availability storage by adding
data points one by one.
|
| AvailDataPoint |
Availability check data that was collected.
|
| AvailStorageProxy |
A proxy that delegates to a
MonitorServiceConfiguration.StorageAdapterConfiguration. |
| DataPoint | |
| HawkularStorageAdapter | |
| HttpClientBuilder |
Builds an HTTP client that can be used to talk to the Hawkular server-side.
|
| InventoryStorageProxy |
A proxy that delegates to a
StorageAdapter. |
| MetricBufferedStorageDispatcher |
Buffers collected metric data and eventually stores them in a storage adapter.
|
| MetricDataPayloadBuilderImpl |
Allows one to build up a payload request to send to metric storage by adding
data points one by one.
|
| MetricDataPoint |
Metric data that was collected.
|
| MetricStorageProxy |
A proxy that delegates to a
MonitorServiceConfiguration.StorageAdapterConfiguration. |
| MetricTagPayloadBuilderImpl |
Allows one to build up payload requests to send to metric storage to add tags.
|
| NumericMetricDataPoint |
Numeric metric data that was collected.
|
| PingStorageDispatcher |
Buffers availability check data and eventually stores them in a storage adapter.
|
| StringMetricDataPoint |
String metric data that was collected.
|
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.