
public interface TrendableRecord
| Modifier and Type | Method and Description |
|---|---|
List<org.lsst.ccs.bus.data.Alert> |
getAlerts()
Returns any alerts that should be raised by this set of readings.
|
Map<String,Serializable> |
getItems()
Gets the map of trending keys to serializable values.
|
String |
getMasterKey()
Gets the master key for the record.
|
Instant |
getMasterTimestamp()
Gets the master timestamp for the record.
|
void |
post(org.lsst.ccs.Subsystem subsys)
Post this data to the local CCS trending database.
|
String getMasterKey()
Instant getMasterTimestamp()
List<org.lsst.ccs.bus.data.Alert> getAlerts()
Error - if the flag has an invalid type or value..Map<String,Serializable> getItems()
void post(org.lsst.ccs.Subsystem subsys)
KeyValueDataList to which is added
one KeyValueData item for each data channel.subsys - A reference to the CCS subsystem object.Copyright © 2021 LSST. All rights reserved.