public class DAQStats extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.utilities.location.Location |
getLocation()
Get the location corresponding to these statistics
|
Map<String,Long> |
getMap()
Get the map of all available statistics
|
Long |
getStatistic(String statName)
Get the specified statistic by name
|
public org.lsst.ccs.utilities.location.Location getLocation()
public Long getStatistic(String statName)
statName - The name of the requested statisticIllegalArgumentException - if the specified statistic name is invalidCopyright © 2023 LSST. All rights reserved.