| Package | Description |
|---|---|
| org.lsst.ccs.localdb.statusdb.server |
| Modifier and Type | Method and Description |
|---|---|
protected Data |
DataServer.exportRawData(String path,
long rawId,
long t1,
long t2,
org.hibernate.Session sess) |
protected Data |
DataServer.exportStatDataFromRaw(String path,
long rawId,
long t1,
long t2,
int nsamples,
org.hibernate.Session sess) |
protected Data |
DataServer.exportStatDataFromStat(String path,
StatDesc statDesc,
long t1,
long t2,
int nsamples,
org.hibernate.Session sess) |
Data |
DataServer.getData(long id,
long t1,
long t2,
String flavor,
int nbins) |
Data[] |
Datas.getDataArray() |
| Modifier and Type | Method and Description |
|---|---|
List<Data> |
DataServer.getData(List<Long> ids,
long t1,
long t2,
String flavor,
int nbins) |
List<Data> |
DataServer.getDataByPath(List<String> paths,
long t1,
long t2,
String flavor,
int nbins) |
| Modifier and Type | Method and Description |
|---|---|
void |
Datas.setDataArray(Data[] data) |
Copyright © 2023 LSST. All rights reserved.