
public class TrendableRecord extends Object
KeyValueDataList.| Constructor and Description |
|---|
TrendableRecord(String masterKey,
Instant masterTimestamp,
Map<String,Double> channels)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMasterKey()
Gets the master key given to the constructor.
|
Instant |
getMasterTimestamp()
Gets the master timestamp given to the constructor.
|
void |
post(org.lsst.ccs.Subsystem subsys)
Post this data to the local CCS trending database.
|
String |
toString()
Create a printable representation of this object.
|
public String getMasterKey()
public Instant getMasterTimestamp()
public void post(org.lsst.ccs.Subsystem subsys)
KeyValueDataList to which is added
one item for each data channel.Copyright © 2016 LSST. All rights reserved.