-
public final class TimeseriesMemoryEvent.TimeseriesMemory timeseries properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimeseriesMemoryEvent.Timeseries.Companion
-
Constructor Summary
Constructors Constructor Description TimeseriesMemoryEvent.Timeseries(String id, Long start, Long end, TimeseriesMemoryEvent.Data data)
-
Method Summary
-
-
Constructor Detail
-
TimeseriesMemoryEvent.Timeseries
TimeseriesMemoryEvent.Timeseries(String id, Long start, Long end, TimeseriesMemoryEvent.Data data)
- Parameters:
id- UUID of the timeseries batchstart- Timestamp of the first sample in nanoseconds from epochend- Timestamp of the last sample in nanoseconds from epochdata- Flattened memory data points
-
-
-
-