| Package | Description |
|---|---|
| eu.fthevenet.binjr.data.adapters | |
| eu.fthevenet.binjr.data.codec |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
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. |
class |
SimpleCachingDataAdapter<T,A extends Decoder<T>>
An abstract implementation of
DataAdapter that manages a cache in between the adapter and the data source. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvDecoder<T extends java.lang.Number>
This class provides an implementation of a
Decoder that decode data from a CSV formatted text stream into a TimeSeriesProcessor. |
Copyright © 2018 Frederic Thevenet. All rights reserved.