public class AggregationQueryEsDAO extends EsDAO implements IAggregationQueryDAO
| Constructor and Description |
|---|
AggregationQueryEsDAO(ElasticSearchClient client) |
| Modifier and Type | Method and Description |
|---|---|
List<TopNEntity> |
getAllEndpointTopN(String indName,
String valueCName,
int topN,
Step step,
long startTB,
long endTB,
Order order) |
List<TopNEntity> |
getAllServiceInstanceTopN(String indName,
String valueCName,
int topN,
Step step,
long startTB,
long endTB,
Order order) |
List<TopNEntity> |
getEndpointTopN(int serviceId,
String indName,
String valueCName,
int topN,
Step step,
long startTB,
long endTB,
Order order) |
List<TopNEntity> |
getServiceInstanceTopN(int serviceId,
String indName,
String valueCName,
int topN,
Step step,
long startTB,
long endTB,
Order order) |
List<TopNEntity> |
getServiceTopN(String indName,
String valueCName,
int topN,
Step step,
long startTB,
long endTB,
Order order) |
queryBuildgetClientpublic AggregationQueryEsDAO(ElasticSearchClient client)
public List<TopNEntity> getServiceTopN(String indName, String valueCName, int topN, Step step, long startTB, long endTB, Order order) throws IOException
getServiceTopN in interface IAggregationQueryDAOIOExceptionpublic List<TopNEntity> getAllServiceInstanceTopN(String indName, String valueCName, int topN, Step step, long startTB, long endTB, Order order) throws IOException
getAllServiceInstanceTopN in interface IAggregationQueryDAOIOExceptionpublic List<TopNEntity> getServiceInstanceTopN(int serviceId, String indName, String valueCName, int topN, Step step, long startTB, long endTB, Order order) throws IOException
getServiceInstanceTopN in interface IAggregationQueryDAOIOExceptionpublic List<TopNEntity> getAllEndpointTopN(String indName, String valueCName, int topN, Step step, long startTB, long endTB, Order order) throws IOException
getAllEndpointTopN in interface IAggregationQueryDAOIOExceptionpublic List<TopNEntity> getEndpointTopN(int serviceId, String indName, String valueCName, int topN, Step step, long startTB, long endTB, Order order) throws IOException
getEndpointTopN in interface IAggregationQueryDAOIOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.