public class H2MetricQueryDAO extends H2SQLExecutor implements IMetricQueryDAO
| Constructor and Description |
|---|
H2MetricQueryDAO(JDBCHikariCPClient h2Client) |
| Modifier and Type | Method and Description |
|---|---|
IntValues |
getLinearIntValues(String indName,
Step step,
List<String> ids,
String valueCName) |
Thermodynamic |
getThermodynamic(String indName,
Step step,
List<String> ids,
String valueCName) |
IntValues |
getValues(String indName,
Step step,
long startTB,
long endTB,
Where where,
String valueCName,
Function function) |
getByColumn, getByID, getEntityIDByID, getInsertExecutor, getUpdateExecutor, toStorageDatapublic H2MetricQueryDAO(JDBCHikariCPClient h2Client)
public IntValues getValues(String indName, Step step, long startTB, long endTB, Where where, String valueCName, Function function) throws IOException
getValues in interface IMetricQueryDAOIOExceptionpublic IntValues getLinearIntValues(String indName, Step step, List<String> ids, String valueCName) throws IOException
getLinearIntValues in interface IMetricQueryDAOIOExceptionpublic Thermodynamic getThermodynamic(String indName, Step step, List<String> ids, String valueCName) throws IOException
getThermodynamic in interface IMetricQueryDAOIOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.