| Interface | Description |
|---|---|
| AssumptionCheck.CallBackText |
Callback to generate text if assumtion is false.
|
| Table.ColumnReaderIntFunc.IntegerParser | |
| Table.ColumnReaderTimestamp | |
| Table.ReaderConstructor<T> |
| Class | Description |
|---|---|
| AssumptionCheck |
Methods of this class throw exceptions and add an entry in log if an assumtion is false.
|
| BaseAggregationTimeUtil |
utility to convert raw timestamps and aggregated timestamps
|
| Computation | |
| DataEntry |
Storage entry of time series data.
|
| DataRow |
Entry of one row of data values at a timestamp.
|
| Interval |
Integer interval of time with start and end timestamps.
|
| MiniCSV |
Write csv-files.
|
| MultiMutator | |
| MultiMutator.MultiMutator2 | |
| MultiMutator.MultiMutator3 | |
| MultiMutator.MultiMutator4 | |
| Mutator | |
| Mutators | |
| NamedInterval |
Interval with start, end and name.
|
| Pair<A,B> |
general pair of two types
immutable if a and b are immutable
|
| Quadruple<A,B,C,D> |
tuple of four entries
immutable if a, b, c and d are immutable
|
| StringPair |
Pair of type String
|
| Table |
Helper class to read csv files and get data as a table
|
| Table.ColumnReader | |
| Table.ColumnReaderBoolean | |
| Table.ColumnReaderBooleanMissing | |
| Table.ColumnReaderBooleanYN | |
| Table.ColumnReaderDateFullHourTimestamp | |
| Table.ColumnReaderDateHourWrapMinuteTimestamp |
example: "2014-04-14";"23";"45";"0"
example: "2014-04-14";"24";"0";"0"
example: "2014-04-15";"0";"30";"0"
example: "2014-04-15";"0";"15";"0"
example: "2014-04-15";"0";"45";"0"
|
| Table.ColumnReaderDayFirstAmPmTimestamp | |
| Table.ColumnReaderDouble | |
| Table.ColumnReaderFloat | |
| Table.ColumnReaderFloatMissing | |
| Table.ColumnReaderInt | |
| Table.ColumnReaderIntFunc | |
| Table.ColumnReaderMonthNameTimestamp | |
| Table.ColumnReaderSlashTimestamp | |
| Table.ColumnReaderSpaceTimestamp | |
| Table.ColumnReaderString | |
| Table.ColumnReaderStringMissing | |
| Table.ColumnReaderTimestampTwoCols | |
| TimeConverter |
Converter of timestamps with reference to file time data.
|
| Timer |
Timer measures duration of time-span between start and stop calls.
|
| Timers | |
| TimeSeriesMask |
Contains list of intervals of time that should be masked out.
|
| TimestampInterval<T extends java.io.Serializable> |
(open) interval of time with value object.
|
| TimeUtil |
This class converts between date and time systems and keeps timestamp info from a UDBF-File.
|
| Triple<A,B,C> |
tuple of three entries
immutable if a, b and c are immutable
|
| TsdbThrow |
Helper class for Exceptions.
|
| TsEntry |
Entry of a time series with timestamp, data values, quality flags and counters and interpolation flag.
|
| TsSchema |
Schema of time series (TsEntries)
immutable (Field values should not be changed.)
|
| Util |
Some utilities
|
| Util.FloatRange |
named range of float values
|
| Enum | Description |
|---|---|
| AggregationInterval | |
| AggregationType |
aggregation type of sensor data
|
| DataQuality |
for data values: highest passed quality check
for queries: lowest quality of data values
|
| TsSchema.Aggregation |