public class MetricQueryEsDAO extends EsDAO implements IMetricQueryDAO
| Constructor and Description |
|---|
MetricQueryEsDAO(ElasticSearchClient client) |
| 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) |
queryBuildgetClientpublic MetricQueryEsDAO(ElasticSearchClient client)
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 © 2019 The Apache Software Foundation. All rights reserved.