| Package | Description |
|---|---|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
StatusAggregator.TimedValue |
StatusAggregator.getLastTV(String key)
returns the last value seen for a given key (which has to be monitored)
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,StatusAggregator.TimedValue> |
StatusAggregator.getAllLastTV()
returns the last values of all parameters monitored, with their
timestamp.
|
List<StatusAggregator.TimedValue> |
StatusAggregator.getHistory(String key)
returns the history (over the configured duration) for a given key.
|
Copyright © 2016 LSST. All rights reserved.