| Interface | Description |
|---|---|
| DataAdapterInfo |
An immutable representation of a
DataAdapter's metadata |
| Class | Description |
|---|---|
| BaseDataAdapterInfo |
An immutable representation of a
DataAdapter's metadata |
| DataAdapter<T,A extends Decoder<T>> |
Provides the means to access a data source to retrieve raw time series data, as well as the properties required to decode and present the data.
|
| DataAdapterFactory |
Defines methods to discover and create new instances of available
DataAdapter classes |
| HttpDataAdapterBase<T,A extends Decoder<T>> |
This class provides a base on which to implement
DataAdapter instances that communicate with sources via the HTTP protocol. |
| SimpleCachingDataAdapter<T,A extends Decoder<T>> |
An abstract implementation of
DataAdapter that manages a cache in between the adapter and the data source. |
| TimeSeriesBinding<T> |
Represents a binding between a time series and the
DataAdapter used to produce it. |
Copyright © 2018 Frederic Thevenet. All rights reserved.