| Package | Description |
|---|---|
| org.lsst.ccs.localdb.statusdb.server |
| Modifier and Type | Method and Description |
|---|---|
StateChange.StateChangesList |
DataServer.getComponentStateChangeList(String subsystem,
String component,
List<String> states,
long t1,
long t2)
Gets the state changes events for the given list of states, between the time
interval
[t1,t2], for a given component of a subsystem. |
StateChange.StateChangesList |
DataServer.getStateChangeList(String subsystem,
List<String> states,
List<String> components,
long t1,
long t2)
Gets the state changes events for the given list of states, between the time
interval
[t1,t2], for the given subsystem. |
Copyright © 2018 LSST. All rights reserved.