| Package | Description |
|---|---|
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
AgentStatusAggregatorService.TimedValue |
AgentStatusAggregatorService.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,AgentStatusAggregatorService.TimedValue> |
AgentStatusAggregatorService.getAllLastTV()
returns the last values of all parameters monitored, with their
timestamp.
|
List<AgentStatusAggregatorService.TimedValue> |
AgentStatusAggregatorService.getHistory(String key)
returns the history (over the configured duration) for a given key.
|
Copyright © 2019 LSST. All rights reserved.