| Interface | Description |
|---|---|
| StreamStorage |
This class encapsulates StreamDB and provides basic methods to store and query time series data.
|
| Class | Description |
|---|---|
| Chunk |
Chunk of time series data
immutable (Entries of data should not be changed.)
|
| ChunkMeta |
Metadata of chunk
immutable
|
| ChunkSerializer |
Serializer for Chunk.
|
| RelationalIterator |
Joins a collection of StreamIterators to TsIterator with outputSchema.
|
| SensorMeta |
Metadata of sensor
immutable
|
| StationMeta |
Metadat of station
immutable (Fields should not be changed.)
|
| StreamChainIterator |
chain StreamIterators to one iterator.
|
| StreamDB |
Central class of StreamDB
|
| StreamIterator |
Iterator over one time series
|
| StreamStorageStreamDB |
Implementations of StreamStorage with StreamDB
|
| StreamTsIterator |
converts StreamIterator (or other DataEntry Iterator) to TsIterator
|
StreamDB storage for time series.