| Package | Description |
|---|---|
| org.lsst.ccs.localdb.dao | |
| org.lsst.ccs.localdb.statusdb.model |
| Modifier and Type | Method and Description |
|---|---|
static StatTimeInterval |
LocaldbFacade.getStatTimeInterval(long binWidth,
long dataTime,
org.hibernate.Session sess) |
| Modifier and Type | Method and Description |
|---|---|
static StatData |
LocaldbFacade.getStatDataOrNull(StatDesc sd,
StatTimeInterval sti,
org.hibernate.Session sess)
Retrieves a StatData entity corresponding to the given
StatDesc and StatTimeInterval. |
| Modifier and Type | Method and Description |
|---|---|
StatTimeInterval |
StatData.getStatTimeInterval()
Get the StatTimeInterval for this StatData object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatData.setStatTimeInterval(StatTimeInterval timeInterval)
Set the StatTimeInterval corresponding to this object.
|
| Constructor and Description |
|---|
StatData(StatDesc d,
RawData x,
StatTimeInterval timeInterval) |
Copyright © 2018 LSST. All rights reserved.