| Package | Description |
|---|---|
| org.lsst.ccs.localdb.dao | |
| org.lsst.ccs.localdb.statusdb | |
| org.lsst.ccs.localdb.statusdb.model | |
| org.lsst.ccs.localdb.statusdb.server |
| Modifier and Type | Method and Description |
|---|---|
static StatData |
LocaldbFacade.getStatDataOrNull(StatDesc sd,
StatTimeInterval sti,
Session sess)
Retrieves a StatData entity corresponding to the given
StatDesc and
StatTimeInterval. |
| Modifier and Type | Method and Description |
|---|---|
static List<StatDesc> |
StatusDataPersister.getStatDescs(DataDesc dd,
Session sess,
Logger log) |
| Modifier and Type | Method and Description |
|---|---|
StatDesc |
StatData.getStatDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatData.setStatDesc(StatDesc statDesc) |
| Constructor and Description |
|---|
StatData(StatDesc d,
double val,
StatTimeInterval timeInterval) |
StatData(StatDesc d,
StatTimeInterval timeInterval) |
| Modifier and Type | Method and Description |
|---|---|
List<StatDesc> |
DataServer.getAvailableStats(long rawId,
Session sess)
Get the StatDesc for a given raw Id
|
| Modifier and Type | Method and Description |
|---|---|
protected Data |
DataServer.exportStatDataFromStat(String path,
StatDesc statDesc,
long t1,
long t2,
int nsamples,
Session sess) |
List<StatData> |
DataServer.getStatData(StatDesc statDesc,
long t1,
long t2,
Session sess)
Returns the list of StatData with the given statDesc that overlap the
interval [t1,t2[.
|
Copyright © 2024 LSST. All rights reserved.